Searched refs:SqlCollate (Results 1 – 1 of 1) sorted by relevance
155 typedef struct SqlCollate SqlCollate; typedef156 struct SqlCollate { struct159 SqlCollate *pNext; /* Next function on the list of them all */ argument207 SqlCollate *pCollate; /* List of SQL collation functions */616 SqlCollate *pCollate = pDb->pCollate; in delDatabaseRef()991 SqlCollate *p = (SqlCollate *)pCtx; in tclSqlCollate()2327 SqlCollate *pCollate; in DbObjCmd()2337 pCollate = (SqlCollate*)Tcl_Alloc( sizeof(*pCollate) + nScript + 1 ); in DbObjCmd()