Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c109807 typedef struct FileChunk FileChunk; typedef
109815 struct FileChunk { struct
109816 FileChunk *pNext; /* Next chunk in the journal */ argument
109829 #define fileChunkSize(nChunkSize) (sizeof(FileChunk) + ((nChunkSize)-8))
109837 FileChunk *pChunk; /* Specific chunk into which cursor points */
109849 FileChunk *pFirst; /* Head of in-memory chunk-list */
109872 FileChunk *pChunk;
109909 static void memjrnlFreeChunks(FileChunk *pFirst){
109910 FileChunk *pIter;
109911 FileChunk *pNext;
[all …]