Searched refs:sqlite3LocateCollSeq (Results 1 – 6 of 6) sorted by relevance
255 CollSeq *sqlite3LocateCollSeq(Parse *pParse, const char *zName){ in sqlite3LocateCollSeq() function
1954 if( sqlite3LocateCollSeq(pParse, zColl) ){ in sqlite3AddCollateType()4228 if( !db->init.busy && !sqlite3LocateCollSeq(pParse, zColl) ){ in sqlite3CreateIndex()5544 sqlite3LocateCollSeq(pParse, zColl); in sqlite3KeyInfoOfIndex()
1179 char *pColl = (char*)sqlite3LocateCollSeq(pParse, pIdx->azColl[i]); in analyzeOneTable()
2325 char *p4 = (char*)sqlite3LocateCollSeq(pParse, pPk->azColl[i]); in sqlite3GenerateConstraintChecks()
5012 CollSeq *sqlite3LocateCollSeq(Parse *pParse, const char*zName);
1709 pColl = sqlite3LocateCollSeq(pParse, p->azColl[nEq]); in whereRangeSkipScanEst()