Searched defs:h2_session (Results 1 – 4 of 4) sorted by relevance
145 submit_query(struct http2_session* h2_session, struct sldns_buffer* buf) in submit_query()258 struct http2_session* h2_session = (struct http2_session*)cb_arg; in http2_recv_cb() local308 struct http2_session* h2_session = (struct http2_session*)cb_arg; in http2_send_cb() local340 struct http2_session* h2_session = (struct http2_session*)cb_arg; in http2_stream_close_cb() local359 struct http2_session* h2_session = (struct http2_session*)cb_arg; in http2_data_chunk_recv_cb() local410 struct http2_session* h2_session = (struct http2_session*)cb_arg; in http2_header_cb() local425 struct http2_session* h2_session = calloc(1, in http2_session_create() local452 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()[all …]
2409 struct http2_session* h2_session = source->ptr; in http2_submit_response_read_callback() local2452 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() local2615 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() local2791 struct http2_session* h2_session = (struct http2_session*)cb_arg; in http2_req_begin_headers_cb() local2825 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 …]
1378 static int http2_session_server_create(struct http2_session* h2_session)1393 static int http2_submit_settings(struct http2_session* h2_session)3257 static void http2_session_delete(struct http2_session* h2_session)3281 static void http2_stream_delete(struct http2_session* h2_session,3302 static void http2_session_server_delete(struct http2_session* h2_session)3322 void http2_session_add_stream(struct http2_session* h2_session,3333 static void http2_session_remove_stream(struct http2_session* h2_session,3349 struct http2_session* h2_session = (struct http2_session*)cb_arg; local3362 struct http2_session* h2_session = (struct http2_session*)cb_arg; local3692 struct http2_session* h2_session = (struct http2_session*)cb_arg; local
257 struct http2_session* h2_session; member