HomeSort by relevance Sort by last modified time
    Searched refs:EVUTIL_CLOSESOCKET (Results 1 - 7 of 7) sorted by null

  /external/chromium/third_party/libevent/
evutil.c 130 EVUTIL_CLOSESOCKET(listener);
151 EVUTIL_CLOSESOCKET(listener);
153 EVUTIL_CLOSESOCKET(connector);
155 EVUTIL_CLOSESOCKET(acceptor);
evutil.h 104 #define EVUTIL_CLOSESOCKET(s) closesocket(s)
106 #define EVUTIL_CLOSESOCKET(s) close(s)
signal.c 349 EVUTIL_CLOSESOCKET(base->sig.ev_signal_pair[0]);
351 EVUTIL_CLOSESOCKET(base->sig.ev_signal_pair[1]);
http.c 1011 EVUTIL_CLOSESOCKET(evcon->fd);
1082 EVUTIL_CLOSESOCKET(evcon->fd);
    [all...]
evdns.c 380 #define CLOSE_SOCKET(s) EVUTIL_CLOSESOCKET(s)
    [all...]
  /external/chromium/third_party/libevent/test/
test-weof.c 52 EVUTIL_CLOSESOCKET(pair[0]);
regress_http.c 349 EVUTIL_CLOSESOCKET(fd);
368 EVUTIL_CLOSESOCKET(fd);
834 EVUTIL_CLOSESOCKET(fd);
1114 EVUTIL_CLOSESOCKET(fd);
1386 EVUTIL_CLOSESOCKET(fd);

Completed in 181 milliseconds