Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dnetwork_freebsd_sendfile.c49 size_t num_bytes = 0; in network_write_chunkqueue_freebsdsendfile() local
70 (off_t) num_bytes + toSend > max_bytes) { in network_write_chunkqueue_freebsdsendfile()
71 chunks[i].iov_len = max_bytes - num_bytes; in network_write_chunkqueue_freebsdsendfile()
79 num_bytes += toSend; in network_write_chunkqueue_freebsdsendfile()
H A Dnetwork_solaris_sendfilev.c57 size_t num_bytes = 0; in network_write_chunkqueue_solarissendfilev() local
80 (off_t) num_bytes + toSend > max_bytes) { in network_write_chunkqueue_solarissendfilev()
81 chunks[i].iov_len = max_bytes - num_bytes; in network_write_chunkqueue_solarissendfilev()
89 num_bytes += toSend; in network_write_chunkqueue_solarissendfilev()
H A Dnetwork_linux_sendfile.c45 size_t num_bytes = 0; in network_write_chunkqueue_linuxsendfile() local
68 (off_t) num_bytes + toSend > max_bytes) { in network_write_chunkqueue_linuxsendfile()
69 chunks[i].iov_len = max_bytes - num_bytes; in network_write_chunkqueue_linuxsendfile()
77 num_bytes += toSend; in network_write_chunkqueue_linuxsendfile()
H A Dnetwork_writev.c48 size_t num_bytes = 0; in network_write_chunkqueue_writev() local
88 (off_t) num_bytes + toSend > max_bytes) { in network_write_chunkqueue_writev()
89 chunks[i].iov_len = max_bytes - num_bytes; in network_write_chunkqueue_writev()
97 num_bytes += toSend; in network_write_chunkqueue_writev()
H A Dnetwork_mtcp_writev.c48 size_t num_bytes = 0;
88 (off_t) num_bytes + toSend > max_bytes) {
89 chunks[i].iov_len = max_bytes - num_bytes;
97 num_bytes += toSend;