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

/freebsd-10.0-release/contrib/sqlite3/
H A Dsqlite3.h5172 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*); member in struct:sqlite3_module
5205 ** pass information into and receive the reply from the [xBestIndex]
5207 ** inputs to xBestIndex and are read-only. xBestIndex inserts its
5231 ** The [xBestIndex] method must fill aConstraintUsage[] with information
5259 int iTermOffset; /* Used internally - xBestIndex should ignore */
H A Dsqlite3.c5743 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*); member in struct:sqlite3_module
5776 ** pass information into and receive the reply from the [xBestIndex]
5778 ** inputs to xBestIndex and are read-only. xBestIndex inserts its
5802 ** The [xBestIndex] method must fill aConstraintUsage[] with information
5830 int iTermOffset; /* Used internally - xBestIndex should ignore */
[all...]
/freebsd-10.0-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h4777 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*); member in struct:sqlite3_module
4810 ** pass information into and receive the reply from the [xBestIndex]
4812 ** inputs to xBestIndex and are read-only. xBestIndex inserts its
4836 ** The [xBestIndex] method must fill aConstraintUsage[] with information
4864 int iTermOffset; /* Used internally - xBestIndex should ignore */
H A Dsqlite3.c5330 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*); member in struct:sqlite3_module
5363 ** pass information into and receive the reply from the [xBestIndex]
5365 ** inputs to xBestIndex and are read-only. xBestIndex inserts its
5389 ** The [xBestIndex] method must fill aConstraintUsage[] with information
5417 int iTermOffset; /* Used internally - xBestIndex should ignore */
[all...]

Completed in 592 milliseconds