Searched refs:WhereLoop (Results 1 – 1 of 1) sorted by relevance
163316 typedef struct WhereLoop WhereLoop; typedef163396 struct WhereLoop *pWLoop; /* The selected WhereLoop object */163417 struct WhereLoop { struct163452 # define WHERE_LOOP_XFER_SZ offsetof(WhereLoop,nLSlot) argument163459 WhereLoop *pNextLoop; /* Next WhereLoop object in the WhereClause */ argument163508 WhereLoop **aLoop; /* Array of WhereLoop objects implementing this path */163713 WhereLoop *pNew; /* Template WhereLoop */163791 WhereLoop *pLoops; /* List of all WhereLoop objects */163813 SQLITE_PRIVATE void sqlite3WhereLoopPrint(const WhereLoop *p, const WhereClause *pWC);164025 static void explainIndexRange(StrAccum *pStr, WhereLoop *pLoop){[all …]