Home
last modified time | relevance | path

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

/freebsd-head/contrib/unbound/util/
HDnetevent.c3201 struct comm_point* c = (struct comm_point*)arg, *c_hdl; local
3215 c_hdl = c->tcp_free;
3218 ub_event_free(c_hdl->ev->ev);
3219 c_hdl->ev->ev = NULL;
3220 if((c_hdl->type == comm_tcp && c_hdl->tcp_req_info) ||
3221 c_hdl->type == comm_local || c_hdl->type == comm_raw)
3222 c_hdl->tcp_do_toggle_rw = 0;
3223 else c_hdl->tcp_do_toggle_rw = 1;
3225 if(c_hdl->type == comm_http) {
3227 if(!c_hdl->h2_session ||
[all …]