Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/unbound/dist/util/
H A Dnetevent.c1415 struct comm_point* c = (struct comm_point*)arg, *c_hdl; local
1429 c_hdl = c->tcp_free;
1432 ub_event_free(c_hdl->ev->ev);
1433 c_hdl->ev->ev = NULL;
1434 if((c_hdl->type == comm_tcp && c_hdl->tcp_req_info) ||
1435 c_hdl->type == comm_local || c_hdl->type == comm_raw)
1436 c_hdl->tcp_do_toggle_rw = 0;
1437 else c_hdl->tcp_do_toggle_rw = 1;
1439 if(c_hdl->type == comm_http) {
1441 if(!c_hdl->h2_session ||
[all …]