Searched refs:SqlCollate (Results 1 – 1 of 1) sorted by relevance
168 typedef struct SqlCollate SqlCollate; typedef169 struct SqlCollate { struct172 SqlCollate *pNext; /* Next function on the list of them all */ argument220 SqlCollate *pCollate; /* List of SQL collation functions */629 SqlCollate *pCollate = pDb->pCollate; in delDatabaseRef()1004 SqlCollate *p = (SqlCollate *)pCtx; in tclSqlCollate()2760 SqlCollate *pCollate; in DbObjCmd()2770 pCollate = (SqlCollate*)Tcl_Alloc( sizeof(*pCollate) + nScript + 1 ); in DbObjCmd()