Home
last modified time | relevance | path

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

/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dselect.c48 typedef struct SortCtx SortCtx; typedef
49 struct SortCtx { struct
50 ExprList *pOrderBy; /* The ORDER BY (or GROUP BY clause) */
52 int iECursor; /* Cursor number for the sorter */
54 int labelBkOut; /* Start label for the block-output subroutine */
56 int labelDone; /* Jump here when done, ex: LIMIT reached */
57 int labelOBLopt; /* Jump here when sorter is full */
58 u8 sortFlags; /* Zero or more SORTFLAG_* bits */
60 u8 nDefer; /* Number of valid entries in aDefer[] */
61 struct DeferredCsr {
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dselect.c62 typedef struct SortCtx SortCtx; typedef
63 struct SortCtx { struct
64 ExprList *pOrderBy; /* The ORDER BY (or GROUP BY clause) */
66 int iECursor; /* Cursor number for the sorter */
68 int labelBkOut; /* Start label for the block-output subroutine */
70 int labelDone; /* Jump here when done, ex: LIMIT reached */
71 int labelOBLopt; /* Jump here when sorter is full */
72 u8 sortFlags; /* Zero or more SORTFLAG_* bits */
74 u8 nDefer; /* Number of valid entries in aDefer[] */
75 struct DeferredCsr {
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dselect.c48 typedef struct SortCtx SortCtx; typedef
49 struct SortCtx { struct
50 ExprList *pOrderBy; /* The ORDER BY (or GROUP BY clause) */
52 int iECursor; /* Cursor number for the sorter */
54 int labelBkOut; /* Start label for the block-output subroutine */
56 int labelDone; /* Jump here when done, ex: LIMIT reached */
57 int labelOBLopt; /* Jump here when sorter is full */
58 u8 sortFlags; /* Zero or more SORTFLAG_* bits */
60 u8 nDefer; /* Number of valid entries in aDefer[] */
61 struct DeferredCsr {
[all …]
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dselect.c49 typedef struct SortCtx SortCtx; typedef
50 struct SortCtx { struct
51 ExprList *pOrderBy; /* The ORDER BY (or GROUP BY clause) */
52 int nOBSat; /* Number of ORDER BY terms satisfied by indices */
53 int iECursor; /* Cursor number for the sorter */
54 int regReturn; /* Register holding block-output return address */
55 int labelBkOut; /* Start label for the block-output subroutine */
56 int addrSortIndex; /* Address of the OP_SorterOpen or OP_OpenEphemeral */
57 int labelDone; /* Jump here when done, ex: LIMIT reached */
58 u8 sortFlags; /* Zero or more SORTFLAG_* bits */
[all …]