Searched refs:PPSENDF (Results 1 – 1 of 1) sorted by relevance
/external/curl/lib/ |
D | ftp.c | 157 #define PPSENDF(x,y,z) result = Curl_pp_sendf(x,y,z); \ macro 852 PPSENDF(&conn->proto.ftpc.pp, "USER %s", ftp->user?ftp->user:""); in ftp_state_user() 865 PPSENDF(&conn->proto.ftpc.pp, "%s", "PWD"); in ftp_state_pwd() 951 PPSENDF(&conn->proto.ftpc.pp, "CWD %s", ftpc->entrypath); in ftp_state_cwd() 959 PPSENDF(&conn->proto.ftpc.pp, "CWD %s", ftpc->dirs[ftpc->count1 -1]); in ftp_state_cwd() 1386 PPSENDF(&ftpc->pp, "%s", mode[modeoff]); in ftp_state_use_pasv() 1425 PPSENDF(&conn->proto.ftpc.pp, "PRET %s", in ftp_state_prepare_transfer() 1431 PPSENDF(&conn->proto.ftpc.pp, "PRET STOR %s", conn->proto.ftpc.file); in ftp_state_prepare_transfer() 1434 PPSENDF(&conn->proto.ftpc.pp, "PRET RETR %s", conn->proto.ftpc.file); in ftp_state_prepare_transfer() 1456 PPSENDF(&conn->proto.ftpc.pp, "REST %d", 0); in ftp_state_rest() [all …]
|