Home
last modified time | relevance | path

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

/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.h6333 typedef struct sqlite3_index_info sqlite3_index_info; typedef
6361 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
6487 struct sqlite3_index_info { struct
8802 SQLITE_API SQLITE_EXPERIMENTAL const char *sqlite3_vtab_collation(sqlite3_index_info*,int);
H A Dsqlite3ext.h297 const char *(*vtab_collation)(sqlite3_index_info*,int);
H A Dsqlite3.c7372 typedef struct sqlite3_index_info sqlite3_index_info; typedef
7526 struct sqlite3_index_info { struct
140645 static void TRACE_IDX_INPUTS(sqlite3_index_info *p){
140663 static void TRACE_IDX_OUTPUTS(sqlite3_index_info *p){
140927 static sqlite3_index_info *allocateIndexInfo(
140943 sqlite3_index_info *pIdxInfo;
166414 sqlite3_index_info *pInfo
170155 sqlite3_index_info *pInfo
180864 sqlite3_index_info *pIdxInfo
222053 sqlite3_index_info *pInfo
[all …]

Completed in 526 milliseconds