Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c163066 typedef struct WhereLoop WhereLoop; typedef
163146 struct WhereLoop *pWLoop; /* The selected WhereLoop object */
163167 struct WhereLoop { struct
163202 # define WHERE_LOOP_XFER_SZ offsetof(WhereLoop,nLSlot) argument
163209 WhereLoop *pNextLoop; /* Next WhereLoop object in the WhereClause */ argument
163258 WhereLoop **aLoop; /* Array of WhereLoop objects implementing this path */
163463 WhereLoop *pNew; /* Template WhereLoop */
163541 WhereLoop *pLoops; /* List of all WhereLoop objects */
163563 SQLITE_PRIVATE void sqlite3WhereLoopPrint(const WhereLoop *p, const WhereClause *pWC);
163775 static void explainIndexRange(StrAccum *pStr, WhereLoop *pLoop){
[all …]