Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/apr/network_io/unix/
HDsendrecv.c418 apr_off_t bytes_to_send = *len; in apr_socket_sendfile() local
458 if (!bytes_to_send) { in apr_socket_sendfile()
471 nbytes = bytes_to_send; in apr_socket_sendfile()
541 apr_size_t bytes_to_send = *len; in apr_socket_sendfile() local
561 bytes_to_send += hdtr->headers[i].iov_len; in apr_socket_sendfile()
582 if (bytes_to_send) { in apr_socket_sendfile()
590 bytes_to_send, /* number of bytes to send */ in apr_socket_sendfile()