Searched refs:BIO_should_retry (Results 1 – 25 of 27) sorted by relevance
12
6 BIO_should_io_special, BIO_retry_type, BIO_should_retry,18 int BIO_should_retry(BIO *b);30 BIO_should_retry() is true if the call that produced this condition33 If BIO_should_retry() is false then the cause is an error condition.66 BIO_retry_type(), and BIO_should_retry(), are implemented as macros.68 If BIO_should_retry() returns false then the precise "error condition"71 0 and BIO_should_retry() is false then the cause will be that the80 signal a retry then it need not call BIO_should_retry() after a failed119 BIO_should_retry() return either 1 or 0 based on the actual conditions
72 See L<BIO_should_retry(3)> for details of how to81 L<BIO_should_retry(3)>
51 manner described in the L<BIO_read_ex(3)> and L<BIO_should_retry(3)>
99 The BIO_should_retry() call should be used and appropriate action taken
55 it will return zero and BIO_should_retry(b) will be false. If B<v> is non
100 call BIO_should_retry() should be used for non blocking connect BIOs
190 L<BIO_should_retry(3)>, L<BIO_read_ex(3)>
101 call BIO_should_retry() should be used for non blocking connect BIOs
281 if (BIO_should_retry(rctx->io)) in OCSP_REQ_CTX_nbio()313 if (BIO_should_retry(rctx->io)) in OCSP_REQ_CTX_nbio()338 if (BIO_should_retry(rctx->io)) in OCSP_REQ_CTX_nbio()369 if (BIO_should_retry(rctx->mem)) in OCSP_REQ_CTX_nbio()494 } while ((rv == -1) && BIO_should_retry(b)); in OCSP_sendreq_bio()
86 if (BIO_should_retry(out)) { in main()105 if (BIO_should_retry(out)) { in main()
80 if (BIO_should_retry(in)) in main()
125 if (BIO_should_retry(in)) in main()
1950 if (!BIO_should_retry(client)) in doit_localhost()1958 if (!BIO_should_retry(acpt)) in doit_localhost()2029 if (!BIO_should_retry(c_ssl_bio)) { in doit_localhost()2055 if (!BIO_should_retry(c_ssl_bio)) { in doit_localhost()2108 if (!BIO_should_retry(s_ssl_bio)) { in doit_localhost()2129 if (!BIO_should_retry(s_ssl_bio)) { in doit_localhost()2291 if (!BIO_should_retry(c_ssl_bio)) { in doit_biopair()2317 if (!BIO_should_retry(c_ssl_bio)) { in doit_biopair()2370 if (!BIO_should_retry(s_ssl_bio)) { in doit_biopair()2391 if (!BIO_should_retry(s_ssl_bio)) { in doit_biopair()[all …]
517 if (BIO_should_retry(rbio)) { in DTLSv1_listen()802 if (BIO_should_retry(wbio)) { in DTLSv1_listen()813 if (BIO_should_retry(wbio)) { in DTLSv1_listen()
75 L<BIO_should_retry(3)>
171 || (n == 0 && BIO_should_retry(b))) { in process_pci_value()
3039 if (!BIO_should_retry(io) && !SSL_waiting_for_async(con)) { in www_body()3314 if (!BIO_should_retry(io) in www_body()3334 if (!BIO_should_retry(io)) in www_body()3411 if (!BIO_should_retry(io)) { in rev_body()3439 if (!BIO_should_retry(io)) { in rev_body()3488 if (!BIO_should_retry(io)) in rev_body()
1512 if ((rv <= 0) && ((req_timeout == -1) || !BIO_should_retry(cbio))) { in query_responder()
160 if (!BIO_should_retry(next)) { in enc_read()
170 if (!BIO_should_retry(next)) { in b64_read()
283 if (!BIO_should_retry(b)) in ok_write()
164 BIO_should_retry define
626 if (!BIO_should_retry(b)) in BIO_get_retry_BIO()
201 # define BIO_should_retry(a) BIO_test_flags(a, BIO_FLAGS_SHOULD_RETRY) macro
527 if (i < 0 && (!s->wbio || !BIO_should_retry(s->wbio))) { in ssl3_write_bytes()