Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dmemjournal.c31 typedef struct FileChunk FileChunk; typedef
39 struct FileChunk { struct
40 FileChunk *pNext; /* Next chunk in the journal */ argument
73 FileChunk *pFirst; /* Head of in-memory chunk-list */
96 FileChunk *pChunk; in memjrnlRead()
133 static void memjrnlFreeChunks(FileChunk *pFirst){ in memjrnlFreeChunks()
134 FileChunk *pIter; in memjrnlFreeChunks()
135 FileChunk *pNext; in memjrnlFreeChunks()
155 FileChunk *pIter; in memjrnlCreateFile()
223 FileChunk *pChunk = p->endpoint.pChunk; in memjrnlWrite()
[all …]