Home
last modified time | relevance | path

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

/dports/ftp/wget/wget-1.21.2/src/
H A Dftp.h153 DONE_CWD = 0x0002, /* The current working directory is enumerator
H A Dftp.c1906 if (con->st & DONE_CWD) in ftp_loop_internal()
1975 con->st &= ~DONE_CWD; in ftp_loop_internal()
1977 con->st |= DONE_CWD; in ftp_loop_internal()
2231 if (!(con->st & DONE_CWD)) in ftp_retrieve_list()
2534 con->st &= ~DONE_CWD; in ftp_retrieve_dirs()