Lines Matching refs:buffer_bytes
43 // of the message has |buffer_bytes| of length with the actual data.
47 int32 buffer_bytes;
161 if (!WriteFile(channel_, output_, sizeof(msg) + msg.buffer_bytes, &written,
370 DCHECK(key.size() == input_->msg.buffer_bytes - 1);
462 DEBUGMSG("Master DoReadData: %d bytes\n", input_->msg.buffer_bytes);
468 int read_size = input_->msg.buffer_bytes;
698 msg.buffer_bytes = std::min(key.size() + 1,
700 memcpy(output_->buffer, key.c_str(), msg.buffer_bytes);
701 if (msg.buffer_bytes != key.size() + 1) {
758 msg.buffer_bytes = (ret < 0) ? 0 : ret;