HomeSort by: relevance | last modified time | path
    Searched defs:bio_wait (Results 1 - 4 of 4) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/bio/
bio_lib.c 952 /* Internal variant of the below BIO_wait() not calling ERR_raise(...) */
953 static int bio_wait(BIO *bio, time_t max_time, unsigned int nap_milliseconds) function
997 int BIO_wait(BIO *bio, time_t max_time, unsigned int nap_milliseconds)
999 int rv = bio_wait(bio, max_time, nap_milliseconds);
1011 * the given density: between polls sleep nap_milliseconds using BIO_wait()
1061 rv = bio_wait(bio, max_time, nap_milliseconds);
bio_lib.c 952 /* Internal variant of the below BIO_wait() not calling ERR_raise(...) */
953 static int bio_wait(BIO *bio, time_t max_time, unsigned int nap_milliseconds) function
997 int BIO_wait(BIO *bio, time_t max_time, unsigned int nap_milliseconds)
999 int rv = bio_wait(bio, max_time, nap_milliseconds);
1011 * the given density: between polls sleep nap_milliseconds using BIO_wait()
1061 rv = bio_wait(bio, max_time, nap_milliseconds);
  /src/crypto/external/bsd/openssl/dist/crypto/bio/
bio_lib.c 860 /* Internal variant of the below BIO_wait() not calling BIOerr() */
861 static int bio_wait(BIO *bio, time_t max_time, unsigned int nap_milliseconds) function
905 int BIO_wait(BIO *bio, time_t max_time, unsigned int nap_milliseconds)
907 int rv = bio_wait(bio, max_time, nap_milliseconds);
919 * the given density: between polls sleep nap_milliseconds using BIO_wait()
969 rv = bio_wait(bio, max_time, nap_milliseconds);
bio_lib.c 860 /* Internal variant of the below BIO_wait() not calling BIOerr() */
861 static int bio_wait(BIO *bio, time_t max_time, unsigned int nap_milliseconds) function
905 int BIO_wait(BIO *bio, time_t max_time, unsigned int nap_milliseconds)
907 int rv = bio_wait(bio, max_time, nap_milliseconds);
919 * the given density: between polls sleep nap_milliseconds using BIO_wait()
969 rv = bio_wait(bio, max_time, nap_milliseconds);

Completed in 71 milliseconds