Home
last modified time | relevance | path

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

/external/chromium/net/ftp/
Dftp_ctrl_response_buffer.cc82 : has_status_code(false), in ParsedLine()
95 result.has_status_code = (100 <= result.status_code && in ParseLine()
97 if (result.has_status_code && line.length() >= 4 && line[3] == ' ') { in ParseLine()
99 } else if (result.has_status_code && line.length() >= 4 && line[3] == '-') { in ParseLine()
Dftp_ctrl_response_buffer.h49 bool has_status_code; member