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

/freebsd-13-stable/contrib/apr/network_io/unix/
H A Dsendrecv.c418 apr_off_t bytes_to_send = *len; local
458 if (!bytes_to_send) {
471 nbytes = bytes_to_send;
541 apr_size_t bytes_to_send = *len; local
561 bytes_to_send += hdtr->headers[i].iov_len;
582 if (bytes_to_send) {
584 * header or file bytes to send because bytes_to_send == 0
590 bytes_to_send, /* number of bytes to send */
/freebsd-13-stable/contrib/opencsd/decoder/source/stm/
H A Dtrc_pkt_proc_stm.cpp280 uint8_t bytes_to_send = (nibbles_to_send / 2) + (nibbles_to_send % 2); local
281 for(uint8_t i = 0; i < bytes_to_send; i++)

Completed in 122 milliseconds