Searched refs:LEV_OPT_CLOSE_ON_FREE (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/bsd/libevent/dist/test/ |
H A D | regress_listener.c | 84 LEV_OPT_CLOSE_ON_FREE|LEV_OPT_REUSEABLE|LEV_OPT_CLOSE_ON_EXEC; in regress_pick_a_port() 164 unsigned int flags = LEV_OPT_CLOSE_ON_FREE|LEV_OPT_REUSEABLE; in regress_listener_error() 213 unsigned int flags = LEV_OPT_CLOSE_ON_FREE|LEV_OPT_REUSEABLE; in regress_listener_close_accepted_fd() 246 unsigned int flags = LEV_OPT_CLOSE_ON_FREE|LEV_OPT_REUSEABLE; in regress_listener_immediate_close() 282 LEV_OPT_CLOSE_ON_FREE|LEV_OPT_REUSEABLE|LEV_OPT_THREADSAFE; in regress_listener_error_unlock()
|
H A D | test-fdleak.c | 138 LEV_OPT_CLOSE_ON_FREE|LEV_OPT_REUSEABLE, in start_loop()
|
H A D | regress_ssl.c | 754 LEV_OPT_CLOSE_ON_FREE|LEV_OPT_REUSEABLE, in regress_bufferevent_openssl_connect() 939 LEV_OPT_CLOSE_ON_FREE|LEV_OPT_REUSEABLE, in regress_bufferevent_openssl_wm()
|
H A D | test-ratelim.c | 383 LEV_OPT_CLOSE_ON_FREE|LEV_OPT_REUSEABLE, -1, in test_ratelimiting()
|
H A D | regress_bufferevent.c | 768 LEV_OPT_CLOSE_ON_FREE|LEV_OPT_REUSEABLE, in test_bufferevent_connect() 1176 LEV_OPT_CLOSE_ON_FREE|LEV_OPT_REUSEABLE, in test_bufferevent_trigger()
|
/netbsd-src/external/bsd/libevent/dist/include/event2/ |
H A D | listener.h | 66 #define LEV_OPT_CLOSE_ON_FREE (1u<<1) macro
|
/netbsd-src/external/bsd/libevent/dist/sample/ |
H A D | hello-world.c | 62 LEV_OPT_REUSEABLE|LEV_OPT_CLOSE_ON_FREE, -1, in main()
|
H A D | le-proxy.c | 288 LEV_OPT_CLOSE_ON_FREE|LEV_OPT_CLOSE_ON_EXEC|LEV_OPT_REUSEABLE, in main()
|
H A D | http-server.c | 526 LEV_OPT_CLOSE_ON_FREE, -1, in main()
|
/netbsd-src/external/bsd/libevent/dist/ |
H A D | listener.c | 290 if (lev->flags & LEV_OPT_CLOSE_ON_FREE) in event_listener_destroy() 762 if (shutdown && lev->flags & LEV_OPT_CLOSE_ON_FREE) in iocp_listener_disable_impl()
|
H A D | http.c | 3618 LEV_OPT_REUSEABLE|LEV_OPT_CLOSE_ON_EXEC|LEV_OPT_CLOSE_ON_FREE; in evhttp_accept_socket_with_handle()
|
H A D | ChangeLog | 1440 …o iocp: Close IOCP listener socket on free when LEV_OPT_CLOSE_ON_FREE is set (cb853ea Juan Pablo F…
|