Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c20508 # define sqlite3Tolower(x) (sqlite3UpperToLower[(unsigned char)(x)]) macro
20519 # define sqlite3Tolower(x) tolower((unsigned char)(x)) macro
128433 z1[i] = sqlite3Tolower(z2[i]);
128681 zStop[1] = sqlite3Tolower(c);
128745 if( noCase && sqlite3Tolower(c)==sqlite3Tolower(c2) && c<0x80 && c2<0x80 ){
138387 if( sqlite3Tolower(zLeft[0])=='p' ){
139420 int isQuick = (sqlite3Tolower(zLeft[0])=='q');
160300 pStr2->u.zToken[i] = sqlite3Tolower(c);
177737 pStr->zText[j] = sqlite3Tolower(pStr->zText[j]);