Searched defs:pIdxInfo (Results 1 – 25 of 43) sorted by relevance
12
| /sqlite-3.40.0/src/ |
| H A D | test_bestindex.c | 393 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 D | test_fs.c | 183 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 D | where.c | 1183 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 D | test_schema.c | 266 static int schemaBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo){ in schemaBestIndex()
|
| H A D | vdbevtab.c | 357 sqlite3_index_info *pIdxInfo in bytecodevtabBestIndex()
|
| H A D | dbpage.c | 110 static int dbpageBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo){ in dbpageBestIndex()
|
| H A D | test8.c | 763 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 D | test_intarray.c | 179 static int intarrayBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo){ in intarrayBestIndex()
|
| H A D | test_tclvar.c | 351 static int tclvarBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo){ in tclvarBestIndex()
|
| H A D | dbstat.c | 214 static int statBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo){ in statBestIndex()
|
| /sqlite-3.40.0/ext/misc/ |
| H A D | wholenumber.c | 180 sqlite3_index_info *pIdxInfo in wholenumberBestIndex()
|
| H A D | templatevtab.c | 217 sqlite3_index_info *pIdxInfo in templatevtabBestIndex()
|
| H A D | prefixes.c | 201 sqlite3_index_info *pIdxInfo in prefixesBestIndex()
|
| H A D | series.c | 327 sqlite3_index_info *pIdxInfo in seriesBestIndex()
|
| H A D | explain.c | 237 sqlite3_index_info *pIdxInfo in explainBestIndex()
|
| H A D | stmt.c | 272 sqlite3_index_info *pIdxInfo in stmtBestIndex()
|
| H A D | qpvtab.c | 340 sqlite3_index_info *pIdxInfo in qpvtabBestIndex()
|
| H A D | btreeinfo.c | 159 static int binfoBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo){ in binfoBestIndex()
|
| H A D | memstat.c | 363 sqlite3_index_info *pIdxInfo in memstatBestIndex()
|
| H A D | carray.c | 323 sqlite3_index_info *pIdxInfo in carrayBestIndex()
|
| H A D | completion.c | 406 sqlite3_index_info *pIdxInfo in completionBestIndex()
|
| H A D | vtablog.c | 433 sqlite3_index_info *pIdxInfo in vtablogBestIndex()
|
| H A D | csv.c | 842 sqlite3_index_info *pIdxInfo in csvtabBestIndex()
|
| H A D | fileio.c | 896 sqlite3_index_info *pIdxInfo in fsdirBestIndex()
|
| H A D | closure.c | 824 sqlite3_index_info *pIdxInfo /* Information about the query */ in closureBestIndex()
|
12