Searched refs:pTask (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 106628 SortSubtask *pTask; /* Used by this thread only */ member 106771 SortSubtask *pTask; /* Task that owns this merger */ member 106989 static int vdbeSorterMapFile(SortSubtask *pTask, SorterFile *pFile, u8 **pp){ argument 106991 if( pFile->iEof<=(i64)(pTask->pSorter->db->nMaxSorterMmap) ){ 107007 SortSubtask *pTask, /* Task context */ argument 107025 rc = vdbeSorterMapFile(pTask, pFile, &pReadr->aMap); 107027 int pgsz = pTask->pSorter->pgsz; 107065 pIncr->pTask, pReadr, &pIncr->aFile[0], pIncr->iStartOff 107101 SortSubtask *pTask, /* Task context */ argument 107114 rc = vdbePmaReaderSeek(pTask, pReadr, pFile, iStart); [all …]
|