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

/external/chromium_org/net/ftp/
H A Dftp_network_transaction.cc94 int GetNetErrorCodeForFtpResponseCode(int response_code) { function in namespace:__anon9236
777 return Stop(GetNetErrorCodeForFtpResponseCode(response.status_code));
803 return Stop(GetNetErrorCodeForFtpResponseCode(response.status_code));
807 return Stop(GetNetErrorCodeForFtpResponseCode(response.status_code));
863 return Stop(GetNetErrorCodeForFtpResponseCode(response.status_code));
910 return Stop(GetNetErrorCodeForFtpResponseCode(response.status_code));
912 return Stop(GetNetErrorCodeForFtpResponseCode(response.status_code));
946 return Stop(GetNetErrorCodeForFtpResponseCode(response.status_code));
948 return Stop(GetNetErrorCodeForFtpResponseCode(response.status_code));
1013 return Stop(GetNetErrorCodeForFtpResponseCode(respons
[all...]

Completed in 76 milliseconds