Searched refs:sqlite3StrNICmp (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 21701 #define sqlite3StrNICmp sqlite3_strnicmp macro 110466 if( zDb && (sqlite3StrNICmp(zSpan, zDb, n)!=0 || zDb[n]!=0) ){ 110471 if( zTab && (sqlite3StrNICmp(zSpan, zTab, n)!=0 || zTab[n]!=0) ){ 110561 if( sqlite3StrNICmp(zTab, "sqlite_", 7)!=0 ) return 0; 120384 if( 0==sqlite3StrNICmp(pTab->zName, "sqlite_", 7) 121519 if( sqlite3StrNICmp(zSql,"CREATE ",7)!=0 ){ 126682 if( p==0 && sqlite3StrNICmp(zName, "sqlite_", 7)==0 ){ 126711 if( p==0 && sqlite3StrNICmp(zName, "sqlite_", 7)==0 ){ 126828 if( sqlite3StrNICmp(zName, "sqlite_", 7)==0 ){ 127379 if( (pParse->nested==0 && 0==sqlite3StrNICmp(zName, "sqlite_", 7)) [all …]
|