Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c106534 typedef struct SortSubtask SortSubtask; /* A sub-task in the sort process */ typedef
106628 SortSubtask *pTask; /* Used by this thread only */
106664 typedef int (*SorterCompare)(SortSubtask*,int*,const void*,int,const void*,int);
106665 struct SortSubtask { struct
106706 SortSubtask aTask[FLEXARRAY]; /* One or more subtasks */
106710 #define SZ_VDBESORTER(N) (offsetof(VdbeSorter,aTask)+(N)*sizeof(SortSubtask))
106771 SortSubtask *pTask; /* Task that owns this merger */
106989 static int vdbeSorterMapFile(SortSubtask *pTask, SorterFile *pFile, u8 **pp){
107007 SortSubtask *pTask, /* Task context */
107101 SortSubtask *pTask, /* Task context */
[all …]