Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c163316 typedef struct WhereLoop WhereLoop; typedef
163396 struct WhereLoop *pWLoop; /* The selected WhereLoop object */
163417 struct WhereLoop { struct
163452 # define WHERE_LOOP_XFER_SZ offsetof(WhereLoop,nLSlot) argument
163459 WhereLoop *pNextLoop; /* Next WhereLoop object in the WhereClause */ argument
163508 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 …]