Searched refs:sqlite3StrNICmp (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.c11213 #define sqlite3StrNICmp sqlite3_strnicmp macro
12501 if( sqlite3StrNICmp(zOptName, "SQLITE_", 7)==0 ) zOptName += 7;
12507 if( (sqlite3StrNICmp(zOptName, azCompileOpt[i], n)==0)
21954 if( elem->nKey==nKey && sqlite3StrNICmp(elem->pKey,pKey,nKey)==0 ){
[all...]

Completed in 229 milliseconds