HomeSort by relevance Sort by last modified time
    Searched full:iovecs (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/net/quic/
quic_stream_sequencer_test.cc 95 iovec iovecs[5]; local
96 size_t num_iovecs = sequencer_->GetReadableRegions(iovecs,
97 arraysize(iovecs));
98 return VerifyIovecs(iovecs, num_iovecs, expected, num_expected);
101 bool VerifyIovecs(iovec* iovecs,
106 LOG(ERROR) << "Incorrect number of iovecs. Expected: "
111 if (!VerifyIovec(iovecs[i], expected[i])) {
quic_stream_sequencer.h 55 // Fills in up to iov_len iovecs with the next readable regions. Returns the
  /system/core/liblog/
fake_log_device.c 443 * Create an array of iovecs large enough to write all of
455 numVecs = numLines*3; // 3 iovecs per line.
529 /* if we allocated storage for the iovecs, free it */
  /external/qemu/
cutils.c 172 * Copies iovecs from src to the end of dst. It starts copying after skipping
  /system/core/sdcard/
fuse.h 205 * FUSE_IOCTL_RETRY: retry with new iovecs
  /external/chromium_org/chrome/app/
breakpad_linux.cc 288 // Flush any pending iovecs to the output file.
    [all...]

Completed in 102 milliseconds