Lines Matching refs:entrypath
865 if(conn->bits.reuse && ftpc->entrypath && in ftp_state_cwd()
873 result = Curl_pp_sendf(&ftpc->pp, "CWD %s", ftpc->entrypath); in ftp_state_cwd()
2845 Curl_safefree(ftpc->entrypath); in ftp_statemach_act()
2846 ftpc->entrypath = dir; /* remember this */ in ftp_statemach_act()
2847 infof(data, "Entry path is '%s'\n", ftpc->entrypath); in ftp_statemach_act()
2849 data->state.most_recent_ftp_entrypath = ftpc->entrypath; in ftp_statemach_act()
2854 Curl_safefree(ftpc->entrypath); in ftp_statemach_act()
2855 ftpc->entrypath = dir; /* remember this */ in ftp_statemach_act()
2856 infof(data, "Entry path is '%s'\n", ftpc->entrypath); in ftp_statemach_act()
2858 data->state.most_recent_ftp_entrypath = ftpc->entrypath; in ftp_statemach_act()
4014 if(ftpc->entrypath) { in ftp_disconnect()
4016 if(data->state.most_recent_ftp_entrypath == ftpc->entrypath) { in ftp_disconnect()
4019 Curl_safefree(ftpc->entrypath); in ftp_disconnect()