Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/unbound/services/
H A Dlisten_dnsport.c98 static size_t http2_query_buffer_count = 0; variable
2216 return http2_query_buffer_count; in http2_get_query_buffer_size()
2218 s = http2_query_buffer_count; in http2_get_query_buffer_size()
2690 http2_query_buffer_count += expectb64len; in http2_buffer_uri_query()
2694 http2_query_buffer_count -= expectb64len; in http2_buffer_uri_query()
2709 http2_query_buffer_count -= expectb64len; in http2_buffer_uri_query()
2720 http2_query_buffer_count -= expectb64len; in http2_buffer_uri_query()
2790 http2_query_buffer_count -= in http2_req_header_cb()
2906 http2_query_buffer_count += qlen; in http2_req_data_chunk_recv_cb()
2910 http2_query_buffer_count -= qlen; in http2_req_data_chunk_recv_cb()
[all …]