Lines Matching refs:sqlite3_stricmp
814 if( sqlite3_stricmp(aMult[i].zSuffix, zArg)==0 ){
928 if( cQuote && sqlite3_stricmp(zSchema,"temp")==0 ) cQuote = 0;
1021 if( cQuote && sqlite3_stricmp(zSchema,"temp")!=0 ){
1281 if( sqlite3_stricmp(dirname, "/")==0 ){
7208 assert( 0==sqlite3_stricmp(argv[0], "zipfile") );
7209 if( (0!=sqlite3_stricmp(argv[2], "zipfile") && argc<4) || argc>4 ){
8744 if( sqlite3_stricmp("zipfile_cds", zName)==0 ){
9793 assert( sqlite3_stricmp(p->pTab->zName, argv[2])==0 );
10216 if( sqlite3_stricmp(p->zColl, pCons->zColl) ){
10275 if( sqlite3_stricmp(pIter->zColl, zColl) ) continue;
10285 if( pT->iCol!=iCol || sqlite3_stricmp(pT->zColl, zColl) ){
10625 if( sqlite3_stricmp(zDb, "main")==0 ){
10629 if( 0==sqlite3_stricmp(z3, pTab->zName) ) break;
13688 if( iPk==-1 && iPKF==1 && !sqlite3_stricmp("integer", zType) ) iPk = i;
14350 if( sqlite3_stricmp("sqlite_sequence", p1->pTab->zTab)==0 ){
16297 if( sqlite3_stricmp(zA2, azProhibitedFunctions[i])==0 ){
18478 && sqlite3_stricmp((const char*)sqlite3_column_text(pStmt,2),
18526 if( sqlite3_stricmp(azRowid[j],azCol[i])==0 ) break;
19752 if( sqlite3_stricmp(zArg, "on")==0 || sqlite3_stricmp(zArg,"yes")==0 ){
19755 if( sqlite3_stricmp(zArg, "off")==0 || sqlite3_stricmp(zArg,"no")==0 ){
20645 if( rc==SQLITE_OK && sqlite3_stricmp(zParentSeq, zChildSeq) ){
20795 && (zPrev==0 || sqlite3_stricmp(zParent, zPrev))
23087 if( !(nArg==3 || (nArg==2 && sqlite3_stricmp(azArg[1],"off")==0)) ){
24018 if( sqlite3_stricmp(zDb, "main")!=0 ){
24679 if( sqlite3_stricmp(zDbName, "main")==0 ){