Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/unbound/dist/util/
H A Dnetevent.c1174 log_assert(c->type == comm_tcp || c->type == comm_http);
1439 if(c_hdl->type == comm_http) {
1743 if(c->type == comm_http && c->h2_session) {
2890 log_assert(c->type == comm_http);
3365 log_assert(h2_session->c->type == comm_http);
3478 log_assert(c->type == comm_http);
3693 log_assert(h2_session->c->type == comm_http);
3806 log_assert(c->type == comm_http);
3868 log_assert(c->type == comm_http);
4209 c->type = comm_http;
[all …]
H A Dnetevent.h281 comm_http, enumerator
/netbsd-src/external/bsd/unbound/dist/daemon/
H A Dstats.c536 if(c->type == comm_http) in server_stats_insquery()