Searched defs:WhereInfo (Results 1 – 4 of 4) sorted by relevance
637 typedef struct WhereInfo WhereInfo; typedef1959 struct WhereInfo { struct1960 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 …]
7617 typedef struct WhereInfo WhereInfo; typedef10304 struct WhereInfo { struct10305 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 …]
8822 typedef struct WhereInfo WhereInfo; typedef