Home
last modified time | relevance | path

Searched defs:max_bytes (Results 1 – 8 of 8) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dnetwork_write.c27 …ork_write_chunkqueue_write(server *srv, connection *con, int fd, chunkqueue *cq, off_t max_bytes) { in network_write_chunkqueue_write()
H A Dnetwork_mtcp_writev.c346 …ite_chunkqueue_mtcp_writev(server *srv, connection *con, int fd, chunkqueue *cq, off_t max_bytes) { in network_write_chunkqueue_mtcp_writev()
H A Dnetwork_linux_sendfile.c30 …e_chunkqueue_linuxsendfile(server *srv, connection *con, int fd, chunkqueue *cq, off_t max_bytes) { in network_write_chunkqueue_linuxsendfile()
H A Dnetwork_freebsd_sendfile.c34 …chunkqueue_freebsdsendfile(server *srv, connection *con, int fd, chunkqueue *cq, off_t max_bytes) { in network_write_chunkqueue_freebsdsendfile()
H A Dnetwork_openssl.c30 …write_chunkqueue_openssl(server *srv, connection *con, SSL *ssl, chunkqueue *cq, off_t max_bytes) { in network_write_chunkqueue_openssl()
H A Dnetwork_solaris_sendfilev.c41 …hunkqueue_solarissendfilev(server *srv, connection *con, int fd, chunkqueue *cq, off_t max_bytes) { in network_write_chunkqueue_solarissendfilev()
H A Dnetwork_writev.c33 …rk_write_chunkqueue_writev(server *srv, connection *con, int fd, chunkqueue *cq, off_t max_bytes) { in network_write_chunkqueue_writev()
H A Dnetwork.c996 network_write_chunkqueue(server *srv, connection *con, chunkqueue *cq, off_t max_bytes) {