OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:has_status_code
(Results
1 - 2
of
2
) sorted by null
/external/chromium/net/ftp/
ftp_ctrl_response_buffer.cc
82
:
has_status_code
(false),
95
result.
has_status_code
= (100 <= result.status_code &&
97
if (result.
has_status_code
&& line.length() >= 4 && line[3] == ' ') {
99
} else if (result.
has_status_code
&& line.length() >= 4 && line[3] == '-') {
ftp_ctrl_response_buffer.h
49
bool
has_status_code
;
member in struct:net::FtpCtrlResponseBuffer::ParsedLine
Completed in 775 milliseconds