Home
last modified time | relevance | path

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

/dports/databases/sqlite3/sqlite-src-3350500/src/
H A DwhereInt.h31 typedef struct WhereLoopBuilder WhereLoopBuilder; typedef
389 struct WhereLoopBuilder { struct
410 /* The WhereLoopBuilder.iPlanLimit is used to limit the number of argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A DwhereInt.h44 typedef struct WhereLoopBuilder WhereLoopBuilder; typedef
406 struct WhereLoopBuilder { struct
427 /* The WhereLoopBuilder.iPlanLimit is used to limit the number of argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A DwhereInt.h44 typedef struct WhereLoopBuilder WhereLoopBuilder; typedef
398 struct WhereLoopBuilder { struct
416 /* The WhereLoopBuilder.iPlanLimit is used to limit the number of argument
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A DwhereInt.h42 typedef struct WhereLoopBuilder WhereLoopBuilder; typedef
391 struct WhereLoopBuilder { struct
392 WhereInfo *pWInfo; /* Information about this WHERE */
393 WhereClause *pWC; /* WHERE clause terms */
394 ExprList *pOrderBy; /* ORDER BY clause */
395 WhereLoop *pNew; /* Template WhereLoop */
396 WhereOrSet *pOrSet; /* Record best loops here, if not NULL */
398 UnpackedRecord *pRec; /* Probe for stat4 (if required) */
399 int nRecValid; /* Number of valid fields currently in pRec */
401 unsigned int bldFlags; /* SQLITE_BLDF_* flags */