Home
last modified time | relevance | path

Searched refs:BIO_do_connect_retry (Results 1 – 7 of 7) sorted by relevance

/third_party/openssl/doc/man3/
DBIO_socket_wait.pod7 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()
DOSSL_HTTP_transfer.pod104 During connection establishment, just after calling BIO_do_connect_retry(), the
DOSSL_CMP_CTX_new.pod362 During connection establishment, just after calling BIO_do_connect_retry(),
/third_party/openssl/crypto/bio/
Dbio_lib.c919 int BIO_do_connect_retry(BIO *bio, int timeout, int nap_milliseconds) in BIO_do_connect_retry() function
/third_party/openssl/crypto/http/
Dhttp_client.c970 if (rbio == NULL && BIO_do_connect_retry(cbio, overall_timeout, -1) <= 0) { in OSSL_HTTP_open()
/third_party/openssl/include/openssl/
Dbio.h.in687 int BIO_do_connect_retry(BIO *bio, int timeout, int nap_milliseconds);
/third_party/openssl/util/
Dlibcrypto.num4884 BIO_do_connect_retry 5012 3_0_0 EXIST::FUNCTION: