Symbol: http2_session
sbin/unwind/libunbound/services/listen_dnsport.c
2523
struct http2_session* h2_session = source->ptr;
sbin/unwind/libunbound/services/listen_dnsport.c
2566
static int http2_submit_rst_stream(struct http2_session* h2_session,
sbin/unwind/libunbound/services/listen_dnsport.c
2587
int http2_submit_dns_response(struct http2_session* h2_session)
sbin/unwind/libunbound/services/listen_dnsport.c
2705
struct http2_session* h2_session = source->ptr;
sbin/unwind/libunbound/services/listen_dnsport.c
2729
static int http2_submit_error(struct http2_session* h2_session,
sbin/unwind/libunbound/services/listen_dnsport.c
2767
static int http2_query_read_done(struct http2_session* h2_session,
sbin/unwind/libunbound/services/listen_dnsport.c
2817
struct http2_session* h2_session = (struct http2_session*)cb_arg;
sbin/unwind/libunbound/services/listen_dnsport.c
2904
struct http2_session* h2_session = (struct http2_session*)cb_arg;
sbin/unwind/libunbound/services/listen_dnsport.c
2938
static int http2_buffer_uri_query(struct http2_session* h2_session,
sbin/unwind/libunbound/services/listen_dnsport.c
3032
struct http2_session* h2_session = (struct http2_session*)cb_arg;
sbin/unwind/libunbound/services/listen_dnsport.c
3150
struct http2_session* h2_session = (struct http2_session*)cb_arg;
sbin/unwind/libunbound/services/listen_dnsport.h
472
int http2_submit_dns_response(struct http2_session* h2_session);
sbin/unwind/libunbound/util/netevent.c
3129
static int http2_session_server_create(struct http2_session* h2_session)
sbin/unwind/libunbound/util/netevent.c
3144
static int http2_submit_settings(struct http2_session* h2_session)
sbin/unwind/libunbound/util/netevent.c
3164
static void http2_stream_delete(struct http2_session* h2_session,
sbin/unwind/libunbound/util/netevent.c
3178
static void http2_session_server_delete(struct http2_session* h2_session)
sbin/unwind/libunbound/util/netevent.c
5075
static struct http2_session* http2_session_create(struct comm_point* c)
sbin/unwind/libunbound/util/netevent.c
5077
struct http2_session* session = calloc(1, sizeof(*session));
sbin/unwind/libunbound/util/netevent.c
5089
static void http2_session_delete(struct http2_session* h2_session)
sbin/unwind/libunbound/util/netevent.c
5128
void http2_session_add_stream(struct http2_session* h2_session,
sbin/unwind/libunbound/util/netevent.c
5139
static void http2_session_remove_stream(struct http2_session* h2_session,
sbin/unwind/libunbound/util/netevent.c
5155
struct http2_session* h2_session = (struct http2_session*)cb_arg;
sbin/unwind/libunbound/util/netevent.c
5168
struct http2_session* h2_session = (struct http2_session*)cb_arg;
sbin/unwind/libunbound/util/netevent.c
5507
struct http2_session* h2_session = (struct http2_session*)cb_arg;
sbin/unwind/libunbound/util/netevent.h
1027
void http2_session_add_stream(struct http2_session* h2_session,
sbin/unwind/libunbound/util/netevent.h
286
struct http2_session* h2_session;
usr.sbin/unbound/services/listen_dnsport.c
2523
struct http2_session* h2_session = source->ptr;
usr.sbin/unbound/services/listen_dnsport.c
2566
static int http2_submit_rst_stream(struct http2_session* h2_session,
usr.sbin/unbound/services/listen_dnsport.c
2587
int http2_submit_dns_response(struct http2_session* h2_session)
usr.sbin/unbound/services/listen_dnsport.c
2705
struct http2_session* h2_session = source->ptr;
usr.sbin/unbound/services/listen_dnsport.c
2729
static int http2_submit_error(struct http2_session* h2_session,
usr.sbin/unbound/services/listen_dnsport.c
2767
static int http2_query_read_done(struct http2_session* h2_session,
usr.sbin/unbound/services/listen_dnsport.c
2817
struct http2_session* h2_session = (struct http2_session*)cb_arg;
usr.sbin/unbound/services/listen_dnsport.c
2904
struct http2_session* h2_session = (struct http2_session*)cb_arg;
usr.sbin/unbound/services/listen_dnsport.c
2938
static int http2_buffer_uri_query(struct http2_session* h2_session,
usr.sbin/unbound/services/listen_dnsport.c
3032
struct http2_session* h2_session = (struct http2_session*)cb_arg;
usr.sbin/unbound/services/listen_dnsport.c
3150
struct http2_session* h2_session = (struct http2_session*)cb_arg;
usr.sbin/unbound/services/listen_dnsport.h
472
int http2_submit_dns_response(struct http2_session* h2_session);
usr.sbin/unbound/testcode/dohclient.c
145
submit_query(struct http2_session* h2_session, struct sldns_buffer* buf)
usr.sbin/unbound/testcode/dohclient.c
258
struct http2_session* h2_session = (struct http2_session*)cb_arg;
usr.sbin/unbound/testcode/dohclient.c
308
struct http2_session* h2_session = (struct http2_session*)cb_arg;
usr.sbin/unbound/testcode/dohclient.c
340
struct http2_session* h2_session = (struct http2_session*)cb_arg;
usr.sbin/unbound/testcode/dohclient.c
359
struct http2_session* h2_session = (struct http2_session*)cb_arg;
usr.sbin/unbound/testcode/dohclient.c
410
struct http2_session* h2_session = (struct http2_session*)cb_arg;
usr.sbin/unbound/testcode/dohclient.c
422
static struct http2_session*
usr.sbin/unbound/testcode/dohclient.c
425
struct http2_session* h2_session = calloc(1,
usr.sbin/unbound/testcode/dohclient.c
426
sizeof(struct http2_session));
usr.sbin/unbound/testcode/dohclient.c
452
http2_session_delete(struct http2_session* h2_session)
usr.sbin/unbound/testcode/dohclient.c
459
http2_submit_setting(struct http2_session* h2_session)
usr.sbin/unbound/testcode/dohclient.c
476
http2_write(struct http2_session* h2_session)
usr.sbin/unbound/testcode/dohclient.c
487
http2_read(struct http2_session* h2_session)
usr.sbin/unbound/testcode/dohclient.c
498
run(struct http2_session* h2_session, int port, int no_tls, int count, char** q)
usr.sbin/unbound/testcode/dohclient.c
572
struct http2_session* h2_session;
usr.sbin/unbound/util/netevent.c
3129
static int http2_session_server_create(struct http2_session* h2_session)
usr.sbin/unbound/util/netevent.c
3144
static int http2_submit_settings(struct http2_session* h2_session)
usr.sbin/unbound/util/netevent.c
3164
static void http2_stream_delete(struct http2_session* h2_session,
usr.sbin/unbound/util/netevent.c
3178
static void http2_session_server_delete(struct http2_session* h2_session)
usr.sbin/unbound/util/netevent.c
5075
static struct http2_session* http2_session_create(struct comm_point* c)
usr.sbin/unbound/util/netevent.c
5077
struct http2_session* session = calloc(1, sizeof(*session));
usr.sbin/unbound/util/netevent.c
5089
static void http2_session_delete(struct http2_session* h2_session)
usr.sbin/unbound/util/netevent.c
5128
void http2_session_add_stream(struct http2_session* h2_session,
usr.sbin/unbound/util/netevent.c
5139
static void http2_session_remove_stream(struct http2_session* h2_session,
usr.sbin/unbound/util/netevent.c
5155
struct http2_session* h2_session = (struct http2_session*)cb_arg;
usr.sbin/unbound/util/netevent.c
5168
struct http2_session* h2_session = (struct http2_session*)cb_arg;
usr.sbin/unbound/util/netevent.c
5507
struct http2_session* h2_session = (struct http2_session*)cb_arg;
usr.sbin/unbound/util/netevent.h
1027
void http2_session_add_stream(struct http2_session* h2_session,
usr.sbin/unbound/util/netevent.h
286
struct http2_session* h2_session;