Lines Matching refs:sqlite3_index_info

7114 typedef struct sqlite3_index_info sqlite3_index_info;  typedef
7142 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
7265 struct sqlite3_index_info { struct
9372 SQLITE_API SQLITE_EXPERIMENTAL const char *sqlite3_vtab_collation(sqlite3_index_info*,int);
113562 const char *(*vtab_collation)(sqlite3_index_info*,int);
117570 static int pragmaVtabBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo){
133482 static void TRACE_IDX_INPUTS(sqlite3_index_info *p){
133500 static void TRACE_IDX_OUTPUTS(sqlite3_index_info *p){
133766 static sqlite3_index_info *allocateIndexInfo(
133782 sqlite3_index_info *pIdxInfo;
133916 static int vtabBestIndex(Parse *pParse, Table *pTab, sqlite3_index_info *p){
135945 sqlite3_index_info *pIdxInfo, /* Populated object for xBestIndex */
136075 SQLITE_API const char *sqlite3_vtab_collation(sqlite3_index_info *pIdxInfo, int iCons){
136125 sqlite3_index_info *p; /* Object to pass to xBestIndex() */
150316 static void fts3SetEstimatedRows(sqlite3_index_info *pIdxInfo, i64 nRow){
150329 static void fts3SetUniqueFlag(sqlite3_index_info *pIdxInfo){
150345 static int fts3BestIndexMethod(sqlite3_vtab *pVTab, sqlite3_index_info *pInfo){
154910 sqlite3_index_info *pInfo
158666 sqlite3_index_info *pInfo
168863 static int rtreeBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo){
177839 static int statBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo){
178462 static int dbpageBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo){
185751 sqlite3_index_info *pIdxInfo
201219 static void fts5SetUniqueFlag(sqlite3_index_info *pIdxInfo){
201267 static int fts5BestIndexMethod(sqlite3_vtab *pVTab, sqlite3_index_info *pInfo){
206854 sqlite3_index_info *pInfo
207594 sqlite3_index_info *pIdxInfo