Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest_bestindex.c504 const char *azSub[] = { in testBestIndexObj() local
520 if( Tcl_GetIndexFromObj(interp, objv[1], azSub, "sub-command", 0, &ii) ){ in testBestIndexObj()
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()
H A Dtclsqlite.c3535 static const char *azSub[] = {"count", "depth", "hook", "new", "old", 0}; in DbObjCmd()
3544 if( Tcl_GetIndexFromObj(interp, objv[2], azSub, "sub-command", 0, &iSub) ){ in DbObjCmd()