Searched refs:FtpCtrlResponse (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/net/ftp/
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_;
H A Dftp_network_transaction.h165 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
[all...]
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_unittest.cc33 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();
H A Dftp_network_transaction.cc119 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
[all...]

Completed in 131 milliseconds