Home
last modified time | relevance | path

Searched defs:WhereLevel (Results 1 – 2 of 2) sorted by relevance

/PHP-5.3/ext/sqlite/libsqlite/src/
H A DsqliteInt.h242 typedef struct WhereLevel WhereLevel; typedef
800 struct WhereLevel { struct
801 int iMem; /* Memory cell used by this level */
802 Index *pIdx; /* Index used */
803 int iCur; /* Cursor number used for this index */
804 int score; /* How well this indexed scored */
805 int brk; /* Jump here to break out of the loop */
829 WhereLevel a[1]; /* Information about each nest loop in the WHERE */ argument
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c7879 typedef struct WhereLevel WhereLevel; typedef
10520 struct WhereLevel { struct
10544 ** virtual table in the FROM clause and the WhereLevel structure is argument
10548 sqlite3_index_info *pIdxInfo; /* Index info for n-th source table */

Completed in 339 milliseconds