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

  /external/chromium_org/net/ftp/
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_;
ftp_network_transaction.h 165 int ProcessResponseUSER(const FtpCtrlResponse& response);
167 int ProcessResponsePASS(const FtpCtrlResponse& response);
169 int ProcessResponseSYST(const FtpCtrlResponse& response);
171 int ProcessResponsePWD(const FtpCtrlResponse& response);
173 int ProcessResponseTYPE(const FtpCtrlResponse& response);
175 int ProcessResponseEPSV(const FtpCtrlResponse& response);
177 int ProcessResponsePASV(const FtpCtrlResponse& response);
179 int ProcessResponseRETR(const FtpCtrlResponse& response);
181 int ProcessResponseSIZE(const FtpCtrlResponse& response);
183 int ProcessResponseCWD(const FtpCtrlResponse& response)
    [all...]
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_unittest.cc 33 net::FtpCtrlResponse response = buffer_.PopResponse();
52 net::FtpCtrlResponse response = buffer_.PopResponse();
69 net::FtpCtrlResponse response = buffer_.PopResponse();
94 net::FtpCtrlResponse response = buffer_.PopResponse();
114 net::FtpCtrlResponse response = buffer_.PopResponse();
134 net::FtpCtrlResponse response = buffer_.PopResponse();
156 net::FtpCtrlResponse response = buffer_.PopResponse();
ftp_network_transaction.cc 119 bool ExtractPortFromEPSVResponse(const net::FtpCtrlResponse& response,
149 bool ExtractPortFromPASVResponse(const net::FtpCtrlResponse& response,
381 FtpCtrlResponse response = ctrl_response_buffer_->PopResponse();
766 const FtpCtrlResponse& response) {
797 const FtpCtrlResponse& response) {
823 const FtpCtrlResponse& response) {
882 int FtpNetworkTransaction::ProcessResponsePWD(const FtpCtrlResponse& response) {
936 const FtpCtrlResponse& response) {
964 const FtpCtrlResponse& response) {
998 const FtpCtrlResponse& response)
    [all...]

Completed in 68 milliseconds