Searched refs:xBestIndex (Results 1 – 3 of 3) sorted by relevance
/third_party/sqlite/include/ |
D | sqlite3.h | 6985 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*); member
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 81290 - fsdirBestIndex, /* xBestIndex */ 82048 - completionBestIndex, /* xBestIndex */ 82214 +** The xBestIndex method looks for equality constraints against the hidden 82218 +** xBestIndex returns a small cost when both start and stop are available, 82802 + seriesBestIndex, /* xBestIndex */ 85822 + fsdirBestIndex, /* xBestIndex */ 85989 -** The xBestIndex method looks for equality constraints against the hidden 85993 -** xBestIndex returns a small cost when both start and stop are available, 86627 - seriesBestIndex, /* xBestIndex */ 86630 + completionBestIndex, /* xBestIndex */ [all …]
|
/third_party/sqlite/src/ |
D | sqlite3.c | 7298 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*); member 152374 rc = pVtab->pModule->xBestIndex(pVtab, p);
|