Searched refs:BIO_do_connect_retry (Results 1 – 7 of 7) sorted by relevance
/third_party/openssl/doc/man3/ |
D | BIO_socket_wait.pod | 7 BIO_do_connect_retry 18 int BIO_do_connect_retry(BIO *bio, int timeout, int nap_milliseconds); 28 It is used by BIO_do_connect_retry() and can be used together L<BIO_read(3)>. 34 BIO_do_connect_retry() connects via the given B<bio>. 48 BIO_socket_wait(), BIO_wait(), and BIO_do_connect_retry() 57 BIO_socket_wait(), BIO_wait(), and BIO_do_connect_retry()
|
D | OSSL_HTTP_transfer.pod | 104 During connection establishment, just after calling BIO_do_connect_retry(), the
|
D | OSSL_CMP_CTX_new.pod | 362 During connection establishment, just after calling BIO_do_connect_retry(),
|
/third_party/openssl/crypto/bio/ |
D | bio_lib.c | 919 int BIO_do_connect_retry(BIO *bio, int timeout, int nap_milliseconds) in BIO_do_connect_retry() function
|
/third_party/openssl/crypto/http/ |
D | http_client.c | 970 if (rbio == NULL && BIO_do_connect_retry(cbio, overall_timeout, -1) <= 0) { in OSSL_HTTP_open()
|
/third_party/openssl/include/openssl/ |
D | bio.h.in | 687 int BIO_do_connect_retry(BIO *bio, int timeout, int nap_milliseconds);
|
/third_party/openssl/util/ |
D | libcrypto.num | 4884 BIO_do_connect_retry 5012 3_0_0 EXIST::FUNCTION:
|