Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/apr/network_io/unix/
Dsendrecv.c296 apr_size_t hdrbytes; in apr_socket_sendfile() local
306 &hdrbytes); in apr_socket_sendfile()
311 nbytes += hdrbytes; in apr_socket_sendfile()
321 if (hdrbytes < total_hdrbytes) { in apr_socket_sendfile()
322 *len = hdrbytes; in apr_socket_sendfile()