Searched defs:max_bytes (Results 1 – 8 of 8) sorted by relevance
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | network_write.c | 27 …ork_write_chunkqueue_write(server *srv, connection *con, int fd, chunkqueue *cq, off_t max_bytes) { in network_write_chunkqueue_write()
|
| H A D | network_mtcp_writev.c | 346 …ite_chunkqueue_mtcp_writev(server *srv, connection *con, int fd, chunkqueue *cq, off_t max_bytes) { in network_write_chunkqueue_mtcp_writev()
|
| H A D | network_linux_sendfile.c | 30 …e_chunkqueue_linuxsendfile(server *srv, connection *con, int fd, chunkqueue *cq, off_t max_bytes) { in network_write_chunkqueue_linuxsendfile()
|
| H A D | network_freebsd_sendfile.c | 34 …chunkqueue_freebsdsendfile(server *srv, connection *con, int fd, chunkqueue *cq, off_t max_bytes) { in network_write_chunkqueue_freebsdsendfile()
|
| H A D | network_openssl.c | 30 …write_chunkqueue_openssl(server *srv, connection *con, SSL *ssl, chunkqueue *cq, off_t max_bytes) { in network_write_chunkqueue_openssl()
|
| H A D | network_solaris_sendfilev.c | 41 …hunkqueue_solarissendfilev(server *srv, connection *con, int fd, chunkqueue *cq, off_t max_bytes) { in network_write_chunkqueue_solarissendfilev()
|
| H A D | network_writev.c | 33 …rk_write_chunkqueue_writev(server *srv, connection *con, int fd, chunkqueue *cq, off_t max_bytes) { in network_write_chunkqueue_writev()
|
| H A D | network.c | 996 network_write_chunkqueue(server *srv, connection *con, chunkqueue *cq, off_t max_bytes) {
|