Home
last modified time | relevance | path

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

/curl/lib/
H A Dftp.c196 static CURLcode ftp_state_quote(struct Curl_easy *data,
1285 result = ftp_state_quote(data, TRUE, FTP_RETR_PREQUOTE); in ftp_state_prepare_transfer()
1428 return ftp_state_quote(data, TRUE, FTP_RETR_PREQUOTE); in ftp_state_retr_prequote()
1434 return ftp_state_quote(data, TRUE, FTP_STOR_PREQUOTE); in ftp_state_stor_prequote()
1594 static CURLcode ftp_state_quote(struct Curl_easy *data, in ftp_state_quote() function
2987 result = ftp_state_quote(data, FALSE, ftpc->state); in ftp_statemachine()
3709 result = ftp_state_quote(data, TRUE, FTP_QUOTE); in ftp_perform()

Completed in 14 milliseconds