Home
last modified time | relevance | path

Searched refs:EVUTIL_CLOSESOCKET (Results 1 – 10 of 10) sorted by relevance

/freebsd-12-stable/contrib/libevent/test/
Dregress_listener.c136 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()
/freebsd-12-stable/contrib/ntp/sntp/libevent/test/
Dregress_listener.c136 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()
/freebsd-12-stable/contrib/ntp/sntp/libevent/
Devent.c863 EVUTIL_CLOSESOCKET(base->th_notify_fd[0]); in event_base_free_()
865 EVUTIL_CLOSESOCKET(base->th_notify_fd[1]); in event_base_free_()
1019 EVUTIL_CLOSESOCKET(base->sig.ev_signal_pair[0]); in event_reinit()
1021 EVUTIL_CLOSESOCKET(base->sig.ev_signal_pair[1]); in event_reinit()
1028 EVUTIL_CLOSESOCKET(base->th_notify_fd[0]); in event_reinit()
1030 EVUTIL_CLOSESOCKET(base->th_notify_fd[1]); in event_reinit()
Dbufferevent_sock.c605 EVUTIL_CLOSESOCKET(fd); in be_socket_destruct()
DChangeLog-2.0846 o Replace EVUTIL_CLOSESOCKET macro with a function (899c1dc Sebastian Sjöberg)
/freebsd-12-stable/contrib/libevent/
Devent.c863 EVUTIL_CLOSESOCKET(base->th_notify_fd[0]); in event_base_free_()
865 EVUTIL_CLOSESOCKET(base->th_notify_fd[1]); in event_base_free_()
1019 EVUTIL_CLOSESOCKET(base->sig.ev_signal_pair[0]); in event_reinit()
1021 EVUTIL_CLOSESOCKET(base->sig.ev_signal_pair[1]); in event_reinit()
1028 EVUTIL_CLOSESOCKET(base->th_notify_fd[0]); in event_reinit()
1030 EVUTIL_CLOSESOCKET(base->th_notify_fd[1]); in event_reinit()
Dbufferevent_sock.c605 EVUTIL_CLOSESOCKET(fd); in be_socket_destruct()
DChangeLog-2.0846 o Replace EVUTIL_CLOSESOCKET macro with a function (899c1dc Sebastian Sjöberg)
/freebsd-12-stable/contrib/libevent/include/event2/
Dutil.h456 #define EVUTIL_CLOSESOCKET(s) evutil_closesocket(s) macro
/freebsd-12-stable/contrib/ntp/sntp/libevent/include/event2/
Dutil.h456 #define EVUTIL_CLOSESOCKET(s) evutil_closesocket(s) macro