Home
last modified time | relevance | path

Searched refs:BIO_wait (Results 1 – 8 of 8) sorted by relevance

/openssl/doc/man3/
H A DBIO_socket_wait.pod6 BIO_wait,
17 int BIO_wait(BIO *bio, time_t max_time, unsigned int nap_milliseconds);
26 BIO_wait() waits at most until B<max_time> on the given (typically socket-based)
38 every B<nap_milliseconds> and sleeps in between using BIO_wait().
48 BIO_socket_wait(), BIO_wait(), and BIO_do_connect_retry()
57 BIO_socket_wait(), BIO_wait(), and BIO_do_connect_retry()
H A DOCSP_sendreq_new.pod61 between, using L<BIO_wait(3)> on the read BIO to prevent a busy loop.
H A DOSSL_HTTP_REQ_CTX.pod151 between, using L<BIO_wait(3)> on the read BIO to prevent a busy loop.
275 L<BIO_wait(3)>,
/openssl/test/
H A Dbio_tfo_test.c129 if (!TEST_int_ge(BIO_wait(abio, time(NULL) + 2, 0), 0)) { in test_bio_tfo()
162 if (!TEST_int_ge(BIO_wait(abio, time(NULL) + 2, 0), 0)) { in test_bio_tfo()
/openssl/crypto/http/
H A Dhttp_client.c980 if (BIO_wait(rctx->rbio, rctx->max_time, 100 /* milliseconds */) <= 0) in OSSL_HTTP_REQ_CTX_exchange()
1446 rv = BIO_wait(fbio, max_time, 100 /* milliseconds */); in OSSL_HTTP_proxy_connect()
/openssl/crypto/bio/
H A Dbio_lib.c1001 int BIO_wait(BIO *bio, time_t max_time, unsigned int nap_milliseconds) in BIO_wait() function
/openssl/include/openssl/
H A Dbio.h.in794 int BIO_wait(BIO *bio, time_t max_time, unsigned int nap_milliseconds);
/openssl/util/
H A Dlibcrypto.num4883 BIO_wait 5011 3_0_0 EXIST::FUNCTION:

Completed in 51 milliseconds