Home
last modified time | relevance | path

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

/PHP-5.6/ext/sqlite3/libsqlite/
H A Dsqlite3.h5466 typedef struct sqlite3_index_info sqlite3_index_info; typedef
5494 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
5586 struct sqlite3_index_info { struct
H A Dsqlite3.c5673 typedef struct sqlite3_index_info sqlite3_index_info; typedef
5701 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
5793 struct sqlite3_index_info { struct
117801 static void TRACE_IDX_INPUTS(sqlite3_index_info *p){
117819 static void TRACE_IDX_OUTPUTS(sqlite3_index_info *p){
118051 static sqlite3_index_info *allocateIndexInfo(
118064 sqlite3_index_info *pIdxInfo;
121448 sqlite3_index_info *pIdxInfo;
139039 sqlite3_index_info *pInfo
142738 sqlite3_index_info *pInfo
[all …]

Completed in 384 milliseconds