Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/http/
H A Dhttp_client.c66 time_t max_time; /* Maximum end time of current transfer, or 0 */ member
505 static int may_still_retry(time_t max_time, int *ptimeout) in may_still_retry()
1138 time_t max_time = timeout > 0 ? time(NULL) + timeout : 0; in OSSL_HTTP_get() local
1308 time_t max_time = timeout > 0 ? time(NULL) + timeout : 0; in OSSL_HTTP_proxy_connect() local
/freebsd/crypto/openssl/crypto/bio/
H A Dbio_lib.c861 static int bio_wait(BIO *bio, time_t max_time, unsigned int nap_milliseconds) in bio_wait() argument
901 BIO_wait(BIO * bio,time_t max_time,unsigned int nap_milliseconds) BIO_wait() argument
922 time_t max_time = timeout > 0 ? time(NULL) + timeout : 0; BIO_do_connect_retry() local
[all...]
H A Dbio_sock.c393 int BIO_socket_wait(int fd, int for_read, time_t max_time) in BIO_socket_wait() argument
/freebsd/sys/contrib/openzfs/lib/libspl/include/sys/
H A Dkstat.h663 hrtime_t max_time; /* longest event duration */ member
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dkstat.h184 hrtime_t max_time; /* longest event duration */ member
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dkstat.h188 hrtime_t max_time; /* longest event duration */ member
/freebsd/contrib/tzcode/
H A Dzic.c895 static zic_t const max_time = MAXVAL(zic_t, TIME_T_BITS_IN_FILE); variable
[all...]
/freebsd/sys/netinet/tcp_stacks/
H A Drack.c6233 uint32_t max_time, red; in rack_timer_start() local