Searched defs:h2_session (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/bsd/unbound/dist/testcode/
H A Ddohclient.c145 submit_query(struct http2_session* h2_session, struct sldns_buffer* buf) argument
258 struct http2_session* h2_session = (struct http2_session*)cb_arg; variable in typeref:struct:http2_session
308 struct http2_session* h2_session = (struct http2_session*)cb_arg; variable in typeref:struct:http2_session
340 struct http2_session* h2_session = (struct http2_session*)cb_arg; variable in typeref:struct:http2_session
359 struct http2_session* h2_session = (struct http2_session*)cb_arg; variable in typeref:struct:http2_session
410 struct http2_session* h2_session = (struct http2_session*)cb_arg; variable in typeref:struct:http2_session
425 struct http2_session* h2_session = calloc(1, local
452 http2_session_delete(struct http2_session* h2_session) argument
459 http2_submit_setting(struct http2_session* h2_session) argument
476 http2_write(struct http2_session* h2_session) argument
487 http2_read(struct http2_session* h2_session) argument
498 run(struct http2_session* h2_session, int port, int no_tls, int count, char** q) argument
572 struct http2_session* h2_session; local
[all...]
/netbsd-current/external/bsd/unbound/dist/util/
H A Dnetevent.h257 struct http2_session* h2_session; member in struct:comm_point
H A Dnetevent.c1378 static int http2_session_server_create(struct http2_session* h2_session) argument
1393 static int http2_submit_settings(struct http2_session* h2_session) argument
3257 http2_session_delete(struct http2_session* h2_session) argument
3281 http2_stream_delete(struct http2_session* h2_session, struct http2_stream* h2_stream) argument
3302 http2_session_server_delete(struct http2_session* h2_session) argument
3322 http2_session_add_stream(struct http2_session* h2_session, struct http2_stream* h2_stream) argument
3333 http2_session_remove_stream(struct http2_session* h2_session, struct http2_stream* h2_stream) argument
3349 struct http2_session* h2_session = (struct http2_session*)cb_arg; local
3362 struct http2_session* h2_session = (struct http2_session*)cb_arg; local
3692 struct http2_session* h2_session = (struct http2_session*)cb_arg; local
[all...]
/netbsd-current/external/bsd/unbound/dist/services/
H A Dlisten_dnsport.c2409 struct http2_session* h2_session = source->ptr; local
2452 static int http2_submit_rst_stream(struct http2_session* h2_session, argument
2473 int http2_submit_dns_response(struct http2_session* h2_session) argument
2591 struct http2_session* h2_session = source->ptr; local
2615 http2_submit_error(struct http2_session* h2_session, struct http2_stream* h2_stream) argument
2653 http2_query_read_done(struct http2_session* h2_session, struct http2_stream* h2_stream) argument
2703 struct http2_session* h2_session = (struct http2_session*)cb_arg; local
2791 struct http2_session* h2_session = (struct http2_session*)cb_arg; local
2825 http2_buffer_uri_query(struct http2_session* h2_session, struct http2_stream* h2_stream, const uint8_t* start, size_t length) argument
2919 struct http2_session* h2_session = (struct http2_session*)cb_arg; local
3037 struct http2_session* h2_session = (struct http2_session*)cb_arg; variable in typeref:struct:http2_session
[all...]

Completed in 113 milliseconds