Searched refs:tcp_write_byte_count (Results 1 – 3 of 3) sorted by relevance
3854 if((c->tcp_write_and_read?c->tcp_write_byte_count:c->tcp_byte_count) < sizeof(uint16_t)) {3867 (void*)(buf+c->tcp_write_byte_count),3869 c->tcp_write_byte_count);3872 (void*)(((uint8_t*)&len)+c->tcp_write_byte_count),3873 (int)(sizeof(uint16_t)-c->tcp_write_byte_count));3920 c->tcp_write_byte_count += r;3921 if(c->tcp_write_byte_count < sizeof(uint16_t))3930 …buffer_remaining(c->buffer) == 0) || (c->tcp_write_and_read && c->tcp_write_byte_count == c->tcp_w…3936 log_assert(!c->tcp_write_and_read || c->tcp_write_byte_count < c->tcp_write_pkt_len + 2);3939 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
628 pend->c->tcp_write_byte_count = 0;1075 buf, (int)pend->c->tcp_write_byte_count);