Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/unbound/dist/services/
H A Dlisten_dnsport.c97 static size_t stream_wait_count = 0; variable
2055 stream_wait_count -= (sizeof(struct tcp_req_done_item) in tcp_req_info_clear()
2139 stream_wait_count -= (sizeof(struct tcp_req_done_item)+item->len); in tcp_req_info_pop_done()
2292 if(stream_wait_count + space > stream_wait_max) { in tcp_req_info_add_result()
2297 stream_wait_count += space; in tcp_req_info_add_result()
2372 return stream_wait_count; in tcp_req_info_get_stream_buffer_size()
2374 s = stream_wait_count; in tcp_req_info_get_stream_buffer_size()