Home
last modified time | relevance | path

Searched refs:SET_SOCKERRNO (Results 1 – 8 of 8) sorted by relevance

/curl/lib/
H A Dselect.h96 SET_SOCKERRNO(WSAEINVAL); \
108 SET_SOCKERRNO(EINVAL); \
H A Dcurl_setup_once.h307 #define SET_SOCKERRNO(x) (WSASetLastError((int)(x))) macro
310 #define SET_SOCKERRNO(x) (errno = (x)) macro
H A Dcurl_addrinfo.c203 SET_SOCKERRNO(error); in Curl_getaddrinfo_ex()
H A Dselect.c78 SET_SOCKERRNO(EINVAL); in Curl_wait_ms()
H A Dopenldap.c1188 SET_SOCKERRNO(EWOULDBLOCK); in ldapsb_tls_read()
1207 SET_SOCKERRNO(EWOULDBLOCK); in ldapsb_tls_write()
H A Dcf-socket.c860 SET_SOCKERRNO(0); in verifyconnect()
867 SET_SOCKERRNO(0); in verifyconnect()
1373 SET_SOCKERRNO(ctx->error); in cf_tcp_connect()
H A Dconnect.c654 SET_SOCKERRNO(baller->error); in is_connected()
/curl/tests/libtest/
H A Dfirst.c50 SET_SOCKERRNO(EINVAL); in select_wrapper()

Completed in 30 milliseconds