Searched refs:pTask (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 106786 SortSubtask *pTask; /* Used by this thread only */ member 106929 SortSubtask *pTask; /* Task that owns this merger */ member 107147 static int vdbeSorterMapFile(SortSubtask *pTask, SorterFile *pFile, u8 **pp){ argument 107149 if( pFile->iEof<=(i64)(pTask->pSorter->db->nMaxSorterMmap) ){ 107165 SortSubtask *pTask, /* Task context */ argument 107183 rc = vdbeSorterMapFile(pTask, pFile, &pReadr->aMap); 107185 int pgsz = pTask->pSorter->pgsz; 107223 pIncr->pTask, pReadr, &pIncr->aFile[0], pIncr->iStartOff 107259 SortSubtask *pTask, /* Task context */ argument 107272 rc = vdbePmaReaderSeek(pTask, pReadr, pFile, iStart); [all …]
|