Home
last modified time | relevance | path

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

/PHP-7.0/ext/sqlite3/libsqlite/
H A Dsqlite3ext.h491 #define sqlite3_strnicmp sqlite3_api->strnicmp macro
H A Dsqlite3.h7617 SQLITE_API int sqlite3_strnicmp(const char *, const char *, int);
H A Dsqlite3.c16006 #define sqlite3StrNICmp sqlite3_strnicmp
91799 if( sqlite3_strnicmp(z,"0x",2)==0 ){
109744 sqlite3_strnicmp,
142966 && 0==sqlite3_strnicmp(z, "tokenize", 8)
148786 && sqlite3_strnicmp(zStr, zInput, nStr)==0
166239 if( sqlite3_strnicmp("rbu_", zName, 4) ){
180892 if( sqlite3_strnicmp("null", p, 4)==0 ){
181064 if( sqlite3_strnicmp("prefix", zCmd, nCmd)==0 ){
181196 if( sqlite3_strnicmp("detail", zCmd, nCmd)==0 ){
192398 if( 0==sqlite3_strnicmp("reads", z, n) ){
[all …]

Completed in 461 milliseconds