Home
last modified time | relevance | path

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

/external/libevent/test/
Dregress_listener.c82 LEV_OPT_CLOSE_ON_FREE|LEV_OPT_REUSEABLE|LEV_OPT_CLOSE_ON_EXEC; in regress_pick_a_port()
161 unsigned int flags = LEV_OPT_CLOSE_ON_FREE|LEV_OPT_REUSEABLE; in regress_listener_error()
196 LEV_OPT_CLOSE_ON_FREE|LEV_OPT_REUSEABLE|LEV_OPT_THREADSAFE; in regress_listener_error_unlock()
Dtest-fdleak.c133 LEV_OPT_CLOSE_ON_FREE|LEV_OPT_REUSEABLE, in start_loop()
Dtest-ratelim.c297 LEV_OPT_CLOSE_ON_FREE|LEV_OPT_REUSEABLE, -1, in test_ratelimiting()
Dregress_bufferevent.c751 LEV_OPT_CLOSE_ON_FREE|LEV_OPT_REUSEABLE, in test_bufferevent_connect()
1145 LEV_OPT_CLOSE_ON_FREE|LEV_OPT_REUSEABLE, in test_bufferevent_trigger()
Dregress_ssl.c691 LEV_OPT_CLOSE_ON_FREE|LEV_OPT_REUSEABLE, in regress_bufferevent_openssl_connect()
/external/libevent/include/event2/
Dlistener.h65 #define LEV_OPT_CLOSE_ON_FREE (1u<<1) macro
/external/libevent/sample/
Dhello-world.c62 LEV_OPT_REUSEABLE|LEV_OPT_CLOSE_ON_FREE, -1, in main()
Dle-proxy.c277 LEV_OPT_CLOSE_ON_FREE|LEV_OPT_CLOSE_ON_EXEC|LEV_OPT_REUSEABLE, in main()
/external/libevent/
Dlistener.c281 if (lev->flags & LEV_OPT_CLOSE_ON_FREE) in event_listener_destroy()
750 if (shutdown && lev->flags & LEV_OPT_CLOSE_ON_FREE) in iocp_listener_disable_impl()
Dhttp.c3554 LEV_OPT_REUSEABLE|LEV_OPT_CLOSE_ON_EXEC|LEV_OPT_CLOSE_ON_FREE; in evhttp_accept_socket_with_handle()
DChangeLog-2.011 …o iocp: Close IOCP listener socket on free when LEV_OPT_CLOSE_ON_FREE is set (cb853ea Juan Pablo F…
DChangeLog1127 …o iocp: Close IOCP listener socket on free when LEV_OPT_CLOSE_ON_FREE is set (cb853ea Juan Pablo F…