Home
last modified time | relevance | path

Searched refs:network_write_chunkqueue_linuxsendfile (Results 1 – 3 of 3) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dnetwork_backends.h64 int network_write_chunkqueue_linuxsendfile(server *srv, connection *con, int fd, chunkqueue *cq, of…
H A Dnetwork_linux_sendfile.c30 int network_write_chunkqueue_linuxsendfile(server *srv, connection *con, int fd, chunkqueue *cq, of… in network_write_chunkqueue_linuxsendfile() function
H A Dnetwork.c928 srv->network_backend_write = network_write_chunkqueue_linuxsendfile;