Home
last modified time | relevance | path

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

/dports/ftp/wget/wget-1.21.2/src/
H A Dwget.h274 CONTNOTSUPPORTED, RETRUNNEEDED, RETRFINISHED, enumerator
H A Dhttp.c2354 return RETRUNNEEDED; in check_file_output()
3949 retval = RETRUNNEEDED; in gethttp()
4024 retval = RETRUNNEEDED; in gethttp()
4055 retval = RETRUNNEEDED; in gethttp()
4514 case RETRUNNEEDED: in http_loop()
/dports/ftp/wget/wget-1.21.2/
H A DChangeLog13497 Replaced spidering returns of RETRUNNEEDED for some situations,
13499 RETRUNNEEDED appears never to be referenced outside of
21405 * src/http.c (gethttp): Return RETRUNNEEDED when the retrieval is
21408 (http_loop): Handle RETRUNNEEDED.
21410 * src/wget.h (uerr_t): New value RETRUNNEEDED.