Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c12964 # define sqlite3Tolower(x) (sqlite3UpperToLower[(unsigned char)(x)]) macro
12972 # define sqlite3Tolower(x) tolower((unsigned char)(x)) macro
96874 z1[i] = sqlite3Tolower(z2[i]);
97120 c = sqlite3Tolower(c);
97177 if( noCase && c<0x80 && c2<0x80 && sqlite3Tolower(c)==sqlite3Tolower(c2) ){
104101 if( sqlite3Tolower(zLeft[0])=='p' ){
105000 int isQuick = (sqlite3Tolower(zLeft[0])=='q');
117558 pStr2->u.zToken[i] = sqlite3Tolower(c);

Completed in 383 milliseconds