Searched defs:max_time (Results 1 – 8 of 8) sorted by relevance
/freebsd/crypto/openssl/crypto/http/ |
H A D | http_client.c | 66 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 D | bio_lib.c | 861 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 D | bio_sock.c | 393 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 D | kstat.h | 663 hrtime_t max_time; /* longest event duration */ member
|
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/ |
H A D | kstat.h | 184 hrtime_t max_time; /* longest event duration */ member
|
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
H A D | kstat.h | 188 hrtime_t max_time; /* longest event duration */ member
|
/freebsd/contrib/tzcode/ |
H A D | zic.c | 895 static zic_t const max_time = MAXVAL(zic_t, TIME_T_BITS_IN_FILE); variable [all...] |
/freebsd/sys/netinet/tcp_stacks/ |
H A D | rack.c | 6233 uint32_t max_time, red; in rack_timer_start() local
|