Searched refs:tcp_byte_count (Results 1 – 4 of 4) sorted by relevance
2939 c->tcp_byte_count = 0;3342 c->tcp_byte_count = 0;3354 c->tcp_byte_count = 0;3385 c->tcp_byte_count = 0;3616 if(c->tcp_byte_count < current_read_size) {3619 c->buffer, c->tcp_byte_count),3621 c->tcp_byte_count)) <= 0) {3650 c->tcp_byte_count += r;3652 if(c->tcp_byte_count != current_read_size) return 1;3684 } else if(c->tcp_byte_count < current_read_size) {[all …]
224 size_t tcp_byte_count; member
2226 if(req->cp->tcp_byte_count != 0) { in tcp_req_info_setup_listen()2304 req->cp->tcp_byte_count = 0; in tcp_req_info_handle_read_close()2475 if(req->cp->tcp_is_reading && req->cp->tcp_byte_count == 0) { in tcp_req_info_send_reply()
1289 pend_tcp->c->tcp_byte_count = 0;