Lines Matching refs:sqlite3_index_info

7606 typedef struct sqlite3_index_info sqlite3_index_info;  typedef
7634 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
7770 struct sqlite3_index_info { struct
10224 SQLITE_API const char *sqlite3_vtab_collation(sqlite3_index_info*,int);
10318 SQLITE_API int sqlite3_vtab_distinct(sqlite3_index_info*);
10391 SQLITE_API int sqlite3_vtab_in(sqlite3_index_info*, int iCons, int bHandle);
10481 SQLITE_API int sqlite3_vtab_rhs_value(sqlite3_index_info*, int, sqlite3_value **ppVal);
105948 sqlite3_index_info *pIdxInfo
136730 const char *(*vtab_collation)(sqlite3_index_info*,int);
136782 int (*vtab_rhs_value)(sqlite3_index_info*,int,sqlite3_value**);
136783 int (*vtab_distinct)(sqlite3_index_info*);
136784 int (*vtab_in)(sqlite3_index_info*,int,int);
141585 static int pragmaVtabBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo){
162878 sqlite3_index_info *p, /* The IndexInfo object */
162902 sqlite3_index_info *p, /* The IndexInfo object */
163434 static sqlite3_index_info *allocateIndexInfo(
163450 sqlite3_index_info *pIdxInfo;
163631 static void freeIndexInfo(sqlite3 *db, sqlite3_index_info *pIdxInfo){
163661 static int vtabBestIndex(Parse *pParse, Table *pTab, sqlite3_index_info *p){
166219 sqlite3_index_info *pIdxInfo, /* Populated object for xBestIndex */
166414 SQLITE_API const char *sqlite3_vtab_collation(sqlite3_index_info *pIdxInfo, int iCons){
166434 SQLITE_API int sqlite3_vtab_in(sqlite3_index_info *pIdxInfo, int iCons, int bHandle){
166455 sqlite3_index_info *pIdxInfo, /* Copy of first argument to xBestIndex */
166487 SQLITE_API int sqlite3_vtab_distinct(sqlite3_index_info *pIdxInfo){
166550 sqlite3_index_info *p; /* Object to pass to xBestIndex() */
187733 static void fts3SetEstimatedRows(sqlite3_index_info *pIdxInfo, i64 nRow){
187746 static void fts3SetUniqueFlag(sqlite3_index_info *pIdxInfo){
187762 static int fts3BestIndexMethod(sqlite3_vtab *pVTab, sqlite3_index_info *pInfo){
192493 sqlite3_index_info *pInfo
196245 sqlite3_index_info *pInfo
210004 sqlite3_index_info *pIdxInfo
212329 static int rtreeBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo){
216096 static int geopolyBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo){
223754 static int statBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo){
224562 static int dbpageBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo){
249343 sqlite3_index_info *pIdxInfo
250061 static void fts5SetUniqueFlag(sqlite3_index_info *pIdxInfo){
250150 static int fts5BestIndexMethod(sqlite3_vtab *pVTab, sqlite3_index_info *pInfo){
256794 sqlite3_index_info *pInfo
257607 sqlite3_index_info *pIdxInfo