Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dselect.c48 typedef struct SortCtx SortCtx; typedef
49 struct SortCtx { struct
668 SortCtx *pSort, in makeSorterRecord()
689 SortCtx *pSort, /* Information about the ORDER BY clause */ in pushOntoSorter()
1021 SortCtx *pSort, /* Sorter context */ in selectExprDefer()
1093 SortCtx *pSort, /* If not NULL, info on how to process ORDER BY */ in selectInnerLoop()
1628 SortCtx *pSort, /* Information on the ORDER BY clause */ in generateSortTail()
6662 SortCtx sSort; /* Info on how to code the ORDER BY clause */ in sqlite3Select()