Home
last modified time | relevance | path

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

/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.h4723 typedef struct sqlite3_index_info sqlite3_index_info; typedef
4751 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
4831 struct sqlite3_index_info { struct
H A Dsqlite3.c5270 typedef struct sqlite3_index_info sqlite3_index_info; typedef
5378 struct sqlite3_index_info { struct
99902 static void TRACE_IDX_INPUTS(sqlite3_index_info *p){
99920 static void TRACE_IDX_OUTPUTS(sqlite3_index_info *p){
100284 static sqlite3_index_info *allocateIndexInfo(
100297 sqlite3_index_info *pIdxInfo;
100457 sqlite3_index_info *pIdxInfo;
101491 sqlite3_index_info *p = 0;
101982 sqlite3_index_info *pVtabIdx = pLevel->plan.u.pVtabIdx;
102588 sqlite3_index_info *pInfo = pWInfo->a[i].pIdxInfo;
[all …]

Completed in 276 milliseconds