Home
last modified time | relevance | path

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

/external/curl/lib/
Dftp.c121 static CURLcode ftp_state_quote(struct connectdata *conn,
1413 result = ftp_state_quote(conn, TRUE, FTP_RETR_PREQUOTE); in ftp_state_prepare_transfer()
1558 result = ftp_state_quote(conn, TRUE, FTP_RETR_PREQUOTE); in ftp_state_retr_prequote()
1569 result = ftp_state_quote(conn, TRUE, FTP_STOR_PREQUOTE); in ftp_state_stor_prequote()
1726 static CURLcode ftp_state_quote(struct connectdata *conn, in ftp_state_quote() function
2976 result = ftp_state_quote(conn, FALSE, ftpc->state); in ftp_statemach_act()
3751 result = ftp_state_quote(conn, TRUE, FTP_QUOTE); in ftp_perform()