/freebsd/crypto/openssl/doc/man3/ |
H A D | BIO_should_retry.pod | 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 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 D | BIO_read.pod | 99 See L<BIO_should_retry(3)> for details of how to 108 L<BIO_should_retry(3)>
|
H A D | BIO_s_fd.pod | 51 manner described in the L<BIO_read_ex(3)> and L<BIO_should_retry(3)>
|
H A D | OCSP_sendreq_new.pod | 60 L<BIO_should_retry(3)>. In such a case it is advisable to sleep a little in
|
H A D | OSSL_HTTP_REQ_CTX.pod | 138 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 D | BIO_ctrl.pod | 116 The BIO_should_retry() call should be used and appropriate action taken
|
H A D | BIO_s_connect.pod | 100 The call BIO_should_retry() should be used for non blocking connect BIOs
|
H A D | BIO_s_mem.pod | 55 it will return zero and BIO_should_retry(b) will be false. If B<v> is non
|
H A D | BIO_s_bio.pod | 190 L<BIO_should_retry(3)>, L<BIO_read_ex(3)>
|
H A D | BIO_f_ssl.pod | 104 The call BIO_should_retry() should be used for nonblocking connect BIOs
|
/freebsd/crypto/openssl/demos/bio/ |
H A D | sconnect.c | 85 if (BIO_should_retry(out)) { in main() 104 if (BIO_should_retry(out)) { in main()
|
H A D | server-cmod.c | 80 if (BIO_should_retry(in)) in main()
|
H A D | server-conf.c | 125 if (BIO_should_retry(in)) in main()
|
/freebsd/crypto/openssl/test/ |
H A D | ssl_old_test.c | 1958 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 D | http_client.c | 558 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 D | d1_lib.c | 528 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 D | bio.pod | 76 L<BIO_should_retry(3)>
|
/freebsd/crypto/openssl/crypto/x509/ |
H A D | v3_pci.c | 168 || (n == 0 && BIO_should_retry(b))) { in process_pci_value()
|
/freebsd/crypto/openssl/crypto/bio/ |
H A D | bio_lib.c | 693 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 D | s_server.c | 3146 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 D | bio_enc.c | 160 if (!BIO_should_retry(next)) { in enc_read()
|
H A D | bio_b64.c | 168 if (!BIO_should_retry(next)) { in b64_read()
|
H A D | bio_ok.c | 282 if (!BIO_should_retry(b)) in ok_write()
|
/freebsd/crypto/openssl/ssl/record/ |
H A D | rec_layer_s3.c | 312 && !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 D | other.syms | 232 BIO_should_retry define
|