Searched refs:tcp_write_byte_count (Results 1 – 3 of 3) sorted by relevance
3953 if((c->tcp_write_and_read?c->tcp_write_byte_count:c->tcp_byte_count) < sizeof(uint16_t)) {3966 (void*)(buf+c->tcp_write_byte_count),3968 c->tcp_write_byte_count);3971 (void*)(((uint8_t*)&len)+c->tcp_write_byte_count),3972 (int)(sizeof(uint16_t)-c->tcp_write_byte_count));4019 c->tcp_write_byte_count += r;4020 if(c->tcp_write_byte_count < sizeof(uint16_t))4029 …buffer_remaining(c->buffer) == 0) || (c->tcp_write_and_read && c->tcp_write_byte_count == c->tcp_w…4035 log_assert(!c->tcp_write_and_read || c->tcp_write_byte_count < c->tcp_write_pkt_len + 2);4038 r = SSL_write(c->ssl, (void*)(c->tcp_write_pkt + c->tcp_write_byte_count - 2),[all …]
357 size_t tcp_write_byte_count; member
644 pend->c->tcp_write_byte_count = 0;1119 buf, (int)pend->c->tcp_write_byte_count);