Home
last modified time | relevance | path

Searched defs:h2_session (Results 1 – 7 of 7) sorted by relevance

/openbsd/usr.sbin/unbound/testcode/
H A Ddohclient.c258 struct http2_session* h2_session = (struct http2_session*)cb_arg; in http2_recv_cb() local
308 struct http2_session* h2_session = (struct http2_session*)cb_arg; in http2_send_cb() local
340 struct http2_session* h2_session = (struct http2_session*)cb_arg; in http2_stream_close_cb() local
359 struct http2_session* h2_session = (struct http2_session*)cb_arg; in http2_data_chunk_recv_cb() local
410 struct http2_session* h2_session = (struct http2_session*)cb_arg; in http2_header_cb() local
425 struct http2_session* h2_session = calloc(1, in http2_session_create() local
452 http2_session_delete(struct http2_session* h2_session) in http2_session_delete()
459 http2_submit_setting(struct http2_session* h2_session) in http2_submit_setting()
476 http2_write(struct http2_session* h2_session) in http2_write()
487 http2_read(struct http2_session* h2_session) in http2_read()
[all …]
/openbsd/usr.sbin/unbound/services/
H A Dlisten_dnsport.c2409 struct http2_session* h2_session = source->ptr; in http2_submit_response_read_callback() local
2452 static int http2_submit_rst_stream(struct http2_session* h2_session, in http2_submit_rst_stream()
2473 int http2_submit_dns_response(struct http2_session* h2_session) in http2_submit_dns_response()
2591 struct http2_session* h2_session = source->ptr; in http2_submit_error_read_callback() local
2615 static int http2_submit_error(struct http2_session* h2_session, in http2_submit_error()
2653 static int http2_query_read_done(struct http2_session* h2_session, in http2_query_read_done()
2703 struct http2_session* h2_session = (struct http2_session*)cb_arg; in http2_req_frame_recv_cb() local
2791 struct http2_session* h2_session = (struct http2_session*)cb_arg; in http2_req_begin_headers_cb() local
2825 static int http2_buffer_uri_query(struct http2_session* h2_session, in http2_buffer_uri_query()
2919 struct http2_session* h2_session = (struct http2_session*)cb_arg; in http2_req_header_cb() local
[all …]
/openbsd/sbin/unwind/libunbound/services/
H A Dlisten_dnsport.c2409 struct http2_session* h2_session = source->ptr; in http2_submit_response_read_callback() local
2452 static int http2_submit_rst_stream(struct http2_session* h2_session, in http2_submit_rst_stream()
2473 int http2_submit_dns_response(struct http2_session* h2_session) in http2_submit_dns_response()
2591 struct http2_session* h2_session = source->ptr; in http2_submit_error_read_callback() local
2615 static int http2_submit_error(struct http2_session* h2_session, in http2_submit_error()
2653 static int http2_query_read_done(struct http2_session* h2_session, in http2_query_read_done()
2703 struct http2_session* h2_session = (struct http2_session*)cb_arg; in http2_req_frame_recv_cb() local
2791 struct http2_session* h2_session = (struct http2_session*)cb_arg; in http2_req_begin_headers_cb() local
2825 static int http2_buffer_uri_query(struct http2_session* h2_session, in http2_buffer_uri_query()
2919 struct http2_session* h2_session = (struct http2_session*)cb_arg; in http2_req_header_cb() local
[all …]
/openbsd/usr.sbin/unbound/util/
H A Dnetevent.c1378 static int http2_session_server_create(struct http2_session* h2_session)
1393 static int http2_submit_settings(struct http2_session* h2_session)
3265 static void http2_session_delete(struct http2_session* h2_session)
3289 static void http2_stream_delete(struct http2_session* h2_session,
3310 static void http2_session_server_delete(struct http2_session* h2_session)
3330 void http2_session_add_stream(struct http2_session* h2_session,
3341 static void http2_session_remove_stream(struct http2_session* h2_session,
3357 struct http2_session* h2_session = (struct http2_session*)cb_arg; local
3370 struct http2_session* h2_session = (struct http2_session*)cb_arg; local
3700 struct http2_session* h2_session = (struct http2_session*)cb_arg; local
H A Dnetevent.h257 struct http2_session* h2_session; member
/openbsd/sbin/unwind/libunbound/util/
H A Dnetevent.c1378 static int http2_session_server_create(struct http2_session* h2_session)
1393 static int http2_submit_settings(struct http2_session* h2_session)
3265 static void http2_session_delete(struct http2_session* h2_session)
3289 static void http2_stream_delete(struct http2_session* h2_session,
3310 static void http2_session_server_delete(struct http2_session* h2_session)
3330 void http2_session_add_stream(struct http2_session* h2_session,
3341 static void http2_session_remove_stream(struct http2_session* h2_session,
3357 struct http2_session* h2_session = (struct http2_session*)cb_arg; local
3370 struct http2_session* h2_session = (struct http2_session*)cb_arg; local
3700 struct http2_session* h2_session = (struct http2_session*)cb_arg; local
H A Dnetevent.h257 struct http2_session* h2_session; member