Searched defs:max_time (Results 1 – 3 of 3) sorted by relevance
844 static int bio_wait(BIO *bio, time_t max_time, unsigned int nap_milliseconds) in bio_wait()884 int BIO_wait(BIO *bio, time_t max_time, unsigned int nap_milliseconds) in BIO_wait()905 time_t max_time = timeout > 0 ? time(NULL) + timeout : 0; in BIO_do_connect_retry() local
391 int BIO_socket_wait(int fd, int for_read, time_t max_time) in BIO_socket_wait()
66 time_t max_time; /* Maximum end time of current transfer, or 0 */ member1221 time_t max_time = timeout > 0 ? time(NULL) + timeout : 0; in OSSL_HTTP_proxy_connect() local
Completed in 9 milliseconds