Home
last modified time | relevance | path

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

/dports/ftp/wget/wget-1.21.2/src/
H A Dhttp.c2369 uerr_t timestamp_err = set_file_timestamp (hs); in check_file_output() local
2370 if (timestamp_err != RETROK) in check_file_output()
2371 return timestamp_err; in check_file_output()
4329 uerr_t timestamp_err = set_file_timestamp (&hstat); in http_loop() local
4330 if (timestamp_err != RETROK) in http_loop()
4331 return timestamp_err; in http_loop()