Searched refs:BIO_wait (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14-stable/crypto/openssl/doc/man3/ |
| HD | BIO_socket_wait.pod | 6 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()
|
| HD | OCSP_sendreq_new.pod | 61 between, using L<BIO_wait(3)> on the read BIO to prevent a busy loop.
|
| HD | OSSL_HTTP_REQ_CTX.pod | 139 between, using L<BIO_wait(3)> on the read BIO to prevent a busy loop. 250 L<BIO_wait(3)>,
|
| /freebsd-14-stable/crypto/openssl/crypto/http/ |
| HD | http_client.c | 916 if (BIO_wait(rctx->rbio, rctx->max_time, 100 /* milliseconds */) <= 0) in OSSL_HTTP_REQ_CTX_exchange() 1380 rv = BIO_wait(fbio, max_time, 100 /* milliseconds */); in OSSL_HTTP_proxy_connect()
|
| /freebsd-14-stable/crypto/openssl/crypto/bio/ |
| HD | bio_lib.c | 905 int BIO_wait(BIO *bio, time_t max_time, unsigned int nap_milliseconds) in BIO_wait() function
|
| /freebsd-14-stable/crypto/openssl/include/openssl/ |
| HD | bio.h | 709 int BIO_wait(BIO *bio, time_t max_time, unsigned int nap_milliseconds);
|
| HD | bio.h.in | 686 int BIO_wait(BIO *bio, time_t max_time, unsigned int nap_milliseconds);
|
| /freebsd-14-stable/secure/lib/libcrypto/ |
| HD | Version.map | 4505 BIO_wait;
|
| /freebsd-14-stable/secure/lib/libcrypto/man/man3/ |
| HD | Makefile | 946 MLINKS+= BIO_socket_wait.3 BIO_wait.3
|
| /freebsd-14-stable/crypto/openssl/util/ |
| HD | libcrypto.num | 4883 BIO_wait 5011 3_0_0 EXIST::FUNCTION:
|