Lines Matching refs:sqlite3_stricmp
349 if( sqlite3_stricmp("sql", zCmd)==0 ){ in tclFilter()
538 case 0: assert( sqlite3_stricmp(azSub[ii], "constraints")==0 ); in testBestIndexObj()
542 case 1: assert( sqlite3_stricmp(azSub[ii], "orderby")==0 ); in testBestIndexObj()
546 case 2: assert( sqlite3_stricmp(azSub[ii], "mask")==0 ); in testBestIndexObj()
550 case 3: assert( sqlite3_stricmp(azSub[ii], "distinct")==0 ); { in testBestIndexObj()
556 case 4: assert( sqlite3_stricmp(azSub[ii], "in")==0 ); { in testBestIndexObj()
570 case 5: assert( sqlite3_stricmp(azSub[ii], "rhs_value")==0 ); { in testBestIndexObj()
647 if( sqlite3_stricmp("cost", zCmd)==0 ){ in tclBestIndex()
650 if( sqlite3_stricmp("orderby", zCmd)==0 ){ in tclBestIndex()
653 if( sqlite3_stricmp("idxnum", zCmd)==0 ){ in tclBestIndex()
656 if( sqlite3_stricmp("idxstr", zCmd)==0 ){ in tclBestIndex()
661 if( sqlite3_stricmp("rows", zCmd)==0 ){ in tclBestIndex()
666 if( sqlite3_stricmp("use", zCmd)==0 in tclBestIndex()
667 || sqlite3_stricmp("omit", zCmd)==0 in tclBestIndex()