Lines Matching refs:entrypath
890 else if(conn->bits.reuse && ftpc->entrypath) { in ftp_state_cwd()
896 PPSENDF(&conn->proto.ftpc.pp, "CWD %s", ftpc->entrypath); in ftp_state_cwd()
2843 Curl_safefree(ftpc->entrypath); in ftp_statemach_act()
2844 ftpc->entrypath = dir; /* remember this */ in ftp_statemach_act()
2845 infof(data, "Entry path is '%s'\n", ftpc->entrypath); in ftp_statemach_act()
2847 data->state.most_recent_ftp_entrypath = ftpc->entrypath; in ftp_statemach_act()
2852 Curl_safefree(ftpc->entrypath); in ftp_statemach_act()
2853 ftpc->entrypath = dir; /* remember this */ in ftp_statemach_act()
2854 infof(data, "Entry path is '%s'\n", ftpc->entrypath); in ftp_statemach_act()
2856 data->state.most_recent_ftp_entrypath = ftpc->entrypath; in ftp_statemach_act()
4065 if(ftpc->entrypath) { in ftp_disconnect()
4067 if(data->state.most_recent_ftp_entrypath == ftpc->entrypath) { in ftp_disconnect()
4070 free(ftpc->entrypath); in ftp_disconnect()
4071 ftpc->entrypath = NULL; in ftp_disconnect()