Lines Matching refs:entrypath
812 if(conn->bits.reuse && ftpc->entrypath && in ftp_state_cwd()
820 result = Curl_pp_sendf(data, &ftpc->pp, "CWD %s", ftpc->entrypath); in ftp_state_cwd()
2907 Curl_safefree(ftpc->entrypath); in ftp_statemachine()
2908 ftpc->entrypath = dir; /* remember this */ in ftp_statemachine()
2909 infof(data, "Entry path is '%s'", ftpc->entrypath); in ftp_statemachine()
2911 data->state.most_recent_ftp_entrypath = ftpc->entrypath; in ftp_statemachine()
2916 Curl_safefree(ftpc->entrypath); in ftp_statemachine()
2917 ftpc->entrypath = dir; /* remember this */ in ftp_statemachine()
2918 infof(data, "Entry path is '%s'", ftpc->entrypath); in ftp_statemachine()
2920 data->state.most_recent_ftp_entrypath = ftpc->entrypath; in ftp_statemachine()
4093 if(ftpc->entrypath) { in ftp_disconnect()
4094 if(data->state.most_recent_ftp_entrypath == ftpc->entrypath) { in ftp_disconnect()
4097 Curl_safefree(ftpc->entrypath); in ftp_disconnect()