Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dwhere.c1394 static int vtabBestIndex(Parse *pParse, Table *pTab, sqlite3_index_info *p){ in vtabBestIndex() function
3724 rc = vtabBestIndex(pParse, pSrc->pTab, pIdxInfo); in whereLoopAddVirtualOne()