Home
last modified time | relevance | path

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

/dports/ftp/wget/wget-1.21.2/src/
H A Dwget.h278 UNLINKERR, NEWLOCATION_KEEP_POST, CLOSEFAILED, ATTRMISSING, UNKNOWNATTR, enumerator
H A Dretr.c1024 location_changed = (result == NEWLOCATION || result == NEWLOCATION_KEEP_POST); in retrieve_url()
1111 if (result != NEWLOCATION_KEEP_POST && !method_suspended) in retrieve_url()
H A Dhttp.c3918 retval = NEWLOCATION_KEEP_POST; in gethttp()
3923 retval = NEWLOCATION_KEEP_POST; in gethttp()
3930 retval = NEWLOCATION_KEEP_POST; in gethttp()
4500 case NEWLOCATION_KEEP_POST: in http_loop()
/dports/ftp/wget/wget-1.21.2/
H A DChangeLog9610 * src/retr.c (retrieve_url): Use NEWLOCATION_KEEP_POST.
9611 * src/wget.h: Define NEWLOCATION_KEEP_POST.