Searched refs:WhereLoop (Results 1 – 1 of 1) sorted by relevance
163066 typedef struct WhereLoop WhereLoop; typedef163146 struct WhereLoop *pWLoop; /* The selected WhereLoop object */163167 struct WhereLoop { struct163202 # define WHERE_LOOP_XFER_SZ offsetof(WhereLoop,nLSlot) argument163209 WhereLoop *pNextLoop; /* Next WhereLoop object in the WhereClause */ argument163258 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 …]