Searched refs:EVUTIL_CLOSESOCKET (Results 1 – 4 of 4) sorted by relevance
716 EVUTIL_CLOSESOCKET(base->th_notify_fd[0]); in event_base_free()718 EVUTIL_CLOSESOCKET(base->th_notify_fd[1]); in event_base_free()828 EVUTIL_CLOSESOCKET(base->sig.ev_signal_pair[0]); in event_reinit()830 EVUTIL_CLOSESOCKET(base->sig.ev_signal_pair[1]); in event_reinit()843 EVUTIL_CLOSESOCKET(base->th_notify_fd[0]); in event_reinit()845 EVUTIL_CLOSESOCKET(base->th_notify_fd[1]); in event_reinit()
595 EVUTIL_CLOSESOCKET(fd); in be_socket_destruct()
910 o Replace EVUTIL_CLOSESOCKET macro with a function (899c1dc Sebastian Sjöberg)
324 #define EVUTIL_CLOSESOCKET(s) evutil_closesocket(s) macro