Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dsqlite3.c21077 #define sqlite3StrNICmp sqlite3_strnicmp macro
108175 if( zDb && (sqlite3StrNICmp(zSpan, zDb, n)!=0 || zDb[n]!=0) ){
108180 if( zTab && (sqlite3StrNICmp(zSpan, zTab, n)!=0 || zTab[n]!=0) ){
108270 if( sqlite3StrNICmp(zTab, "sqlite_", 7)!=0 ) return 0;
117800 if( 0==sqlite3StrNICmp(pTab->zName, "sqlite_", 7)
118913 if( sqlite3StrNICmp(zSql,"CREATE ",7)!=0 ){
123360 if( p==0 && sqlite3StrNICmp(zName, "sqlite_", 7)==0 ){
123389 if( p==0 && sqlite3StrNICmp(zName, "sqlite_", 7)==0 ){
123495 if( sqlite3StrNICmp(zName, "sqlite_", 7)==0 ){
124046 if( (pParse->nested==0 && 0==sqlite3StrNICmp(zName, "sqlite_", 7))
[all …]