Symbol: comm_http
sbin/unwind/libunbound/util/data/msgreply.c
1005
else if(tp == comm_http) comm = "doh";
sbin/unwind/libunbound/util/netevent.c
2931
log_assert(c->type == comm_tcp || c->type == comm_http);
sbin/unwind/libunbound/util/netevent.c
3233
if(c_hdl->type == comm_http) {
sbin/unwind/libunbound/util/netevent.c
3263
if(c_hdl->type == comm_http && c_hdl->h2_session)
sbin/unwind/libunbound/util/netevent.c
3274
if(c_hdl->type == comm_http && c_hdl->h2_session)
sbin/unwind/libunbound/util/netevent.c
3560
if(c->type == comm_http && c->h2_session) {
sbin/unwind/libunbound/util/netevent.c
4711
log_assert(c->type == comm_http);
sbin/unwind/libunbound/util/netevent.c
5162
log_assert(h2_session->c->type == comm_http);
sbin/unwind/libunbound/util/netevent.c
5284
log_assert(c->type == comm_http);
sbin/unwind/libunbound/util/netevent.c
5499
log_assert(h2_session->c->type == comm_http);
sbin/unwind/libunbound/util/netevent.c
5612
log_assert(c->type == comm_http);
sbin/unwind/libunbound/util/netevent.c
5674
log_assert(c->type == comm_http);
sbin/unwind/libunbound/util/netevent.c
6108
c->type = comm_http;
sbin/unwind/libunbound/util/netevent.c
6389
c->type = comm_http;
sbin/unwind/libunbound/util/netevent.c
6591
if(c->type == comm_tcp || c->type == comm_http) {
sbin/unwind/libunbound/util/netevent.c
6608
if((c->type == comm_tcp || c->type == comm_http) && c->ssl) {
sbin/unwind/libunbound/util/netevent.c
6614
if(c->type == comm_http && c->http_endpoint) {
sbin/unwind/libunbound/util/netevent.c
6626
if(c->type == comm_tcp || c->type == comm_local || c->type == comm_http) {
sbin/unwind/libunbound/util/netevent.c
6762
if(repinfo->c->type == comm_http) {
sbin/unwind/libunbound/util/netevent.c
6826
if(c->type == comm_tcp || c->type == comm_http) {
usr.sbin/unbound/daemon/stats.c
553
if(c->type == comm_http)
usr.sbin/unbound/dnstap/dnstap.c
434
} else if (cptype == comm_http) {
usr.sbin/unbound/util/data/msgreply.c
1005
else if(tp == comm_http) comm = "doh";
usr.sbin/unbound/util/netevent.c
2931
log_assert(c->type == comm_tcp || c->type == comm_http);
usr.sbin/unbound/util/netevent.c
3233
if(c_hdl->type == comm_http) {
usr.sbin/unbound/util/netevent.c
3263
if(c_hdl->type == comm_http && c_hdl->h2_session)
usr.sbin/unbound/util/netevent.c
3274
if(c_hdl->type == comm_http && c_hdl->h2_session)
usr.sbin/unbound/util/netevent.c
3560
if(c->type == comm_http && c->h2_session) {
usr.sbin/unbound/util/netevent.c
4711
log_assert(c->type == comm_http);
usr.sbin/unbound/util/netevent.c
5162
log_assert(h2_session->c->type == comm_http);
usr.sbin/unbound/util/netevent.c
5284
log_assert(c->type == comm_http);
usr.sbin/unbound/util/netevent.c
5499
log_assert(h2_session->c->type == comm_http);
usr.sbin/unbound/util/netevent.c
5612
log_assert(c->type == comm_http);
usr.sbin/unbound/util/netevent.c
5674
log_assert(c->type == comm_http);
usr.sbin/unbound/util/netevent.c
6108
c->type = comm_http;
usr.sbin/unbound/util/netevent.c
6389
c->type = comm_http;
usr.sbin/unbound/util/netevent.c
6591
if(c->type == comm_tcp || c->type == comm_http) {
usr.sbin/unbound/util/netevent.c
6608
if((c->type == comm_tcp || c->type == comm_http) && c->ssl) {
usr.sbin/unbound/util/netevent.c
6614
if(c->type == comm_http && c->http_endpoint) {
usr.sbin/unbound/util/netevent.c
6626
if(c->type == comm_tcp || c->type == comm_local || c->type == comm_http) {
usr.sbin/unbound/util/netevent.c
6762
if(repinfo->c->type == comm_http) {
usr.sbin/unbound/util/netevent.c
6826
if(c->type == comm_tcp || c->type == comm_http) {