Lines Matching refs:entrypath
810 if(conn->bits.reuse && ftpc->entrypath && in ftp_state_cwd()
818 result = Curl_pp_sendf(data, &ftpc->pp, "CWD %s", ftpc->entrypath); in ftp_state_cwd()
2896 Curl_safefree(ftpc->entrypath); in ftp_statemachine()
2897 ftpc->entrypath = dir; /* remember this */ in ftp_statemachine()
2898 infof(data, "Entry path is '%s'", ftpc->entrypath); in ftp_statemachine()
2900 data->state.most_recent_ftp_entrypath = ftpc->entrypath; in ftp_statemachine()
2905 Curl_safefree(ftpc->entrypath); in ftp_statemachine()
2906 ftpc->entrypath = dir; /* remember this */ in ftp_statemachine()
2907 infof(data, "Entry path is '%s'", ftpc->entrypath); in ftp_statemachine()
2909 data->state.most_recent_ftp_entrypath = ftpc->entrypath; in ftp_statemachine()
4082 if(ftpc->entrypath) { in ftp_disconnect()
4083 if(data->state.most_recent_ftp_entrypath == ftpc->entrypath) { in ftp_disconnect()
4086 Curl_safefree(ftpc->entrypath); in ftp_disconnect()