Searched refs:BIO_sock_should_retry (Results 1 – 12 of 12) sorted by relevance
36 int BIO_sock_should_retry(int s);117 if (BIO_sock_should_retry(ret)) in sock_read()144 if (BIO_sock_should_retry(ret)) in sock_write()224 int BIO_sock_should_retry(int i) in BIO_sock_should_retry() function
124 if (!BIO_sock_should_retry(-1)) { in BIO_connect()325 if (!BIO_sock_should_retry(accepted_sock)) { in BIO_accept_ex()
161 if (BIO_sock_should_retry(ret)) { in conn_state()345 if (BIO_sock_should_retry(ret)) in conn_read()379 if (BIO_sock_should_retry(ret)) in conn_write()
257 if (BIO_sock_should_retry(ret)) { in BIO_accept()
297 if (BIO_sock_should_retry(s)) { in acpt_state()
377 } while (sock < 0 && BIO_sock_should_retry(sock)); in do_server()
220 BIO_sock_should_retry(3)
244 BIO_sock_should_retry(3)
445 BIO_sock_should_retry 454 3_0_0 EXIST::FUNCTION:SOCK
705 int BIO_sock_should_retry(int i);
682 int BIO_sock_should_retry(int i);
394 BIO_sock_should_retry;