Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/unbound/services/
Dlisten_dnsport.h448 int http2_submit_dns_response(struct http2_session* h2_session);
450 int http2_submit_dns_response(void* v);
Dlisten_dnsport.c2473 int http2_submit_dns_response(struct http2_session* h2_session) in http2_submit_dns_response() function
2555 int http2_submit_dns_response(void* ATTR_UNUSED(v)) in http2_submit_dns_response() function
2776 if(!http2_submit_dns_response(h2_session)) { in http2_req_frame_recv_cb()
/freebsd-12-stable/contrib/unbound/util/
Dnetevent.c4787 if(!http2_submit_dns_response(repinfo->c->h2_session)) {
/freebsd-12-stable/contrib/unbound/doc/
DChangelog1724 - Fix compile warning for type cast in http2_submit_dns_response.