Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/bio/
H A Dbio_lib.c861 static int bio_wait(BIO *bio, time_t max_time, unsigned int nap_milliseconds) in bio_wait() function
903 int rv = bio_wait(bio, max_time, nap_milliseconds); in BIO_wait()
965 rv = bio_wait(bio, max_time, nap_milliseconds); in BIO_do_connect_retry()