Home
last modified time | relevance | path

Searched defs:pSort (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/src/
H A Dselect.c668 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()
H A Dwindow.c971 ExprList *pSort = 0; in sqlite3WindowRewrite() local