Lines Matching defs:SortSubtask
106534 typedef struct SortSubtask SortSubtask; /* A sub-task in the sort process */ typedef
106665 struct SortSubtask { struct
106666 SQLiteThread *pThread; /* Background thread, if any */
106667 int bDone; /* Set if thread is finished but not joined */
106668 int nPMA; /* Number of PMAs currently in file */
106669 VdbeSorter *pSorter; /* Sorter that owns this sub-task */
106670 UnpackedRecord *pUnpacked; /* Space to unpack a record */
106671 SorterList list; /* List for thread to write to a PMA */
106672 SorterCompare xCompare; /* Compare function to use */
106673 SorterFile file; /* Temp file for level-0 PMAs */
106674 SorterFile file2; /* Space for other PMAs */
106675 u64 nSpill; /* Total bytes written by this task */