Home
last modified time | relevance | path

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

/external/chromium/third_party/libevent/
Dhttp-internal.h59 struct event close_ev; member
Dhttp.c1004 if (event_initialized(&evcon->close_ev)) in evhttp_connection_free()
1005 event_del(&evcon->close_ev); in evhttp_connection_free()
1105 if (event_initialized(&evcon->close_ev)) in evhttp_connection_start_detectclose()
1106 event_del(&evcon->close_ev); in evhttp_connection_start_detectclose()
1107 event_set(&evcon->close_ev, evcon->fd, EV_READ, in evhttp_connection_start_detectclose()
1109 EVHTTP_BASE_SET(evcon, &evcon->close_ev); in evhttp_connection_start_detectclose()
1110 event_add(&evcon->close_ev, NULL); in evhttp_connection_start_detectclose()
1117 event_del(&evcon->close_ev); in evhttp_connection_stop_detectclose()