Lines Matching refs:entrypath
934 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()
4191 if(ftpc->entrypath) { in ftp_disconnect()
4193 if(data->state.most_recent_ftp_entrypath == ftpc->entrypath) { in ftp_disconnect()
4196 free(ftpc->entrypath); in ftp_disconnect()
4197 ftpc->entrypath = NULL; in ftp_disconnect()