Home
last modified time | relevance | path

Searched defs: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
45 ** By default, allocate this many bytes of memory for each FileChunk object. argument