HomeSort by relevance Sort by last modified time
    Searched defs:FtpCtrlResponse (Results 1 - 4 of 4) sorted by null

  /external/chromium/net/ftp/
ftp_ctrl_response_buffer.cc 15 const int FtpCtrlResponse::kInvalidStatusCode = -1;
17 FtpCtrlResponse::FtpCtrlResponse() : status_code(kInvalidStatusCode) {}
19 FtpCtrlResponse::~FtpCtrlResponse() {}
49 response_buf_ = FtpCtrlResponse();
66 response_buf_ = FtpCtrlResponse();
75 FtpCtrlResponse FtpCtrlResponseBuffer::PopResponse() {
76 FtpCtrlResponse result = responses_.front();
85 status_code(FtpCtrlResponse::kInvalidStatusCode)
    [all...]
ftp_ctrl_response_buffer.h 18 struct FtpCtrlResponse {
21 FtpCtrlResponse();
22 ~FtpCtrlResponse();
42 FtpCtrlResponse PopResponse();
88 FtpCtrlResponse response_buf_;
91 std::queue<FtpCtrlResponse> responses_;
  /external/chromium_org/net/ftp/
ftp_ctrl_response_buffer.cc 17 const int FtpCtrlResponse::kInvalidStatusCode = -1;
19 FtpCtrlResponse::FtpCtrlResponse() : status_code(kInvalidStatusCode) {}
21 FtpCtrlResponse::~FtpCtrlResponse() {}
54 response_buf_ = FtpCtrlResponse();
71 response_buf_ = FtpCtrlResponse();
82 base::Value* NetLogFtpCtrlResponseCallback(const FtpCtrlResponse* response,
95 FtpCtrlResponse FtpCtrlResponseBuffer::PopResponse() {
96 FtpCtrlResponse result = responses_.front()
    [all...]
ftp_ctrl_response_buffer.h 19 struct NET_EXPORT_PRIVATE FtpCtrlResponse {
22 FtpCtrlResponse();
23 ~FtpCtrlResponse();
43 FtpCtrlResponse PopResponse();
89 FtpCtrlResponse response_buf_;
92 std::queue<FtpCtrlResponse> responses_;

Completed in 465 milliseconds