Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c11213 #define sqlite3StrNICmp sqlite3_strnicmp macro
12507 if( (sqlite3StrNICmp(zOptName, azCompileOpt[i], n)==0) in sqlite3_compileoption_used()
79834 && 0==sqlite3StrNICmp(zName, "sqlite_", 7) ){
81210 if( sqlite3StrNICmp(pTab->zName, "sqlite_", 7)==0 ){
81665 if( sqlite3StrNICmp(pTab->zName, "sqlite_", 7)==0
90512 if( sqlite3StrNICmp(zRight, zMode, n)==0 ) break;
91454 if( sqlite3StrNICmp(zRight, "see-", 4)==0 ){
91459 if( sqlite3StrNICmp(zRight, "cerod-", 6)==0 ){
97329 if( sqlite3StrNICmp(pTab->zName, "sqlite_", 7)==0 ){
99792 if( (0==sqlite3StrNICmp(" hidden", &zType[i], 7))
[all …]
/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3.c19304 #define sqlite3StrNICmp sqlite3_strnicmp macro
97676 if( zDb && (sqlite3StrNICmp(zSpan, zDb, n)!=0 || zDb[n]!=0) ){
105519 if( 0==sqlite3StrNICmp(pTab->zName, "sqlite_", 7)
113051 if( sqlite3StrNICmp(pTab->zName, "sqlite_", 7)==0 ){
113598 if( sqlite3StrNICmp(pTab->zName, "sqlite_", 7)==0
126030 if( sqlite3StrNICmp(zRight, zMode, n)==0 ) break;
127569 if( sqlite3StrNICmp(zRight, "cerod-", 6)==0 ){
136044 if( sqlite3StrNICmp(pTab->zName, "sqlite_", 7)==0 ){
139434 if( 0==sqlite3StrNICmp("hidden", &zType[i], 6)
161215 int r = sqlite3StrNICmp(
[all …]