Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c163315 typedef struct WhereLevel WhereLevel; typedef
163361 struct WhereLevel { struct
163362 int iLeftJoin; /* Memory cell used to implement LEFT OUTER JOIN */
163363 int iTabCur; /* The VDBE cursor used to access the table */
163364 int iIdxCur; /* The VDBE cursor used to access pIdx */
163365 int addrBrk; /* Jump here to break out of the loop */
163366 int addrHalt; /* Abort the query due to empty table or similar */
163367 int addrNxt; /* Jump here to start the next IN combination */
163368 int addrSkip; /* Jump here for next iteration of skip-scan */
163369 int addrCont; /* Jump here to continue with the next loop cycle */
[all …]