Searched refs:SqlCollate (Results 1 – 1 of 1) sorted by relevance
144 typedef struct SqlCollate SqlCollate; typedef145 struct SqlCollate { struct148 SqlCollate *pNext; /* Next function on the list of them all */ argument196 SqlCollate *pCollate; /* List of SQL collation functions */572 SqlCollate *pCollate = pDb->pCollate; in delDatabaseRef()947 SqlCollate *p = (SqlCollate *)pCtx; in tclSqlCollate()2279 SqlCollate *pCollate; in DbObjCmd()2289 pCollate = (SqlCollate*)Tcl_Alloc( sizeof(*pCollate) + nScript + 1 ); in DbObjCmd()