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

/freebsd-11-stable/crypto/heimdal/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...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c19610 #define sqlite3StrNICmp sqlite3_strnicmp macro
[all...]

Completed in 736 milliseconds