Home
last modified time | relevance | path

Searched refs:comm_http (Results 1 – 5 of 5) sorted by relevance

/src/contrib/unbound/util/
H A Dnetevent.c2931 log_assert(c->type == comm_tcp || c->type == comm_http);
3233 if(c_hdl->type == comm_http) {
3263 if(c_hdl->type == comm_http && c_hdl->h2_session)
3274 if(c_hdl->type == comm_http && c_hdl->h2_session)
3560 if(c->type == comm_http && c->h2_session) {
4711 log_assert(c->type == comm_http);
5162 log_assert(h2_session->c->type == comm_http);
5284 log_assert(c->type == comm_http);
5499 log_assert(h2_session->c->type == comm_http);
5612 log_assert(c->type == comm_http);
[all …]
H A Dnetevent.h313 comm_http, enumerator
/src/contrib/unbound/dnstap/
H A Ddnstap.c434 } else if (cptype == comm_http) { in dt_msg_fill_net()
/src/contrib/unbound/daemon/
H A Dstats.c553 if(c->type == comm_http) in server_stats_insquery()
/src/contrib/unbound/util/data/
H A Dmsgreply.c1005 else if(tp == comm_http) comm = "doh"; in log_reply_info()