Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/unbound/util/
H A Dnetevent.c1064 if(c_hdl->type == comm_http) {
1352 if(c->type == comm_http && c->h2_session) {
2228 log_assert(c->type == comm_http);
2703 log_assert(h2_session->c->type == comm_http);
2816 log_assert(c->type == comm_http);
3031 log_assert(h2_session->c->type == comm_http);
3144 log_assert(c->type == comm_http);
3206 log_assert(c->type == comm_http);
3538 c->type = comm_http;
3808 c->type = comm_http;
[all …]
H A Dnetevent.h270 comm_http, enumerator
/freebsd-13.1/contrib/unbound/daemon/
H A Dstats.c493 if(c->type == comm_http) in server_stats_insquery()