Searched refs:command_sent_ (Results 1 – 2 of 2) sorted by relevance
183 : command_sent_(COMMAND_NONE), in FtpNetworkTransaction()209 if (command_sent_ == COMMAND_QUIT) in Stop()290 if (command_sent_ == COMMAND_RETR && read_data_buf_.get()) in GetLoadState()293 if (command_sent_ == COMMAND_QUIT) in GetLoadState()296 if (command_sent_ != COMMAND_NONE) in GetLoadState()307 command_sent_ = COMMAND_NONE; in ResetStateForRestart()343 switch (command_sent_) { in ProcessCtrlResponse()385 LOG(DFATAL) << "Unexpected value of command_sent_: " << command_sent_; in ProcessCtrlResponse()394 switch (command_sent_) { in ProcessCtrlResponse()428 command_sent_ = cmd; in SendFtpCommand()[all …]
187 Command command_sent_; variable