Home
last modified time | relevance | path

Searched defs:WhereInfo (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
DsqliteInt.h637 typedef struct WhereInfo WhereInfo; typedef
1959 struct WhereInfo { struct
1960 Parse *pParse; /* Parsing and code generating context */
1961 u16 wctrlFlags; /* Flags originally passed to sqlite3WhereBegin() */
1962 u8 okOnePass; /* Ok to use one-pass algorithm for UPDATE or DELETE */
1963 u8 untestedTerms; /* Not all WHERE terms resolved by outer loop */
1964 SrcList *pTabList; /* List of tables in the join */
1965 int iTop; /* The very beginning of the WHERE loop */
1966 int iContinue; /* Jump here to continue with next record */
1967 int iBreak; /* Jump here to break out of the loop */
[all …]
/external/chromium_org/third_party/sqlite/amalgamation/
Dsqlite3.c7617 typedef struct WhereInfo WhereInfo; typedef
10304 struct WhereInfo { struct
10305 Parse *pParse; /* Parsing and code generating context */
10306 u16 wctrlFlags; /* Flags originally passed to sqlite3WhereBegin() */
10307 u8 okOnePass; /* Ok to use one-pass algorithm for UPDATE or DELETE */
10308 u8 untestedTerms; /* Not all WHERE terms resolved by outer loop */
10309 SrcList *pTabList; /* List of tables in the join */
10310 int iTop; /* The very beginning of the WHERE loop */
10311 int iContinue; /* Jump here to continue with next record */
10312 int iBreak; /* Jump here to break out of the loop */
[all …]
/external/sqlite/dist/
Dsqlite3.c8822 typedef struct WhereInfo WhereInfo; typedef
/external/sqlite/dist/orig/
Dsqlite3.c8822 typedef struct WhereInfo WhereInfo; typedef