Home
last modified time | relevance | path

Searched refs:zCollName (Results 1 – 4 of 4) sorted by relevance

/sqlite-3.40.0/ext/misc/
H A Dnextchar.c210 const unsigned char *zCollName; in nextCharFunc() local
234 && (zCollName = sqlite3_value_text(argv[4]))!=0 in nextCharFunc()
235 && zCollName[0]!=0 in nextCharFunc()
237 zColl = sqlite3_mprintf("collate \"%w\"", zCollName); in nextCharFunc()
H A Danycollseq.c41 const char *zCollName in anyCollNeeded() argument
43 sqlite3_create_collation(db, zCollName, eTextRep, 0, anyCollFunc); in anyCollNeeded()
/sqlite-3.40.0/src/
H A DwhereInt.h320 const char *zCollName; /* Required collating sequence, if not NULL */ member
H A Dwhere.c354 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()