Home
last modified time | relevance | path

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

/external/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()
/external/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_()
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()
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)
/external/libevent/include/event2/
Dutil.h456 #define EVUTIL_CLOSESOCKET(s) evutil_closesocket(s) macro