Home
last modified time | relevance | path

Searched refs:xBestIndex (Results 1 – 3 of 3) sorted by relevance

/third_party/sqlite/include/
Dsqlite3.h6985 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*); member
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch81290 - 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/
Dsqlite3.c7298 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*); member
152374 rc = pVtab->pModule->xBestIndex(pVtab, p);