Searched refs:tcp_write_byte_count (Results 1 – 3 of 3) sorted by relevance
3832 (void*)(buf+c->tcp_write_byte_count),3834 c->tcp_write_byte_count);3885 c->tcp_write_byte_count += r;3886 if(c->tcp_write_byte_count < sizeof(uint16_t))3937 c->tcp_write_byte_count += r;4364 c->tcp_write_byte_count += r;4365 if(c->tcp_write_byte_count < sizeof(uint16_t))4402 sizeof(uint16_t)-c->tcp_write_byte_count, 0);4449 c->tcp_write_byte_count += r;4450 if(c->tcp_write_byte_count < sizeof(uint16_t))[all …]
351 size_t tcp_write_byte_count; member
614 pend->c->tcp_write_byte_count = 0;1060 buf, (int)pend->c->tcp_write_byte_count);