etc/services - sync with NetBSD-8
[minix.git] / external / bsd / libevent / man / evbuffer_iovec.3
blob0787fd672b9e564f4505c5a9b6665a8e8edf6c85
1 .TH "evbuffer_iovec" 3 "Tue Jan 27 2015" "libevent" \" -*- nroff -*-
2 .ad l
3 .nh
4 .SH NAME
5 evbuffer_iovec \- 
6 .PP
7 Describes a single extent of memory inside an evbuffer\&.  
9 .SH SYNOPSIS
10 .br
11 .PP
12 .PP
13 \fC#include <buffer\&.h>\fP
14 .SS "Data Fields"
16 .in +1c
17 .ti -1c
18 .RI "void * \fBiov_base\fP"
19 .br
20 .RI "\fIThe start of the extent of memory\&. \fP"
21 .ti -1c
22 .RI "size_t \fBiov_len\fP"
23 .br
24 .RI "\fIThe length of the extent of memory\&. \fP"
25 .in -1c
26 .SH "Detailed Description"
27 .PP 
28 Describes a single extent of memory inside an evbuffer\&. 
30 Used for direct-access functions\&.
31 .PP
32 \fBSee also:\fP
33 .RS 4
34 \fBevbuffer_reserve_space\fP, \fBevbuffer_commit_space\fP, \fBevbuffer_peek\fP 
35 .RE
36 .PP
38 .SH "Field Documentation"
39 .PP 
40 .SS "void* evbuffer_iovec::iov_base"
42 .PP
43 The start of the extent of memory\&. 
44 .SS "size_t evbuffer_iovec::iov_len"
46 .PP
47 The length of the extent of memory\&. 
49 .SH "Author"
50 .PP 
51 Generated automatically by Doxygen for libevent from the source code\&.