Home
last modified time | relevance | path

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

12

/freebsd/crypto/openssl/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
H A DOSSL_HTTP_REQ_CTX.pod138 L<BIO_should_retry(3)>. In such a case it is advisable to sleep a little in
249 L<BIO_should_retry(3)>,
H A DBIO_ctrl.pod116 The BIO_should_retry() call should be used and appropriate action taken
H A DBIO_s_connect.pod100 The call BIO_should_retry() should be used for non blocking connect BIOs
H A DBIO_s_mem.pod55 it will return zero and BIO_should_retry(b) will be false. If B<v> is non
H A DBIO_s_bio.pod190 L<BIO_should_retry(3)>, L<BIO_read_ex(3)>
H A DBIO_f_ssl.pod104 The call BIO_should_retry() should be used for nonblocking connect BIOs
/freebsd/crypto/openssl/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()
/freebsd/crypto/openssl/test/
H A Dssl_old_test.c1958 if (!BIO_should_retry(client)) in doit_localhost()
1966 if (!BIO_should_retry(acpt)) in doit_localhost()
2037 if (!BIO_should_retry(c_ssl_bio)) { in doit_localhost()
2063 if (!BIO_should_retry(c_ssl_bio)) { in doit_localhost()
2116 if (!BIO_should_retry(s_ssl_bio)) { in doit_localhost()
2137 if (!BIO_should_retry(s_ssl_bio)) { in doit_localhost()
2316 if (!BIO_should_retry(c_ssl_bio)) { in doit_biopair()
2342 if (!BIO_should_retry(c_ssl_bio)) { in doit_biopair()
2395 if (!BIO_should_retry(s_ssl_bio)) { in doit_biopair()
2416 if (!BIO_should_retry(s_ssl_bio)) { in doit_biopair()
[all …]
/freebsd/crypto/openssl/crypto/http/
H A Dhttp_client.c558 if (BIO_should_retry(rctx->rbio)) in OSSL_HTTP_REQ_CTX_nbio()
592 if (BIO_should_retry(rctx->wbio)) in OSSL_HTTP_REQ_CTX_nbio()
608 if (BIO_should_retry(rctx->req)) in OSSL_HTTP_REQ_CTX_nbio()
629 if (BIO_should_retry(rctx->wbio)) in OSSL_HTTP_REQ_CTX_nbio()
660 if (BIO_should_retry(rctx->mem)) in OSSL_HTTP_REQ_CTX_nbio()
1363 if (!BIO_should_retry(fbio)) in OSSL_HTTP_proxy_connect()
/freebsd/crypto/openssl/ssl/
H A Dd1_lib.c528 if (BIO_should_retry(rbio)) { in DTLSv1_listen()
812 if (BIO_should_retry(wbio)) { in DTLSv1_listen()
823 if (BIO_should_retry(wbio)) { in DTLSv1_listen()
/freebsd/crypto/openssl/doc/man7/
H A Dbio.pod76 L<BIO_should_retry(3)>
/freebsd/crypto/openssl/crypto/x509/
H A Dv3_pci.c168 || (n == 0 && BIO_should_retry(b))) { in process_pci_value()
/freebsd/crypto/openssl/crypto/bio/
H A Dbio_lib.c693 if (!BIO_should_retry(b)) in BIO_get_retry_BIO()
945 int do_retry = BIO_should_retry(bio); /* may be 1 only if !blocking */ in BIO_do_connect_retry()
/freebsd/crypto/openssl/apps/
H A Ds_server.c3146 if (!BIO_should_retry(io) && !SSL_waiting_for_async(con)) { in www_body()
3457 if (!BIO_should_retry(io) in www_body()
3478 if (!BIO_should_retry(io)) in www_body()
3572 if (!BIO_should_retry(io)) { in rev_body()
3594 if (!BIO_should_retry(io)) { in rev_body()
3635 if (!BIO_should_retry(io)) in rev_body()
/freebsd/crypto/openssl/crypto/evp/
H A Dbio_enc.c160 if (!BIO_should_retry(next)) { in enc_read()
H A Dbio_b64.c168 if (!BIO_should_retry(next)) { in b64_read()
H A Dbio_ok.c282 if (!BIO_should_retry(b)) in ok_write()
/freebsd/crypto/openssl/ssl/record/
H A Drec_layer_s3.c312 && !BIO_should_retry(s->rbio) in ssl3_read_n()
557 if (i < 0 && (!s->wbio || !BIO_should_retry(s->wbio))) { in ssl3_write_bytes()
/freebsd/crypto/openssl/util/
H A Dother.syms232 BIO_should_retry define

12