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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c10555 ** The pIdxInfo field is used to help pick the best index on a
10556 ** virtual table. The pIdxInfo pointer contains indexing
10558 ** All the pIdxInfo pointers are freed by whereInfoFree() in where.c.
10590 sqlite3_index_info *pIdxInfo; /* Index info for n-th source table */ member in struct:WhereLevel
102485 sqlite3_index_info *pIdxInfo; local
102647 sqlite3_index_info *pIdxInfo; local
128383 rtreeBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo) argument
[all...]

Completed in 376 milliseconds