Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/
H A Dnetevent.c3192 struct comm_point* c = (struct comm_point*)arg, *c_hdl; local
3206 c_hdl = c->tcp_free;
3209 ub_event_free(c_hdl->ev->ev);
3210 c_hdl->ev->ev = NULL;
3211 if((c_hdl->type == comm_tcp && c_hdl->tcp_req_info) ||
3212 c_hdl->type == comm_local || c_hdl->type == comm_raw)
3213 c_hdl->tcp_do_toggle_rw = 0;
3214 else c_hdl->tcp_do_toggle_rw = 1;
3216 if(c_hdl->type == comm_http) {
3218 if(!c_hdl->h2_session ||
[all …]