Home
last modified time | relevance | path

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

/external/curl/lib/
Dftp.h133 bool cwdfail; /* set TRUE if a CWD command fails, as then we must prevent member
Dftp.c2995 ftpc->cwdfail = TRUE; /* don't remember this path as we failed in ftp_statemach_act()
3210 ftpc->cwdfail = TRUE; /* set this TRUE to prevent us to remember the in ftp_done()
3240 if(!ftpc->cwdfail) { in ftp_done()
4187 ftpc->cwdfail = FALSE; in ftp_parse_url_path()