sqlite3_index_info 5108 third_party/sqlite/amalgamation/sqlite3.c typedef struct sqlite3_index_info sqlite3_index_info; sqlite3_index_info 5136 third_party/sqlite/amalgamation/sqlite3.c int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*); sqlite3_index_info 10235 third_party/sqlite/amalgamation/sqlite3.c sqlite3_index_info *pVtabIdx; /* Virtual table index to use */ sqlite3_index_info 10280 third_party/sqlite/amalgamation/sqlite3.c sqlite3_index_info *pIdxInfo; /* Index info for n-th source table */ sqlite3_index_info 99224 third_party/sqlite/amalgamation/sqlite3.c static void TRACE_IDX_INPUTS(sqlite3_index_info *p){ sqlite3_index_info 99242 third_party/sqlite/amalgamation/sqlite3.c static void TRACE_IDX_OUTPUTS(sqlite3_index_info *p){ sqlite3_index_info 99606 third_party/sqlite/amalgamation/sqlite3.c static sqlite3_index_info *allocateIndexInfo( sqlite3_index_info 99619 third_party/sqlite/amalgamation/sqlite3.c sqlite3_index_info *pIdxInfo; sqlite3_index_info 99719 third_party/sqlite/amalgamation/sqlite3.c static int vtabBestIndex(Parse *pParse, Table *pTab, sqlite3_index_info *p){ sqlite3_index_info 99776 third_party/sqlite/amalgamation/sqlite3.c sqlite3_index_info **ppIdxInfo /* Index information passed to xBestIndex */ sqlite3_index_info 99779 third_party/sqlite/amalgamation/sqlite3.c sqlite3_index_info *pIdxInfo; sqlite3_index_info 100813 third_party/sqlite/amalgamation/sqlite3.c sqlite3_index_info *p = 0; sqlite3_index_info 101219 third_party/sqlite/amalgamation/sqlite3.c sqlite3_index_info *pVtabIdx = pLevel->plan.u.pVtabIdx; sqlite3_index_info 101304 third_party/sqlite/amalgamation/sqlite3.c sqlite3_index_info *pVtabIdx = pLevel->plan.u.pVtabIdx; sqlite3_index_info 101910 third_party/sqlite/amalgamation/sqlite3.c sqlite3_index_info *pInfo = pWInfo->a[i].pIdxInfo; sqlite3_index_info 102252 third_party/sqlite/amalgamation/sqlite3.c sqlite3_index_info **pp = &pWInfo->a[j].pIdxInfo; sqlite3_index_info 111810 third_party/sqlite/amalgamation/sqlite3.c static int recoverBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo){ sqlite3_index_info 114102 third_party/sqlite/amalgamation/sqlite3.c static int fts3BestIndexMethod(sqlite3_vtab *pVTab, sqlite3_index_info *pInfo){ sqlite3_index_info 116891 third_party/sqlite/amalgamation/sqlite3.c sqlite3_index_info *pInfo sqlite3_index_info 125611 third_party/sqlite/amalgamation/sqlite3.c static int rtreeBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo){ sqlite3_index_info 4565 third_party/sqlite/amalgamation/sqlite3.h typedef struct sqlite3_index_info sqlite3_index_info; sqlite3_index_info 4593 third_party/sqlite/amalgamation/sqlite3.h int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*); sqlite3_index_info 2087 third_party/sqlite/src/ext/fts1/fts1.c static int fulltextBestIndex(sqlite3_vtab *pVTab, sqlite3_index_info *pInfo){ sqlite3_index_info 943 third_party/sqlite/src/ext/fts1/fulltext.c static int fulltextBestIndex(sqlite3_vtab *pVTab, sqlite3_index_info *pInfo){ sqlite3_index_info 3125 third_party/sqlite/src/ext/fts2/fts2.c static int fulltextBestIndex(sqlite3_vtab *pVTab, sqlite3_index_info *pInfo){ sqlite3_index_info 1052 third_party/sqlite/src/ext/fts3/fts3.c static int fts3BestIndexMethod(sqlite3_vtab *pVTab, sqlite3_index_info *pInfo){ sqlite3_index_info 136 third_party/sqlite/src/ext/fts3/fts3_aux.c sqlite3_index_info *pInfo sqlite3_index_info 1354 third_party/sqlite/src/ext/rtree/rtree.c static int rtreeBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo){ sqlite3_index_info 1564 third_party/sqlite/src/src/recover.c static int recoverBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo){ sqlite3_index_info 1890 third_party/sqlite/src/src/sqliteInt.h sqlite3_index_info *pVtabIdx; /* Virtual table index to use */ sqlite3_index_info 1935 third_party/sqlite/src/src/sqliteInt.h sqlite3_index_info *pIdxInfo; /* Index info for n-th source table */ sqlite3_index_info 769 third_party/sqlite/src/src/test8.c static int echoBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo){ sqlite3_index_info 751 third_party/sqlite/src/src/test_fuzzer.c static int fuzzerBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo){ sqlite3_index_info 175 third_party/sqlite/src/src/test_intarray.c static int intarrayBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo){ sqlite3_index_info 907 third_party/sqlite/src/src/test_osinst.c static int vlogBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo){ sqlite3_index_info 262 third_party/sqlite/src/src/test_schema.c static int schemaBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo){ sqlite3_index_info 171 third_party/sqlite/src/src/test_stat.c static int statBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo){ sqlite3_index_info 227 third_party/sqlite/src/src/test_tclvar.c static int tclvarBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo){ sqlite3_index_info 178 third_party/sqlite/src/src/test_wholenumber.c sqlite3_index_info *pIdxInfo sqlite3_index_info 1570 third_party/sqlite/src/src/where.c static void TRACE_IDX_INPUTS(sqlite3_index_info *p){ sqlite3_index_info 1588 third_party/sqlite/src/src/where.c static void TRACE_IDX_OUTPUTS(sqlite3_index_info *p){ sqlite3_index_info 1952 third_party/sqlite/src/src/where.c static sqlite3_index_info *allocateIndexInfo( sqlite3_index_info 1965 third_party/sqlite/src/src/where.c sqlite3_index_info *pIdxInfo; sqlite3_index_info 2065 third_party/sqlite/src/src/where.c static int vtabBestIndex(Parse *pParse, Table *pTab, sqlite3_index_info *p){ sqlite3_index_info 2122 third_party/sqlite/src/src/where.c sqlite3_index_info **ppIdxInfo /* Index information passed to xBestIndex */ sqlite3_index_info 2125 third_party/sqlite/src/src/where.c sqlite3_index_info *pIdxInfo; sqlite3_index_info 3159 third_party/sqlite/src/src/where.c sqlite3_index_info *p = 0; sqlite3_index_info 3565 third_party/sqlite/src/src/where.c sqlite3_index_info *pVtabIdx = pLevel->plan.u.pVtabIdx; sqlite3_index_info 3650 third_party/sqlite/src/src/where.c sqlite3_index_info *pVtabIdx = pLevel->plan.u.pVtabIdx; sqlite3_index_info 4256 third_party/sqlite/src/src/where.c sqlite3_index_info *pInfo = pWInfo->a[i].pIdxInfo; sqlite3_index_info 4598 third_party/sqlite/src/src/where.c sqlite3_index_info **pp = &pWInfo->a[j].pIdxInfo;