Home
last modified time | relevance | path

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

123

/netbsd/crypto/external/bsd/openssl.old/dist/doc/man3/
H A 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
H A DBIO_read.pod72 See L<BIO_should_retry(3)> for details of how to
81 L<BIO_should_retry(3)>
H A DBIO_s_fd.pod51 manner described in the L<BIO_read_ex(3)> and L<BIO_should_retry(3)>
/netbsd/crypto/external/bsd/openssl/dist/doc/man3/
H A 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
H A DBIO_read.pod99 See L<BIO_should_retry(3)> for details of how to
108 L<BIO_should_retry(3)>
H A DBIO_s_fd.pod51 manner described in the L<BIO_read_ex(3)> and L<BIO_should_retry(3)>
H A DOCSP_sendreq_new.pod60 L<BIO_should_retry(3)>. In such a case it is advisable to sleep a little in
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/ocsp/
H A 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()
/netbsd/crypto/external/bsd/openssl.old/dist/demos/bio/
H A Dsconnect.c86 if (BIO_should_retry(out)) { in main()
105 if (BIO_should_retry(out)) { in main()
H A Dserver-cmod.c80 if (BIO_should_retry(in)) in main()
H A Dserver-conf.c125 if (BIO_should_retry(in)) in main()
/netbsd/crypto/external/bsd/openssl/dist/demos/bio/
H A Dsconnect.c85 if (BIO_should_retry(out)) { in main()
104 if (BIO_should_retry(out)) { in main()
H A Dserver-cmod.c80 if (BIO_should_retry(in)) in main()
H A Dserver-conf.c125 if (BIO_should_retry(in)) in main()
/netbsd/crypto/external/bsd/openssl.old/dist/test/
H A 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()
2686 if (BIO_should_retry(c_bio)) { in doit()
2715 if (BIO_should_retry(c_bio)) { in doit()
2752 if (BIO_should_retry(s_bio)) { in doit()
[all …]
/netbsd/crypto/external/bsd/openssl/dist/test/
H A Dssl_old_test.c1954 if (!BIO_should_retry(client)) in doit_localhost()
1962 if (!BIO_should_retry(acpt)) in doit_localhost()
2033 if (!BIO_should_retry(c_ssl_bio)) { in doit_localhost()
2059 if (!BIO_should_retry(c_ssl_bio)) { in doit_localhost()
2112 if (!BIO_should_retry(s_ssl_bio)) { in doit_localhost()
2133 if (!BIO_should_retry(s_ssl_bio)) { in doit_localhost()
2312 if (!BIO_should_retry(c_ssl_bio)) { in doit_biopair()
2707 if (BIO_should_retry(c_bio)) { in doit()
2736 if (BIO_should_retry(c_bio)) { in doit()
2773 if (BIO_should_retry(s_bio)) { in doit()
[all …]
/netbsd/crypto/external/bsd/openssl/dist/crypto/http/
H A Dhttp_client.c547 if (BIO_should_retry(rctx->rbio)) in OSSL_HTTP_REQ_CTX_nbio()
581 if (BIO_should_retry(rctx->wbio)) in OSSL_HTTP_REQ_CTX_nbio()
597 if (BIO_should_retry(rctx->req)) in OSSL_HTTP_REQ_CTX_nbio()
618 if (BIO_should_retry(rctx->wbio)) in OSSL_HTTP_REQ_CTX_nbio()
649 if (BIO_should_retry(rctx->mem)) in OSSL_HTTP_REQ_CTX_nbio()
1352 if (!BIO_should_retry(fbio)) in OSSL_HTTP_proxy_connect()
/netbsd/crypto/external/bsd/openssl.old/dist/ssl/
H A 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()
/netbsd/crypto/external/bsd/openssl/dist/ssl/
H A Dd1_lib.c511 if (BIO_should_retry(rbio)) { in DTLSv1_listen()
795 if (BIO_should_retry(wbio)) { in DTLSv1_listen()
806 if (BIO_should_retry(wbio)) { in DTLSv1_listen()
/netbsd/crypto/external/bsd/openssl.old/dist/doc/man7/
H A Dbio.pod75 L<BIO_should_retry(3)>
/netbsd/crypto/external/bsd/openssl/dist/doc/man7/
H A Dbio.pod76 L<BIO_should_retry(3)>
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/x509v3/
H A Dv3_pci.c171 || (n == 0 && BIO_should_retry(b))) { in process_pci_value()
/netbsd/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dv3_pci.c168 || (n == 0 && BIO_should_retry(b))) { in process_pci_value()
/netbsd/crypto/external/bsd/openssl/dist/crypto/bio/
H A Dbio_lib.c693 if (!BIO_should_retry(b)) in BIO_get_retry_BIO()
941 int do_retry = BIO_should_retry(bio); /* may be 1 only if !blocking */ in BIO_do_connect_retry()
/netbsd/crypto/external/bsd/openssl.old/lib/libcrypto/
H A Dman.inc49 BIO_should_retry.3 \

123