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

  /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))
  /external/curl/lib/
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))

Completed in 59 milliseconds