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

/external/chromium_org/third_party/sqlite/src/src/
H A Dwhere.c226 ** WhereLevel.wsFlags. These flags determine which search
230 ** The WhereLevel.wsFlags field is usually set to WO_IN|WO_EQ|WO_ISNULL.
231 ** But if the table is the right table of a left join, WhereLevel.wsFlags
232 ** is set to WO_IN|WO_EQ. The WhereLevel.wsFlags field can then be used as
1795 ** and to set up the WhereLevel object pLevel so that the code generator
1803 WhereLevel *pLevel /* Write new index here */
3198 static void disableTerm(WhereLevel *pLevel, WhereTerm *pTerm){
3267 WhereLevel *pLevel, /* When level of the FROM clause we are working on */
3359 WhereLevel *pLevel, /* Which nested loop of the FROM we are coding */
3470 static char *explainIndexRange(sqlite3 *db, WhereLevel *pLeve
[all...]
H A DsqliteInt.h638 typedef struct WhereLevel WhereLevel; typedef in typeref:struct:WhereLevel
1904 ** All other information in the i-th WhereLevel object for the i-th table
1907 struct WhereLevel { struct
1931 ** virtual table in the FROM clause and the WhereLevel structure is
1932 ** a convenient place since there is one WhereLevel for each FROM clause
1972 WhereLevel a[1]; /* Information about each nest loop in WHERE */
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c7618 typedef struct WhereLevel WhereLevel; typedef in typeref:struct:WhereLevel
10249 ** All other information in the i-th WhereLevel object for the i-th table
10252 struct WhereLevel { struct
10276 ** virtual table in the FROM clause and the WhereLevel structure is
10277 ** a convenient place since there is one WhereLevel for each FROM clause
10317 WhereLevel a[1]; /* Information about each nest loop in WHERE */
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c110488 typedef struct WhereLevel WhereLevel; typedef in typeref:struct:WhereLevel
110512 struct WhereLevel { struct
[all...]
/external/sqlite/dist/
H A Dsqlite3.c110508 typedef struct WhereLevel WhereLevel; typedef in typeref:struct:WhereLevel
110532 struct WhereLevel { struct
[all...]

Completed in 958 milliseconds