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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.h4128 typedef struct sqlite3_index_info sqlite3_index_info; typedef in typeref:struct:sqlite3_index_info
4157 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
4181 ** KEYWORDS: sqlite3_index_info
4184 ** The sqlite3_index_info structure and its substructures is used to
4230 struct sqlite3_index_info { struct
H A Dshell.c539 static int schemaBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo){
H A Dsqlite3.c4652 typedef struct sqlite3_index_info sqlite3_index_info; typedef in typeref:struct:sqlite3_index_info
4681 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
4705 ** KEYWORDS: sqlite3_index_info
4708 ** The sqlite3_index_info structure and its substructures is used to
4754 struct sqlite3_index_info { struct
9337 sqlite3_index_info *pVtabIdx; /* Virtual table index to use */
9382 sqlite3_index_info *pIdxInfo; /* Index info for n-th source table */
[all...]

Completed in 338 milliseconds