Home
last modified time | relevance | path

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

/third_party/curl/lib/
H A Dftp.c118 static CURLcode ftp_state_quote(struct Curl_easy *data,
1329 result = ftp_state_quote(data, TRUE, FTP_RETR_PREQUOTE); in ftp_state_prepare_transfer()
1472 return ftp_state_quote(data, TRUE, FTP_RETR_PREQUOTE); in ftp_state_retr_prequote()
1478 return ftp_state_quote(data, TRUE, FTP_STOR_PREQUOTE); in ftp_state_stor_prequote()
1638 static CURLcode ftp_state_quote(struct Curl_easy *data, in ftp_state_quote() function
3026 result = ftp_state_quote(data, FALSE, ftpc->state); in ftp_statemachine()
3745 result = ftp_state_quote(data, TRUE, FTP_QUOTE); in ftp_perform()

Completed in 5 milliseconds