Searched refs:write_command_buf_ (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/net/ftp/
H A Dftp_network_transaction.cc460 DCHECK(!write_command_buf_.get());
472 write_command_buf_ = new IOBufferWithSize(command.length() + 2);
473 write_buf_ = new DrainableIOBuffer(write_command_buf_.get(),
474 write_command_buf_->size());
475 memcpy(write_command_buf_->data(), command.data(), command.length());
476 memcpy(write_command_buf_->data() + command.length(), kCRLF, 2);
743 write_command_buf_ = NULL;
H A Dftp_network_transaction.h221 scoped_refptr<IOBufferWithSize> write_command_buf_; member in class:net::FtpNetworkTransaction
224 // to the write_command_buf_ at correct offset.

Completed in 830 milliseconds