Home
last modified time | relevance | path

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

/external/chromium_org/net/ftp/
Dftp_network_transaction.cc94 int GetNetErrorCodeForFtpResponseCode(int response_code) { in GetNetErrorCodeForFtpResponseCode() function
777 return Stop(GetNetErrorCodeForFtpResponseCode(response.status_code)); in ProcessResponseUSER()
803 return Stop(GetNetErrorCodeForFtpResponseCode(response.status_code)); in ProcessResponsePASS()
807 return Stop(GetNetErrorCodeForFtpResponseCode(response.status_code)); in ProcessResponsePASS()
863 return Stop(GetNetErrorCodeForFtpResponseCode(response.status_code)); in ProcessResponseSYST()
910 return Stop(GetNetErrorCodeForFtpResponseCode(response.status_code)); in ProcessResponsePWD()
912 return Stop(GetNetErrorCodeForFtpResponseCode(response.status_code)); in ProcessResponsePWD()
946 return Stop(GetNetErrorCodeForFtpResponseCode(response.status_code)); in ProcessResponseTYPE()
948 return Stop(GetNetErrorCodeForFtpResponseCode(response.status_code)); in ProcessResponseTYPE()
1013 return Stop(GetNetErrorCodeForFtpResponseCode(response.status_code)); in ProcessResponsePASV()
[all …]