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

  /external/chromium_org/net/quic/
quic_stream_sequencer_test.cc 98 iovec iovecs[5]; local
99 size_t num_iovecs = sequencer_->GetReadableRegions(iovecs,
100 arraysize(iovecs));
101 return VerifyIovecs(iovecs, num_iovecs, expected, num_expected);
104 bool VerifyIovecs(iovec* iovecs,
109 LOG(ERROR) << "Incorrect number of iovecs. Expected: "
114 if (!VerifyIovec(iovecs[i], expected[i])) {
quic_stream_sequencer.h 53 // Fills in up to iov_len iovecs with the next readable regions. Returns the
iovector.h 194 // actual buffers that the struct iovecs point to, copies and assignments
  /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/components/breakpad/app/
breakpad_linux.cc 277 // Flush any pending iovecs to the output file.
    [all...]

Completed in 145 milliseconds