Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/unbound/services/
Dlisten_dnsport.c2409 struct http2_session* h2_session = source->ptr; in http2_submit_response_read_callback() local
2412 h2_session->session, stream_id))) { in http2_submit_response_read_callback()
2452 static int http2_submit_rst_stream(struct http2_session* h2_session, in http2_submit_rst_stream() argument
2455 int ret = nghttp2_submit_rst_stream(h2_session->session, in http2_submit_rst_stream()
2473 int http2_submit_dns_response(struct http2_session* h2_session) in http2_submit_dns_response() argument
2479 struct http2_stream* h2_stream = h2_session->c->h2_stream; in http2_submit_dns_response()
2488 if(sldns_buffer_remaining(h2_session->c->buffer) == 0) { in http2_submit_dns_response()
2499 rlen = sldns_buffer_remaining(h2_session->c->buffer); in http2_submit_dns_response()
2507 return http2_submit_rst_stream(h2_session, h2_stream); in http2_submit_dns_response()
2539 sldns_buffer_current(h2_session->c->buffer), in http2_submit_dns_response()
[all …]
Dlisten_dnsport.h448 int http2_submit_dns_response(struct http2_session* h2_session);
/freebsd-12-stable/contrib/unbound/util/
Dnetevent.c1378 static int http2_session_server_create(struct http2_session* h2_session) argument
1380 log_assert(h2_session->callbacks);
1381 h2_session->is_drop = 0;
1382 if(nghttp2_session_server_new(&h2_session->session,
1383 h2_session->callbacks,
1384 h2_session) == NGHTTP2_ERR_NOMEM) {
1393 static int http2_submit_settings(struct http2_session* h2_session) argument
1398 h2_session->c->http2_max_streams}};
1400 ret = nghttp2_submit_settings(h2_session->session, NGHTTP2_FLAG_NONE,
1441 if(!c_hdl->h2_session ||
[all …]
Dnetevent.h257 struct http2_session* h2_session; member
948 void http2_session_add_stream(struct http2_session* h2_session,