Searched refs:command_sent_ (Results 1 – 2 of 2) sorted by relevance
52 : command_sent_(COMMAND_NONE), in FtpNetworkTransaction()95 if (command_sent_ == COMMAND_QUIT) in Stop()154 if (command_sent_ == COMMAND_RETR && read_data_buf_.get()) in GetLoadState()157 if (command_sent_ == COMMAND_QUIT) in GetLoadState()160 if (command_sent_ != COMMAND_NONE) in GetLoadState()188 command_sent_ = cmd; in SendFtpCommand()227 switch (command_sent_) { in ProcessCtrlResponse()275 LOG(DFATAL) << "Unexpected value of command_sent_: " << command_sent_; in ProcessCtrlResponse()284 switch (command_sent_) { in ProcessCtrlResponse()304 command_sent_ = COMMAND_NONE; in ResetStateForRestart()[all …]
171 Command command_sent_; variable