Searched defs:chunk (Results 1 – 2 of 2) sorted by relevance
8 typedef struct chunk { struct11 buffer *mem; /* either the storage of the mem-chunk or the read-ahead buffer */ argument29 off_t offset; /* octets sent from this chunk argument35 struct chunk *next; argument36 } chunk; typedef
191 struct chunk struct197 static __thread struct chunk chunks[NCHUNKS]; argument