Home
last modified time | relevance | path

Searched defs:SortSubtask (Results 1 – 4 of 4) sorted by relevance

/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dvdbesort.c164 typedef struct SortSubtask SortSubtask; /* A sub-task in the sort process */ typedef
295 struct SortSubtask { struct
296 SQLiteThread *pThread; /* Background thread, if any */
297 int bDone; /* Set if thread is finished but not joined */
298 VdbeSorter *pSorter; /* Sorter that owns this sub-task */
299 UnpackedRecord *pUnpacked; /* Space to unpack a record */
300 SorterList list; /* List for thread to write to a PMA */
301 int nPMA; /* Number of PMAs currently in file */
302 SorterCompare xCompare; /* Compare function to use */
303 SorterFile file; /* Temp file for level-0 PMAs */
[all …]
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dvdbesort.c164 typedef struct SortSubtask SortSubtask; /* A sub-task in the sort process */ typedef
295 struct SortSubtask { struct
296 SQLiteThread *pThread; /* Background thread, if any */
297 int bDone; /* Set if thread is finished but not joined */
298 VdbeSorter *pSorter; /* Sorter that owns this sub-task */
299 UnpackedRecord *pUnpacked; /* Space to unpack a record */
300 SorterList list; /* List for thread to write to a PMA */
301 int nPMA; /* Number of PMAs currently in file */
302 SorterCompare xCompare; /* Compare function to use */
303 SorterFile file; /* Temp file for level-0 PMAs */
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dvdbesort.c164 typedef struct SortSubtask SortSubtask; /* A sub-task in the sort process */ typedef
295 struct SortSubtask { struct
296 SQLiteThread *pThread; /* Background thread, if any */
297 int bDone; /* Set if thread is finished but not joined */
298 VdbeSorter *pSorter; /* Sorter that owns this sub-task */
299 UnpackedRecord *pUnpacked; /* Space to unpack a record */
300 SorterList list; /* List for thread to write to a PMA */
301 int nPMA; /* Number of PMAs currently in file */
302 SorterCompare xCompare; /* Compare function to use */
303 SorterFile file; /* Temp file for level-0 PMAs */
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dvdbesort.c164 typedef struct SortSubtask SortSubtask; /* A sub-task in the sort process */ typedef
295 struct SortSubtask { struct
296 SQLiteThread *pThread; /* Background thread, if any */
297 int bDone; /* Set if thread is finished but not joined */
298 VdbeSorter *pSorter; /* Sorter that owns this sub-task */
299 UnpackedRecord *pUnpacked; /* Space to unpack a record */
300 SorterList list; /* List for thread to write to a PMA */
301 int nPMA; /* Number of PMAs currently in file */
302 SorterCompare xCompare; /* Compare function to use */
303 SorterFile file; /* Temp file for level-0 PMAs */
[all …]