Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c109649 typedef struct FileChunk FileChunk; typedef
109657 struct FileChunk { struct
109658 FileChunk *pNext; /* Next chunk in the journal */ argument
109671 #define fileChunkSize(nChunkSize) (sizeof(FileChunk) + ((nChunkSize)-8))
109679 FileChunk *pChunk; /* Specific chunk into which cursor points */
109691 FileChunk *pFirst; /* Head of in-memory chunk-list */
109714 FileChunk *pChunk;
109751 static void memjrnlFreeChunks(FileChunk *pFirst){
109752 FileChunk *pIter;
109753 FileChunk *pNext;
[all …]