Searched refs:bestVirtualIndex (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/sqlite/src/src/ |
D | where.c | 2114 static void bestVirtualIndex( in bestVirtualIndex() function 3160 bestVirtualIndex(pParse, pWC, pSrc, notReady, notValid, pOrderBy, pCost,&p); in bestIndex() 4599 bestVirtualIndex(pParse, pWC, pTabItem, mask, notReady, pOrderBy, in sqlite3WhereBegin()
|
/external/chromium_org/third_party/sqlite/amalgamation/ |
D | sqlite3.c | 99768 static void bestVirtualIndex( 100814 bestVirtualIndex(pParse, pWC, pSrc, notReady, notValid, pOrderBy, pCost,&p); 102253 bestVirtualIndex(pParse, pWC, pTabItem, mask, notReady, pOrderBy,
|