Home
last modified time | relevance | path

Searched refs:network_write (Results 1 – 13 of 13) sorted by relevance

/lighttpd1.4/src/
H A Dbase.h41 int (* network_write)(struct connection *con, chunkqueue *cq, off_t max_bytes); member
H A DMakefile.am73 network_write.c \
353 fdevent_impl.h network_write.h configfile.h \
H A Dconnections.c301 ret = con->network_write(con, cq, max_bytes); in connection_write_chunkqueue()
333 int rc = con->network_write(con, cq, MAX_WRITE_LIMIT); in connection_write_1xx_info()
919 con->network_write = connection_write_cq; in connection_accepted()
H A DSConscript84 network_write.c \
H A Dmod_gnutls.c2519 hctx->con->network_write = connection_write_cq_ssl_ktls; in mod_gnutls_ssl_handshake()
2528 hctx->con->network_write = connection_write_cq_ssl; in mod_gnutls_ssl_handshake()
2633 con->network_write = connection_write_cq_ssl; in CONNECTION_FUNC()
H A Dmod_openssl.c3157 con->network_write = connection_write_cq_ssl_ktls; in connection_read_cq_ssl()
3167 con->network_write = connection_write_cq_ssl; in connection_read_cq_ssl()
3315 con->network_write = connection_write_cq_ssl; in CONNECTION_FUNC()
H A Dmeson.build553 'network_write.c',
H A DCMakeLists.txt893 network_write.c
H A Dh2.c2887 con->network_write(con, cq, len); in h2_retire_con()
H A Dmod_wolfssl.c3015 con->network_write = connection_write_cq_ssl; in CONNECTION_FUNC()
H A Dmod_nss.c2315 con->network_write = connection_write_cq_ssl; in CONNECTION_FUNC()
H A Dmod_mbedtls.c2340 con->network_write = connection_write_cq_ssl; in CONNECTION_FUNC()
/lighttpd1.4/
H A DNEWS781 * [core] network_write optimizations
782 * [core] network_write prefer writev() over write()