Searched refs:GetNetErrorCodeForFtpResponseCode (Results 1 – 1 of 1) sorted by relevance
94 int GetNetErrorCodeForFtpResponseCode(int response_code) { in GetNetErrorCodeForFtpResponseCode() function777 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 …]