Searched refs:EINPROGRESS (Results 1 – 25 of 180) sorted by relevance
12345678
55 #ifndef EINPROGRESS56 #define EINPROGRESS WSAEINPROGRESS macro85 case EINPROGRESS: in TranslatedWSASetLastError()121 err = EINPROGRESS; break; in TranslatedWSAGetLastError()
191 # ifndef EINPROGRESS192 # define EINPROGRESS 9928 macro
148 #ifdef EINPROGRESS in RAND_query_egd_bytes()149 case EINPROGRESS: in RAND_query_egd_bytes()
121 EINPROGRESS = 115 variable254 EINPROGRESS: 'Operation now in progress',
199 #undef EINPROGRESS200 #define EINPROGRESS WSAEINPROGRESS macro
270 #ifdef EINPROGRESS in BIO_fd_non_fatal_error()271 case EINPROGRESS: in BIO_fd_non_fatal_error()
332 #ifdef EINPROGRESS in BIO_sock_non_fatal_error()333 case EINPROGRESS: in BIO_sock_non_fatal_error()
102 inline int EINPROGRESS = 36; variable103 #pragma D binding "1.0" EINPROGRESS282 errno == EINPROGRESS ? "Operation now in progress" :
364 error = EINPROGRESS; in ipsec4_check_pmtu()395 return (EINPROGRESS); /* Pretend that we consumed it. */ in ipsec4_check_pmtu()452 return (EINPROGRESS); /* consumed by IPsec */ in ipsec4_common_output1()782 error = EINPROGRESS; in ipsec6_check_pmtu()812 return (EINPROGRESS); /* Pretend that we consumed it. */ in ipsec6_check_pmtu()856 return (EINPROGRESS); /* consumed by IPsec */ in ipsec6_common_output()
91 errno != EINPROGRESS) in try_connect()
94 #define EINPROGRESS 36 /* Operation now in progress */ macro
213 #ifdef EINPROGRESS214 if(errno != EINPROGRESS) {251 #if defined(EINPROGRESS) && defined(EWOULDBLOCK)252 if(error == EINPROGRESS || error == EWOULDBLOCK)
77 $ EINPROGRESS
122 } else if (sockerr != EINPROGRESS) { in test_bio_tfo()321 if (sockerr != EINPROGRESS) { in test_fd_tfo()
140 ATF_REQUIRE_MSG(err == -1 && errno == EINPROGRESS, in ATF_TC_BODY()
88 errno != EINPROGRESS) in tcp_socketpair()