Home
last modified time | relevance | path

Searched defs:max_time (Results 1 – 3 of 3) sorted by relevance

/openssl-master/crypto/bio/
A Dbio_lib.c844 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
A Dbio_sock.c391 int BIO_socket_wait(int fd, int for_read, time_t max_time) in BIO_socket_wait()
/openssl-master/crypto/http/
A Dhttp_client.c66 time_t max_time; /* Maximum end time of current transfer, or 0 */ member
1221 time_t max_time = timeout > 0 ? time(NULL) + timeout : 0; in OSSL_HTTP_proxy_connect() local

Completed in 9 milliseconds