Home
last modified time | relevance | path

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

/third_party/sqlite/src/
Dshell.c2990 int idxNum, const char *idxStr, in fsdirFilter() argument
2998 if( idxNum==0 ){ in fsdirFilter()
3003 assert( argc==idxNum && (argc==1 || argc==2) ); in fsdirFilter()
3086 pIdxInfo->idxNum = 0; in fsdirBestIndex()
3096 pIdxInfo->idxNum = 2; in fsdirBestIndex()
3099 pIdxInfo->idxNum = 1; in fsdirBestIndex()
3538 int idxNum, const char *idxStr, in completionFilter() argument
3546 if( idxNum & 1 ){ in completionFilter()
3554 if( idxNum & 2 ){ in completionFilter()
3592 int idxNum = 0; /* The query plan bitmask */ in completionBestIndex() local
[all …]
Dsqlite3.c7303 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr,
7449 int idxNum; /* Number used to identify the index */ member
99188 int idxNum, const char *idxStr,
99198 pCur->showSubprograms = idxNum==0;
99239 pIdxInfo->idxNum = 0;
99249 pIdxInfo->idxNum = 1;
132663 int idxNum, const char *idxStr,
132673 UNUSED_PARAMETER(idxNum);
146580 int idxNum; /* Index number */
147242 pLoop->u.vtab.idxNum, pLoop->u.vtab.idxStr);
[all …]
/third_party/sqlite/include/
Dsqlite3.h6990 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr,
7136 int idxNum; /* Number used to identify the index */ member
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch81024 -** idxNum==1 PATH parameter only
81025 -** idxNum==2 Both PATH and DIR supplied
81030 - int idxNum, const char *idxStr,
81042 - if( idxNum==0 ){
81047 - assert( argc==idxNum && (argc==1 || argc==2) );
81159 -** In this implementation idxNum is used to represent the
81163 -** The query plan is represented by values of idxNum:
81233 - pIdxInfo->idxNum = 0;
81243 - pIdxInfo->idxNum = 2;
81246 - pIdxInfo->idxNum = 1;
[all …]