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

  /external/libevent/include/event2/
util.h 329 #define EVUTIL_SOCKET_ERROR() WSAGetLastError()
353 #define EVUTIL_SOCKET_ERROR() ...
362 #define EVUTIL_SOCKET_ERROR() (errno)
  /external/libevent/
signal.c 373 int socket_errno = EVUTIL_SOCKET_ERROR();
bufferevent.c 263 p->errno_pending = EVUTIL_SOCKET_ERROR();
evutil.c 281 saved_errno = EVUTIL_SOCKET_ERROR();
    [all...]
http.c     [all...]

Completed in 112 milliseconds