Home
last modified time | relevance | path

Searched refs:SET_SOCKERRNO (Results 1 - 11 of 11) sorted by relevance

/third_party/curl/lib/
H A Dselect.h96 SET_SOCKERRNO(WSAEINVAL); \
108 SET_SOCKERRNO(EINVAL); \
H A Dcurl_setup_once.h305 * Macro SOCKERRNO / SET_SOCKERRNO() returns / sets the *socket-related* errno
311 #define SET_SOCKERRNO(x) (WSASetLastError((int)(x))) macro
314 #define SET_SOCKERRNO(x) (errno = (x)) macro
H A Dselect.c74 SET_SOCKERRNO(EINVAL); in Curl_wait_ms()
H A Dcurl_addrinfo.c203 SET_SOCKERRNO(error); in Curl_getaddrinfo_ex()
H A Dopenldap.c1182 SET_SOCKERRNO(EWOULDBLOCK); in ldapsb_tls_read()
1201 SET_SOCKERRNO(EWOULDBLOCK); in ldapsb_tls_write()
H A Dcf-socket.c701 SET_SOCKERRNO(0); in verifyconnect()
708 SET_SOCKERRNO(0); in verifyconnect()
1211 SET_SOCKERRNO(ctx->error); in cf_tcp_connect()
H A Dasyn-thread.c395 SET_SOCKERRNO(error); in query_complete()
H A Dconnect.c631 SET_SOCKERRNO(baller->error); in is_connected()
/third_party/node/deps/cares/src/lib/
H A Dsetup_once.h333 * Macro SOCKERRNO / SET_SOCKERRNO() returns / sets the *socket-related* errno
339 # define SET_SOCKERRNO(x) (WSASetLastError((int)(x))) macro
342 # define SET_SOCKERRNO(x) (errno = (x))
H A Dares_platform.c11046 SET_SOCKERRNO(error); in getservbyport()
/third_party/curl/tests/libtest/
H A Dfirst.c49 SET_SOCKERRNO(EINVAL); in select_wrapper()

Completed in 24 milliseconds