Searched refs:sqlite3StrNICmp (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 21723 #define sqlite3StrNICmp sqlite3_strnicmp macro 110624 if( zDb && (sqlite3StrNICmp(zSpan, zDb, n)!=0 || zDb[n]!=0) ){ 110629 if( zTab && (sqlite3StrNICmp(zSpan, zTab, n)!=0 || zTab[n]!=0) ){ 110719 if( sqlite3StrNICmp(zTab, "sqlite_", 7)!=0 ) return 0; 120580 if( 0==sqlite3StrNICmp(pTab->zName, "sqlite_", 7) 121715 if( sqlite3StrNICmp(zSql,"CREATE ",7)!=0 ){ 126890 if( p==0 && sqlite3StrNICmp(zName, "sqlite_", 7)==0 ){ 126919 if( p==0 && sqlite3StrNICmp(zName, "sqlite_", 7)==0 ){ 127036 if( sqlite3StrNICmp(zName, "sqlite_", 7)==0 ){ 127587 if( (pParse->nested==0 && 0==sqlite3StrNICmp(zName, "sqlite_", 7)) [all …]
|