Github User Fetcher 1.0.0
C Application with Server and GUI
|
Data Fields | |
ExprList * | pOrderBy |
int | nOBSat |
int | iECursor |
int | regReturn |
int | labelBkOut |
int | addrSortIndex |
int | labelDone |
int | labelOBLopt |
u8 | sortFlags |
struct RowLoadInfo * | pDeferredRowLoad |
int SortCtx::addrSortIndex |
Definition at line 129348 of file sqlite3.c.
Referenced by selectInnerLoop(), and sqlite3Select().
int SortCtx::iECursor |
Definition at line 129345 of file sqlite3.c.
Referenced by generateSortTail(), and sqlite3Select().
int SortCtx::labelBkOut |
Definition at line 129347 of file sqlite3.c.
Referenced by generateSortTail().
int SortCtx::labelDone |
Definition at line 129349 of file sqlite3.c.
Referenced by generateSortTail().
int SortCtx::labelOBLopt |
Definition at line 129350 of file sqlite3.c.
Referenced by sqlite3Select().
int SortCtx::nOBSat |
Definition at line 129344 of file sqlite3.c.
Referenced by generateSortTail(), makeSorterRecord(), selectInnerLoop(), and sqlite3Select().
struct RowLoadInfo* SortCtx::pDeferredRowLoad |
Definition at line 129360 of file sqlite3.c.
Referenced by makeSorterRecord(), and selectInnerLoop().
ExprList* SortCtx::pOrderBy |
Definition at line 129343 of file sqlite3.c.
Referenced by generateSortTail(), selectInnerLoop(), and sqlite3Select().
int SortCtx::regReturn |
Definition at line 129346 of file sqlite3.c.
Referenced by generateSortTail().
u8 SortCtx::sortFlags |
Definition at line 129351 of file sqlite3.c.
Referenced by generateSortTail(), selectInnerLoop(), and sqlite3Select().