Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/unbound/services/
H A Dlisten_dnsport.c124 static size_t http2_query_buffer_count = 0; variable
2495 return http2_query_buffer_count; in http2_get_query_buffer_size()
2497 s = http2_query_buffer_count; in http2_get_query_buffer_size()
2969 http2_query_buffer_count += expectb64len; in http2_buffer_uri_query()
2973 http2_query_buffer_count -= expectb64len; in http2_buffer_uri_query()
2988 http2_query_buffer_count -= expectb64len; in http2_buffer_uri_query()
2999 http2_query_buffer_count -= expectb64len; in http2_buffer_uri_query()
3069 http2_query_buffer_count -= in http2_req_header_cb()
3185 http2_query_buffer_count += qlen; in http2_req_data_chunk_recv_cb()
3189 http2_query_buffer_count -= qlen; in http2_req_data_chunk_recv_cb()
[all …]