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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.h4157 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*); member in struct:sqlite3_module
4185 ** pass information into and receive the reply from the [xBestIndex]
4187 ** inputs to xBestIndex and are read-only. xBestIndex inserts its
4209 ** The [xBestIndex] method must fill aConstraintUsage[] with information
4237 int iTermOffset; /* Used internally - xBestIndex should ignore */
H A Dsqlite3.c4681 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*); member in struct:sqlite3_module
4709 ** pass information into and receive the reply from the [xBestIndex]
4711 ** inputs to xBestIndex and are read-only. xBestIndex inserts its
4733 ** The [xBestIndex] method must fill aConstraintUsage[] with information
4761 int iTermOffset; /* Used internally - xBestIndex should ignore */
[all...]

Completed in 497 milliseconds