1 .TH "evbuffer_iovec" 3 "Tue Jan 27 2015" "libevent" \" -*- nroff -*-
7 Describes a single extent of memory inside an evbuffer\&.
13 \fC#include <buffer\&.h>\fP
18 .RI "void * \fBiov_base\fP"
20 .RI "\fIThe start of the extent of memory\&. \fP"
22 .RI "size_t \fBiov_len\fP"
24 .RI "\fIThe length of the extent of memory\&. \fP"
26 .SH "Detailed Description"
28 Describes a single extent of memory inside an evbuffer\&.
30 Used for direct-access functions\&.
34 \fBevbuffer_reserve_space\fP, \fBevbuffer_commit_space\fP, \fBevbuffer_peek\fP
38 .SH "Field Documentation"
40 .SS "void* evbuffer_iovec::iov_base"
43 The start of the extent of memory\&.
44 .SS "size_t evbuffer_iovec::iov_len"
47 The length of the extent of memory\&.
51 Generated automatically by Doxygen for libevent from the source code\&.