Home
last modified time | relevance | path

Searched refs:BIO_should_retry (Results 1 – 25 of 27) sorted by relevance

12

/third_party/openssl/doc/man3/
DBIO_should_retry.pod6 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 condition
33 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 the
80 signal a retry then it need not call BIO_should_retry() after a failed
119 BIO_should_retry() return either 1 or 0 based on the actual conditions
DBIO_read.pod72 See L<BIO_should_retry(3)> for details of how to
81 L<BIO_should_retry(3)>
DBIO_s_fd.pod51 manner described in the L<BIO_read_ex(3)> and L<BIO_should_retry(3)>
DBIO_ctrl.pod99 The BIO_should_retry() call should be used and appropriate action taken
DBIO_s_mem.pod55 it will return zero and BIO_should_retry(b) will be false. If B<v> is non
DBIO_s_connect.pod100 call BIO_should_retry() should be used for non blocking connect BIOs
DBIO_s_bio.pod190 L<BIO_should_retry(3)>, L<BIO_read_ex(3)>
DBIO_f_ssl.pod101 call BIO_should_retry() should be used for non blocking connect BIOs
/third_party/openssl/crypto/ocsp/
Docsp_ht.c281 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()
/third_party/openssl/demos/bio/
Dsconnect.c86 if (BIO_should_retry(out)) { in main()
105 if (BIO_should_retry(out)) { in main()
Dserver-cmod.c80 if (BIO_should_retry(in)) in main()
Dserver-conf.c125 if (BIO_should_retry(in)) in main()
/third_party/openssl/test/
Dssltest_old.c1950 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 …]
/third_party/openssl/ssl/
Dd1_lib.c517 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()
/third_party/openssl/doc/man7/
Dbio.pod75 L<BIO_should_retry(3)>
/third_party/openssl/crypto/x509v3/
Dv3_pci.c171 || (n == 0 && BIO_should_retry(b))) { in process_pci_value()
/third_party/openssl/apps/
Ds_server.c3039 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()
Docsp.c1512 if ((rv <= 0) && ((req_timeout == -1) || !BIO_should_retry(cbio))) { in query_responder()
/third_party/openssl/crypto/evp/
Dbio_enc.c160 if (!BIO_should_retry(next)) { in enc_read()
Dbio_b64.c170 if (!BIO_should_retry(next)) { in b64_read()
Dbio_ok.c283 if (!BIO_should_retry(b)) in ok_write()
/third_party/openssl/util/
Dprivate.num164 BIO_should_retry define
/third_party/openssl/crypto/bio/
Dbio_lib.c626 if (!BIO_should_retry(b)) in BIO_get_retry_BIO()
/third_party/openssl/include/openssl/
Dbio.h201 # define BIO_should_retry(a) BIO_test_flags(a, BIO_FLAGS_SHOULD_RETRY) macro
/third_party/openssl/ssl/record/
Drec_layer_s3.c527 if (i < 0 && (!s->wbio || !BIO_should_retry(s->wbio))) { in ssl3_write_bytes()

12