Home
last modified time | relevance | path

Searched refs:ftp_conn (Results 1 – 4 of 4) sorted by relevance

/external/curl/lib/
Dftp.c290 static void freedirs(struct ftp_conn *ftpc) in freedirs()
430 struct ftp_conn *ftpc = &conn->proto.ftpc; in ReceivedServerConnect()
694 struct ftp_conn *ftpc = &conn->proto.ftpc; in Curl_GetFTPResponse()
830 struct ftp_conn *ftpc = &conn->proto.ftpc; in _state()
883 struct ftp_conn *ftpc = &conn->proto.ftpc; in ftp_domore_getsock()
932 struct ftp_conn *ftpc = &conn->proto.ftpc; in ftp_state_cwd()
982 struct ftp_conn *ftpc = &conn->proto.ftpc; in ftp_state_use_port()
1358 struct ftp_conn *ftpc = &conn->proto.ftpc; in ftp_state_use_pasv()
1449 struct ftp_conn *ftpc = &conn->proto.ftpc; in ftp_state_rest()
1470 struct ftp_conn *ftpc = &conn->proto.ftpc; in ftp_state_size()
[all …]
Dftp.h118 struct ftp_conn { struct
Durldata.h1096 struct ftp_conn ftpc;
/external/curl/
DCHANGES.04396 #1 - FTP::file was moved to struct ftp_conn, because is has to be dealt with