Searched refs:bytes_to_send (Results 1 – 2 of 2) sorted by relevance
418 apr_off_t bytes_to_send = *len; in apr_socket_sendfile() local458 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() local561 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()
280 uint8_t bytes_to_send = (nibbles_to_send / 2) + (nibbles_to_send % 2); in waitForSync() local281 for(uint8_t i = 0; i < bytes_to_send; i++) in waitForSync()