Home
last modified time | relevance | path

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

/openssl/crypto/http/
H A Dhttp_client.c66 time_t max_time; /* Maximum end time of current transfer, or 0 */ member
494 static int may_still_retry(time_t max_time, int *ptimeout) in may_still_retry()
1158 time_t max_time = timeout > 0 ? time(NULL) + timeout : 0; in OSSL_HTTP_get() local
1323 time_t max_time = timeout > 0 ? time(NULL) + timeout : 0; in OSSL_HTTP_proxy_connect() local
/openssl/crypto/bio/
H A Dbio_lib.c938 static int bio_wait(BIO *bio, time_t max_time, unsigned int nap_milliseconds) in bio_wait()
978 int BIO_wait(BIO *bio, time_t max_time, unsigned int nap_milliseconds) in BIO_wait()
999 time_t max_time = timeout > 0 ? time(NULL) + timeout : 0; in BIO_do_connect_retry() local
H A Dbio_sock.c393 int BIO_socket_wait(int fd, int for_read, time_t max_time) in BIO_socket_wait()

Completed in 13 milliseconds