Home
last modified time | relevance | path

Searched refs:read_iovec (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/serf/
HDserf.h803 apr_status_t (*read_iovec)(serf_bucket_t *bucket, apr_size_t requested, member
919 SERF__RECREAD(b, (b)->type->read_iovec(b,r,s,v,u))
HDCHANGES213 Barrier buckets now pass read_iovec to their wrapped bucket
/freebsd-11-stable/contrib/serf/buckets/
HDbuckets.c92 apr_status_t status = bucket->type->read_iovec(bucket, requested, in serf_default_read_for_sendfile()
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_common_interceptors.inc992 static void read_iovec(void *ctx, struct __sanitizer_iovec *iovec,
1191 if (res > 0) read_iovec(ctx, iov, iovcnt, res);
1207 if (res > 0) read_iovec(ctx, iov, iovcnt, res);
1223 if (res > 0) read_iovec(ctx, iov, iovcnt, res);
3048 read_iovec(ctx, msg->msg_iov, msg->msg_iovlen, maxlen);
6372 read_iovec(ctx, local_iov, liovcnt, res);