Searched refs:tcp_write_byte_count (Results 1 – 3 of 3) sorted by relevance
3856 if((c->tcp_write_and_read?c->tcp_write_byte_count:c->tcp_byte_count) < sizeof(uint16_t)) {3869 (void*)(buf+c->tcp_write_byte_count),3871 c->tcp_write_byte_count);3874 (void*)(((uint8_t*)&len)+c->tcp_write_byte_count),3875 (int)(sizeof(uint16_t)-c->tcp_write_byte_count));3922 c->tcp_write_byte_count += r;3923 if(c->tcp_write_byte_count < sizeof(uint16_t))3932 …buffer_remaining(c->buffer) == 0) || (c->tcp_write_and_read && c->tcp_write_byte_count == c->tcp_w…3938 log_assert(!c->tcp_write_and_read || c->tcp_write_byte_count < c->tcp_write_pkt_len + 2);3941 r = SSL_write(c->ssl, (void*)(c->tcp_write_pkt + c->tcp_write_byte_count - 2),[all …]
353 size_t tcp_write_byte_count; member
643 pend->c->tcp_write_byte_count = 0;1118 buf, (int)pend->c->tcp_write_byte_count);