HomeSort by relevance Sort by last modified time
    Searched refs:WriteAll (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/webrtc/base/
optionsfile.cc 76 res = stream.WriteAll(i->first.c_str(), i->first.length(), &written,
81 res = stream.WriteAll("=", 1, &written, &error);
85 res = stream.WriteAll(i->second.c_str(), i->second.length(), &written,
90 res = stream.WriteAll("\n", 1, &written, &error);
stream.cc 41 StreamResult StreamInterface::WriteAll(const void* data, size_t data_len,
181 tap_result_ = tap_->WriteAll(buffer, *read, NULL, &tap_error_);
195 tap_result_ = tap_->WriteAll(data, *written, NULL, &tap_error_);
693 stream_->WriteAll(to_write.data(), to_write.length(), NULL, NULL);
    [all...]
stream.h 205 // WriteAll is a helper function which repeatedly calls Write until all the
210 StreamResult WriteAll(const void* data, size_t data_len,
httpclient.cc 212 StreamResult result = output->WriteAll(formatted_header.data(),
219 if (output && (SR_SUCCESS != output->WriteAll("\r\n", 2, NULL, NULL))) {
logging.cc 492 stream->WriteAll(str.data(), str.size(), NULL, NULL);
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
rtpdump_unittest.cc 93 stream.WriteAll(new_line, strlen(new_line), NULL, NULL));
102 stream.WriteAll(new_line2, strlen(new_line2), NULL, NULL));
111 stream.WriteAll(new_line3, strlen(new_line3), NULL, NULL));
rtpdump.cc 415 stream_->WriteAll(data, data_len, NULL, NULL);
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
dtlstransportchannel.cc 86 bool ret = (fifo_.WriteAll(data, size, NULL, NULL) == rtc::SR_SUCCESS);
381 result = (dtls_->WriteAll(data, size, NULL, NULL) ==

Completed in 89 milliseconds