Home
last modified time | relevance | path

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

/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A DwhereInt.h39 typedef struct WhereLoop WhereLoop; typedef
111 struct WhereLoop { struct
112 Bitmask prereq; /* Bitmask of other loops that must run first */
113 Bitmask maskSelf; /* Bitmask identifying table iTab */
115 char cId; /* Symbolic ID of this loop for debugging use */
117 u8 iTab; /* Position in FROM clause of table for this loop */
118 u8 iSortIdx; /* Sorting index number. 0==None */
142 # define WHERE_LOOP_XFER_SZ offsetof(WhereLoop,nLSlot) argument
145 WhereLoop *pNextLoop; /* Next WhereLoop object in the WhereClause */ argument
146 WhereTerm *aLTermSpace[3]; /* Initial aLTerm[] space */
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A DwhereInt.h28 typedef struct WhereLoop WhereLoop; typedef
104 struct WhereLoop { struct
105 Bitmask prereq; /* Bitmask of other loops that must run first */
106 Bitmask maskSelf; /* Bitmask identifying table iTab */
108 char cId; /* Symbolic ID of this loop for debugging use */
110 u8 iTab; /* Position in FROM clause of table for this loop */
111 u8 iSortIdx; /* Sorting index number. 0==None */
135 # define WHERE_LOOP_XFER_SZ offsetof(WhereLoop,nLSlot) argument
138 WhereLoop *pNextLoop; /* Next WhereLoop object in the WhereClause */ argument
139 WhereTerm *aLTermSpace[3]; /* Initial aLTerm[] space */
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A DwhereInt.h41 typedef struct WhereLoop WhereLoop; typedef
117 struct WhereLoop { struct
118 Bitmask prereq; /* Bitmask of other loops that must run first */
119 Bitmask maskSelf; /* Bitmask identifying table iTab */
121 char cId; /* Symbolic ID of this loop for debugging use */
123 u8 iTab; /* Position in FROM clause of table for this loop */
124 u8 iSortIdx; /* Sorting index number. 0==None */
148 # define WHERE_LOOP_XFER_SZ offsetof(WhereLoop,nLSlot) argument
151 WhereLoop *pNextLoop; /* Next WhereLoop object in the WhereClause */ argument
152 WhereTerm *aLTermSpace[3]; /* Initial aLTerm[] space */
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A DwhereInt.h41 typedef struct WhereLoop WhereLoop; typedef
117 struct WhereLoop { struct
118 Bitmask prereq; /* Bitmask of other loops that must run first */
119 Bitmask maskSelf; /* Bitmask identifying table iTab */
121 char cId; /* Symbolic ID of this loop for debugging use */
123 u8 iTab; /* Position in FROM clause of table for this loop */
124 u8 iSortIdx; /* Sorting index number. 0==None */
148 # define WHERE_LOOP_XFER_SZ offsetof(WhereLoop,nLSlot) argument
151 WhereLoop *pNextLoop; /* Next WhereLoop object in the WhereClause */ argument
152 WhereTerm *aLTermSpace[3]; /* Initial aLTerm[] space */