Home
last modified time | relevance | path

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

/netbsd-src/lib/libc/hash/
H A Dhashhl.c40 WA(FNPREFIX(FileChunk),CONCAT(_,FNPREFIX(FileChunk))) in WA()
89 FNPREFIX(FileChunk)(const char *filename, char *buf, off_t off, off_t len) in FNPREFIX() argument
129 return (FNPREFIX(FileChunk)(filename, buf, (off_t)0, (off_t)0)); in FNPREFIX()
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c105510 typedef struct FileChunk FileChunk;
105518 struct FileChunk {
105519 FileChunk *pNext; /* Next chunk in the journal */
105532 #define fileChunkSize(nChunkSize) (sizeof(FileChunk) + ((nChunkSize)-8))
105540 FileChunk *pChunk; /* Specific chunk into which cursor points */
105552 FileChunk *pFirst; /* Head of in-memory chunk-list */
105575 FileChunk *pChunk;
105612 static void memjrnlFreeChunks(FileChunk *pFirst){
105613 FileChunk *pIter;
105614 FileChunk *pNext;
[all …]