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

  /external/curl/lib/
select.h 108 SET_SOCKERRNO(EINVAL); \
curl_setup_once.h 425 * Macro SOCKERRNO / SET_SOCKERRNO() returns / sets the *socket-related* errno
431 #define SET_SOCKERRNO(x) (WSASetLastError((int)(x)))
434 #define SET_SOCKERRNO(x) (errno = (x))
openldap.c 680 SET_SOCKERRNO(EWOULDBLOCK);
695 SET_SOCKERRNO(EWOULDBLOCK);
curl_addrinfo.c 211 SET_SOCKERRNO(error);
connect.c 511 SET_SOCKERRNO(0);
518 SET_SOCKERRNO(0);
825 SET_SOCKERRNO(error);
    [all...]
select.c 90 SET_SOCKERRNO(EINVAL);
  /external/curl/tests/libtest/
first.c 49 SET_SOCKERRNO(EINVAL);
  /external/c-ares/
setup_once.h 355 * Macro SOCKERRNO / SET_SOCKERRNO() returns / sets the *socket-related* errno
361 #define SET_SOCKERRNO(x) (WSASetLastError((int)(x)))
364 #define SET_SOCKERRNO(x) (errno = (x))
ares_platform.c     [all...]

Completed in 1761 milliseconds