Home
last modified time | relevance | path

Searched refs:stream_wait_count (Results 1 – 1 of 1) sorted by relevance

/src/contrib/unbound/services/
H A Dlisten_dnsport.c123 static size_t stream_wait_count = 0; variable
2182 stream_wait_count -= (sizeof(struct tcp_req_done_item) in tcp_req_info_clear()
2266 stream_wait_count -= (sizeof(struct tcp_req_done_item)+item->len); in tcp_req_info_pop_done()
2419 if(stream_wait_count + space > stream_wait_max) { in tcp_req_info_add_result()
2424 stream_wait_count += space; in tcp_req_info_add_result()
2499 return stream_wait_count; in tcp_req_info_get_stream_buffer_size()
2501 s = stream_wait_count; in tcp_req_info_get_stream_buffer_size()