Home
last modified time | relevance | path

Searched refs:entrypath (Results 1 – 2 of 2) sorted by relevance

/curl/lib/
H A Dftp.h125 char *entrypath; /* the PWD reply when we logged on */ member
H A Dftp.c810 if(conn->bits.reuse && 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()
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()
[all …]

Completed in 18 milliseconds