Searched refs:LEV_OPT_CLOSE_ON_FREE (Results 1 – 4 of 4) sorted by relevance
63 #define LEV_OPT_CLOSE_ON_FREE (1u<<1) macro
274 if (lev->flags & LEV_OPT_CLOSE_ON_FREE) in event_listener_destroy()746 if (shutdown && lev->flags & LEV_OPT_CLOSE_ON_FREE) in iocp_listener_disable_impl()
3139 LEV_OPT_REUSEABLE|LEV_OPT_CLOSE_ON_EXEC|LEV_OPT_CLOSE_ON_FREE; in evhttp_accept_socket_with_handle()
75 …o iocp: Close IOCP listener socket on free when LEV_OPT_CLOSE_ON_FREE is set (cb853ea Juan Pablo F…