Searched defs:max_time (Results 1 – 5 of 5) sorted by relevance
861 static int bio_wait(BIO *bio, time_t max_time, unsigned int nap_milliseconds) in bio_wait()905 int BIO_wait(BIO *bio, time_t max_time, unsigned int nap_milliseconds) in BIO_wait()926 time_t max_time = timeout > 0 ? time(NULL) + timeout : 0; in BIO_do_connect_retry() local
393 int BIO_socket_wait(int fd, int for_read, time_t max_time) in BIO_socket_wait()
662 time_t max_time; in event_drain() local
7388 int max_time = 0; in calculate_new_fences() local7476 int max_time = 0; in sel_sched_region_2() local
904 static zic_t const max_time = MAXVAL(zic_t, TIME_T_BITS_IN_FILE); variable