Home
last modified time | relevance | path

Searched defs:chunks (Results 1 – 5 of 5) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dnetwork_linux_sendfile.c43 struct iovec chunks[UIO_MAXIOV]; in network_write_chunkqueue_linuxsendfile() local
H A Dnetwork_freebsd_sendfile.c47 struct iovec chunks[UIO_MAXIOV]; in network_write_chunkqueue_freebsdsendfile() local
H A Dnetwork_solaris_sendfilev.c54 struct iovec chunks[UIO_MAXIOV]; in network_write_chunkqueue_solarissendfilev() local
H A Dnetwork_writev.c46 struct iovec *chunks; in network_write_chunkqueue_writev() local
/mOS-networking-stack/core/src/bpf/
H A Dsf_gencode.c197 static __thread struct chunk chunks[NCHUNKS]; variable