Home
last modified time | relevance | path

Searched defs:chunk (Results 1 – 2 of 2) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dchunk.h8 typedef struct chunk { struct
11 buffer *mem; /* either the storage of the mem-chunk or the read-ahead buffer */ argument
29 off_t offset; /* octets sent from this chunk argument
35 struct chunk *next; argument
36 } chunk; typedef
/mOS-networking-stack/core/src/bpf/
H A Dsf_gencode.c191 struct chunk struct
197 static __thread struct chunk chunks[NCHUNKS]; argument