Searched defs:FtpCtrlResponse (Results 1 - 4 of 4) sorted by relevance

/external/chromium/net/ftp/
H A Dftp_ctrl_response_buffer.cc15 const int FtpCtrlResponse::kInvalidStatusCode = -1;
17 FtpCtrlResponse::FtpCtrlResponse() : status_code(kInvalidStatusCode) {} function in class:net::FtpCtrlResponse
19 FtpCtrlResponse::~FtpCtrlResponse() {}
49 response_buf_ = FtpCtrlResponse();
66 response_buf_ = FtpCtrlResponse();
75 FtpCtrlResponse FtpCtrlResponseBuffer::PopResponse() {
76 FtpCtrlResponse result = responses_.front();
85 status_code(FtpCtrlResponse
[all...]
H A Dftp_ctrl_response_buffer.h18 struct FtpCtrlResponse { struct in namespace:net
21 FtpCtrlResponse();
22 ~FtpCtrlResponse();
42 FtpCtrlResponse PopResponse();
88 FtpCtrlResponse response_buf_;
91 std::queue<FtpCtrlResponse> responses_;
/external/chromium_org/net/ftp/
H A Dftp_ctrl_response_buffer.cc17 const int FtpCtrlResponse::kInvalidStatusCode = -1;
19 FtpCtrlResponse::FtpCtrlResponse() : status_code(kInvalidStatusCode) {} function in class:net::FtpCtrlResponse
21 FtpCtrlResponse::~FtpCtrlResponse() {}
54 response_buf_ = FtpCtrlResponse();
71 response_buf_ = FtpCtrlResponse();
82 base::Value* NetLogFtpCtrlResponseCallback(const FtpCtrlResponse* response,
95 FtpCtrlResponse FtpCtrlResponseBuffer::PopResponse() {
96 FtpCtrlResponse resul
[all...]
H A Dftp_ctrl_response_buffer.h19 struct NET_EXPORT_PRIVATE FtpCtrlResponse { struct in namespace:net
22 FtpCtrlResponse();
23 ~FtpCtrlResponse();
43 FtpCtrlResponse PopResponse();
89 FtpCtrlResponse response_buf_;
92 std::queue<FtpCtrlResponse> responses_;

Completed in 127 milliseconds