Symbol: http2_session
sbin/unwind/libunbound/services/listen_dnsport.c
2536
struct http2_session* h2_session = source->ptr;
sbin/unwind/libunbound/services/listen_dnsport.c
2579
static int http2_submit_rst_stream(struct http2_session* h2_session,
sbin/unwind/libunbound/services/listen_dnsport.c
2600
int http2_submit_dns_response(struct http2_session* h2_session)
sbin/unwind/libunbound/services/listen_dnsport.c
2718
struct http2_session* h2_session = source->ptr;
sbin/unwind/libunbound/services/listen_dnsport.c
2742
static int http2_submit_error(struct http2_session* h2_session,
sbin/unwind/libunbound/services/listen_dnsport.c
2780
static int http2_query_read_done(struct http2_session* h2_session,
sbin/unwind/libunbound/services/listen_dnsport.c
2830
struct http2_session* h2_session = (struct http2_session*)cb_arg;
sbin/unwind/libunbound/services/listen_dnsport.c
2918
struct http2_session* h2_session = (struct http2_session*)cb_arg;
sbin/unwind/libunbound/services/listen_dnsport.c
2952
static int http2_buffer_uri_query(struct http2_session* h2_session,
sbin/unwind/libunbound/services/listen_dnsport.c
3046
struct http2_session* h2_session = (struct http2_session*)cb_arg;
sbin/unwind/libunbound/services/listen_dnsport.c
3164
struct http2_session* h2_session = (struct http2_session*)cb_arg;
sbin/unwind/libunbound/services/listen_dnsport.h
470
int http2_submit_dns_response(struct http2_session* h2_session);
sbin/unwind/libunbound/util/netevent.c
3135
static int http2_session_server_create(struct http2_session* h2_session)
sbin/unwind/libunbound/util/netevent.c
3150
static int http2_submit_settings(struct http2_session* h2_session)
sbin/unwind/libunbound/util/netevent.c
3170
static void http2_stream_delete(struct http2_session* h2_session,
sbin/unwind/libunbound/util/netevent.c
3184
static void http2_session_server_delete(struct http2_session* h2_session)
sbin/unwind/libunbound/util/netevent.c
5066
static struct http2_session* http2_session_create(struct comm_point* c)
sbin/unwind/libunbound/util/netevent.c
5068
struct http2_session* session = calloc(1, sizeof(*session));
sbin/unwind/libunbound/util/netevent.c
5080
static void http2_session_delete(struct http2_session* h2_session)
sbin/unwind/libunbound/util/netevent.c
5119
void http2_session_add_stream(struct http2_session* h2_session,
sbin/unwind/libunbound/util/netevent.c
5130
static void http2_session_remove_stream(struct http2_session* h2_session,
sbin/unwind/libunbound/util/netevent.c
5146
struct http2_session* h2_session = (struct http2_session*)cb_arg;
sbin/unwind/libunbound/util/netevent.c
5159
struct http2_session* h2_session = (struct http2_session*)cb_arg;
sbin/unwind/libunbound/util/netevent.c
5498
struct http2_session* h2_session = (struct http2_session*)cb_arg;
sbin/unwind/libunbound/util/netevent.h
1025
void http2_session_add_stream(struct http2_session* h2_session,
sbin/unwind/libunbound/util/netevent.h
284
struct http2_session* h2_session;
usr.sbin/unbound/services/listen_dnsport.c
2536
struct http2_session* h2_session = source->ptr;
usr.sbin/unbound/services/listen_dnsport.c
2579
static int http2_submit_rst_stream(struct http2_session* h2_session,
usr.sbin/unbound/services/listen_dnsport.c
2600
int http2_submit_dns_response(struct http2_session* h2_session)
usr.sbin/unbound/services/listen_dnsport.c
2718
struct http2_session* h2_session = source->ptr;
usr.sbin/unbound/services/listen_dnsport.c
2742
static int http2_submit_error(struct http2_session* h2_session,
usr.sbin/unbound/services/listen_dnsport.c
2780
static int http2_query_read_done(struct http2_session* h2_session,
usr.sbin/unbound/services/listen_dnsport.c
2830
struct http2_session* h2_session = (struct http2_session*)cb_arg;
usr.sbin/unbound/services/listen_dnsport.c
2918
struct http2_session* h2_session = (struct http2_session*)cb_arg;
usr.sbin/unbound/services/listen_dnsport.c
2952
static int http2_buffer_uri_query(struct http2_session* h2_session,
usr.sbin/unbound/services/listen_dnsport.c
3046
struct http2_session* h2_session = (struct http2_session*)cb_arg;
usr.sbin/unbound/services/listen_dnsport.c
3164
struct http2_session* h2_session = (struct http2_session*)cb_arg;
usr.sbin/unbound/services/listen_dnsport.h
470
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
3135
static int http2_session_server_create(struct http2_session* h2_session)
usr.sbin/unbound/util/netevent.c
3150
static int http2_submit_settings(struct http2_session* h2_session)
usr.sbin/unbound/util/netevent.c
3170
static void http2_stream_delete(struct http2_session* h2_session,
usr.sbin/unbound/util/netevent.c
3184
static void http2_session_server_delete(struct http2_session* h2_session)
usr.sbin/unbound/util/netevent.c
5066
static struct http2_session* http2_session_create(struct comm_point* c)
usr.sbin/unbound/util/netevent.c
5068
struct http2_session* session = calloc(1, sizeof(*session));
usr.sbin/unbound/util/netevent.c
5080
static void http2_session_delete(struct http2_session* h2_session)
usr.sbin/unbound/util/netevent.c
5119
void http2_session_add_stream(struct http2_session* h2_session,
usr.sbin/unbound/util/netevent.c
5130
static void http2_session_remove_stream(struct http2_session* h2_session,
usr.sbin/unbound/util/netevent.c
5146
struct http2_session* h2_session = (struct http2_session*)cb_arg;
usr.sbin/unbound/util/netevent.c
5159
struct http2_session* h2_session = (struct http2_session*)cb_arg;
usr.sbin/unbound/util/netevent.c
5498
struct http2_session* h2_session = (struct http2_session*)cb_arg;
usr.sbin/unbound/util/netevent.h
1025
void http2_session_add_stream(struct http2_session* h2_session,
usr.sbin/unbound/util/netevent.h
284
struct http2_session* h2_session;