Searched refs:zCollName (Results 1 – 4 of 4) sorted by relevance
210 const unsigned char *zCollName; in nextCharFunc() local234 && (zCollName = sqlite3_value_text(argv[4]))!=0 in nextCharFunc()235 && zCollName[0]!=0 in nextCharFunc()237 zColl = sqlite3_mprintf("collate \"%w\"", zCollName); in nextCharFunc()
41 const char *zCollName in anyCollNeeded() argument43 sqlite3_create_collation(db, zCollName, eTextRep, 0, anyCollFunc); in anyCollNeeded()
320 const char *zCollName; /* Required collating sequence, if not NULL */ member
354 if( pScan->zCollName && (pTerm->eOperator & WO_ISNULL)==0 ){ in whereScanNext()364 if( sqlite3StrICmp(pColl->zName, pScan->zCollName) ){ in whereScanNext()448 pScan->zCollName = 0; in whereScanInit()461 pScan->zCollName = pIdx->azColl[j]; in whereScanInit()464 pScan->zCollName = pIdx->azColl[j]; in whereScanInit()