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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c10783 ** The pIdxInfo field is used to help pick the best index on a
10784 ** virtual table. The pIdxInfo pointer contains indexing
10786 ** All the pIdxInfo pointers are freed by whereInfoFree() in where.c.
10818 sqlite3_index_info *pIdxInfo; /* Index info for n-th source table */ member in struct:WhereLevel
104516 sqlite3_index_info *pIdxInfo; local
104678 sqlite3_index_info *pIdxInfo; local
130930 rtreeBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo) argument
[all...]

Completed in 398 milliseconds