Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/unbound/dist/services/
H A Dlisten_dnsport.c2733 if(h2_stream->query_too_large) { in http2_req_frame_recv_cb()
2846 h2_stream->query_too_large = 1; in http2_buffer_uri_query()
3017 h2_stream->query_too_large = 1; in http2_req_header_cb()
3024 h2_stream->query_too_large = 1; in http2_req_header_cb()
3046 if(h2_stream->query_too_large) in http2_req_data_chunk_recv_cb()
3087 h2_stream->query_too_large = 1; in http2_req_data_chunk_recv_cb()
/netbsd-src/external/bsd/unbound/dist/util/
H A Dnetevent.h910 int query_too_large; member
/netbsd-src/external/mpl/bind/dist/lib/isc/netmgr/
H A Dnetmgr-int.h446 bool query_too_large;
916 bool query_too_large; global() member
H A Dhttp.c1788 socket->h2->query_too_large = true; in server_handle_content_length_header()