Searched defs:pSort (Results 1 – 2 of 2) sorted by relevance
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()
971 ExprList *pSort = 0; in sqlite3WindowRewrite() local