Home
last modified time | relevance | path

Searched refs:ptimeout (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/crypto/http/
H A Dhttp_client.c505 static int may_still_retry(time_t max_time, int *ptimeout) in may_still_retry() argument
515 *ptimeout = time_diff > INT_MAX ? INT_MAX : (int)time_diff; in may_still_retry()
/freebsd/crypto/openssh/
H A DChangeLog6753 Add includes to ptimeout test.