Searched refs:SqlCollate (Results 1 – 1 of 1) sorted by relevance
120 typedef struct SqlCollate SqlCollate; typedef121 struct SqlCollate { struct124 SqlCollate *pNext; /* Next function on the list of them all */ argument172 SqlCollate *pCollate; /* List of SQL collation functions */548 SqlCollate *pCollate = pDb->pCollate; in delDatabaseRef()923 SqlCollate *p = (SqlCollate *)pCtx; in tclSqlCollate()2255 SqlCollate *pCollate; in DbObjCmd()2265 pCollate = (SqlCollate*)Tcl_Alloc( sizeof(*pCollate) + nScript + 1 ); in DbObjCmd()