Home
last modified time | relevance | path

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

/external/curl/lib/
Dftp.h120 char *entrypath; /* the PWD reply when we logged on */ member
Dftp.c934 if(conn->bits.reuse && ftpc->entrypath) { in ftp_state_cwd()
940 PPSENDF(&conn->proto.ftpc.pp, "CWD %s", ftpc->entrypath); in ftp_state_cwd()
2933 Curl_safefree(ftpc->entrypath); in ftp_statemach_act()
2934 ftpc->entrypath = dir; /* remember this */ in ftp_statemach_act()
2935 infof(data, "Entry path is '%s'\n", ftpc->entrypath); in ftp_statemach_act()
2937 data->state.most_recent_ftp_entrypath = ftpc->entrypath; in ftp_statemach_act()
2942 Curl_safefree(ftpc->entrypath); in ftp_statemach_act()
2943 ftpc->entrypath = dir; /* remember this */ in ftp_statemach_act()
2944 infof(data, "Entry path is '%s'\n", ftpc->entrypath); in ftp_statemach_act()
2946 data->state.most_recent_ftp_entrypath = ftpc->entrypath; in ftp_statemach_act()
[all …]