Searched refs:EVUTIL_CLOSESOCKET (Results 1 – 5 of 5) sorted by relevance
136 EVUTIL_CLOSESOCKET(fd1); in regress_pick_a_port()138 EVUTIL_CLOSESOCKET(fd2); in regress_pick_a_port()140 EVUTIL_CLOSESOCKET(fd3); in regress_pick_a_port()
863 EVUTIL_CLOSESOCKET(base->th_notify_fd[0]); in event_base_free_()865 EVUTIL_CLOSESOCKET(base->th_notify_fd[1]); in event_base_free_()1025 EVUTIL_CLOSESOCKET(base->sig.ev_signal_pair[0]); in event_reinit()1027 EVUTIL_CLOSESOCKET(base->sig.ev_signal_pair[1]); in event_reinit()1034 EVUTIL_CLOSESOCKET(base->th_notify_fd[0]); in event_reinit()1036 EVUTIL_CLOSESOCKET(base->th_notify_fd[1]); in event_reinit()
605 EVUTIL_CLOSESOCKET(fd); in be_socket_destruct()
846 o Replace EVUTIL_CLOSESOCKET macro with a function (899c1dc Sebastian Sjöberg)
456 #define EVUTIL_CLOSESOCKET(s) evutil_closesocket(s) macro