Home
last modified time | relevance | path

Searched defs:pIdxInfo (Results 1 – 25 of 43) sorted by relevance

12

/sqlite-3.40.0/src/
H A Dtest_bestindex.c393 sqlite3_index_info *pIdxInfo in testBestIndexObjConstraints()
457 sqlite3_index_info *pIdxInfo in testBestIndexObjOrderby()
514 sqlite3_index_info *pIdxInfo = (sqlite3_index_info*)clientData; in testBestIndexObj() local
596 static int tclBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo){ in tclBestIndex()
H A Dtest_fs.c183 static int fsdirBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo){ in fsdirBestIndex()
390 static int fstreeBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo){ in fstreeBestIndex()
774 static int fsBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo){ in fsBestIndex()
H A Dwhere.c1183 sqlite3_index_info *pIdxInfo; in allocateIndexInfo() local
1364 static void freeIndexInfo(sqlite3 *db, sqlite3_index_info *pIdxInfo){ in freeIndexInfo()
3676 sqlite3_index_info *pIdxInfo, /* Populated object for xBestIndex */ in whereLoopAddVirtualOne()
3864 const char *sqlite3_vtab_collation(sqlite3_index_info *pIdxInfo, int iCons){ in sqlite3_vtab_collation()
3884 int sqlite3_vtab_in(sqlite3_index_info *pIdxInfo, int iCons, int bHandle){ in sqlite3_vtab_in()
3905 sqlite3_index_info *pIdxInfo, /* Copy of first argument to xBestIndex */ in sqlite3_vtab_rhs_value()
3937 int sqlite3_vtab_distinct(sqlite3_index_info *pIdxInfo){ in sqlite3_vtab_distinct()
3954 void sqlite3VtabUsesAllSchemas(sqlite3_index_info *pIdxInfo){ in sqlite3VtabUsesAllSchemas()
H A Dtest_schema.c266 static int schemaBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo){ in schemaBestIndex()
H A Dvdbevtab.c357 sqlite3_index_info *pIdxInfo in bytecodevtabBestIndex()
H A Ddbpage.c110 static int dbpageBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo){ in dbpageBestIndex()
H A Dtest8.c763 static char *echoSelectList(echo_vtab *pTab, sqlite3_index_info *pIdxInfo){ in echoSelectList()
803 static int echoBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo){ in echoBestIndex()
H A Dtest_intarray.c179 static int intarrayBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo){ in intarrayBestIndex()
H A Dtest_tclvar.c351 static int tclvarBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo){ in tclvarBestIndex()
H A Ddbstat.c214 static int statBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo){ in statBestIndex()
/sqlite-3.40.0/ext/misc/
H A Dwholenumber.c180 sqlite3_index_info *pIdxInfo in wholenumberBestIndex()
H A Dtemplatevtab.c217 sqlite3_index_info *pIdxInfo in templatevtabBestIndex()
H A Dprefixes.c201 sqlite3_index_info *pIdxInfo in prefixesBestIndex()
H A Dseries.c327 sqlite3_index_info *pIdxInfo in seriesBestIndex()
H A Dexplain.c237 sqlite3_index_info *pIdxInfo in explainBestIndex()
H A Dstmt.c272 sqlite3_index_info *pIdxInfo in stmtBestIndex()
H A Dqpvtab.c340 sqlite3_index_info *pIdxInfo in qpvtabBestIndex()
H A Dbtreeinfo.c159 static int binfoBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo){ in binfoBestIndex()
H A Dmemstat.c363 sqlite3_index_info *pIdxInfo in memstatBestIndex()
H A Dcarray.c323 sqlite3_index_info *pIdxInfo in carrayBestIndex()
H A Dcompletion.c406 sqlite3_index_info *pIdxInfo in completionBestIndex()
H A Dvtablog.c433 sqlite3_index_info *pIdxInfo in vtablogBestIndex()
H A Dcsv.c842 sqlite3_index_info *pIdxInfo in csvtabBestIndex()
H A Dfileio.c896 sqlite3_index_info *pIdxInfo in fsdirBestIndex()
H A Dclosure.c824 sqlite3_index_info *pIdxInfo /* Information about the query */ in closureBestIndex()

12