Searched defs:max_time (Results 1 – 3 of 3) sorted by relevance
67 time_t max_time; /* Maximum end time of current transfer, or 0 */ member525 static int may_still_retry(time_t max_time, int *ptimeout) in may_still_retry()1225 time_t max_time = timeout > 0 ? time(NULL) + timeout : 0; in OSSL_HTTP_get() local1396 time_t max_time = timeout > 0 ? time(NULL) + timeout : 0; in OSSL_HTTP_proxy_connect() local
957 static int bio_wait(BIO *bio, time_t max_time, unsigned int nap_milliseconds) in bio_wait()1001 int BIO_wait(BIO *bio, time_t max_time, unsigned int nap_milliseconds) in BIO_wait()1022 time_t max_time = timeout > 0 ? time(NULL) + timeout : 0; in BIO_do_connect_retry() local
431 int BIO_socket_wait(int fd, int for_read, time_t max_time) in BIO_socket_wait()
Completed in 15 milliseconds