Home
last modified time | relevance | path

Searched refs:sqlite3LocateCollSeq (Results 1 – 6 of 6) sorted by relevance

/sqlite-3.40.0/src/
H A Dcallback.c255 CollSeq *sqlite3LocateCollSeq(Parse *pParse, const char *zName){ in sqlite3LocateCollSeq() function
H A Dbuild.c1954 if( sqlite3LocateCollSeq(pParse, zColl) ){ in sqlite3AddCollateType()
4228 if( !db->init.busy && !sqlite3LocateCollSeq(pParse, zColl) ){ in sqlite3CreateIndex()
5544 sqlite3LocateCollSeq(pParse, zColl); in sqlite3KeyInfoOfIndex()
H A Danalyze.c1179 char *pColl = (char*)sqlite3LocateCollSeq(pParse, pIdx->azColl[i]); in analyzeOneTable()
H A Dinsert.c2325 char *p4 = (char*)sqlite3LocateCollSeq(pParse, pPk->azColl[i]); in sqlite3GenerateConstraintChecks()
H A DsqliteInt.h5012 CollSeq *sqlite3LocateCollSeq(Parse *pParse, const char*zName);
H A Dwhere.c1709 pColl = sqlite3LocateCollSeq(pParse, p->azColl[nEq]); in whereRangeSkipScanEst()