Searched refs:SortSubtask (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 106692 typedef struct SortSubtask SortSubtask; /* A sub-task in the sort process */ typedef 106786 SortSubtask *pTask; /* Used by this thread only */ 106822 typedef int (*SorterCompare)(SortSubtask*,int*,const void*,int,const void*,int); 106823 struct SortSubtask { struct 106864 SortSubtask aTask[FLEXARRAY]; /* One or more subtasks */ 106868 #define SZ_VDBESORTER(N) (offsetof(VdbeSorter,aTask)+(N)*sizeof(SortSubtask)) 106929 SortSubtask *pTask; /* Task that owns this merger */ 107147 static int vdbeSorterMapFile(SortSubtask *pTask, SorterFile *pFile, u8 **pp){ 107165 SortSubtask *pTask, /* Task context */ 107259 SortSubtask *pTask, /* Task context */ [all …]
|