
This brings our tree to NetBSD 7.0, as found on -current on the 10-10-2015. This updates: - LLVM to 3.6.1 - GCC to GCC 5.1 - Replace minix/commands/zdump with usr.bin/zdump - external/bsd/libelf has moved to /external/bsd/elftoolchain/ - Import ctwm - Drop sprintf from libminc Change-Id: I149836ac18e9326be9353958bab9b266efb056f0
52 lines
966 B
Groff
52 lines
966 B
Groff
.TH "evbuffer_iovec" 3 "Tue Jan 27 2015" "libevent" \" -*- nroff -*-
|
|
.ad l
|
|
.nh
|
|
.SH NAME
|
|
evbuffer_iovec \-
|
|
.PP
|
|
Describes a single extent of memory inside an evbuffer\&.
|
|
|
|
.SH SYNOPSIS
|
|
.br
|
|
.PP
|
|
.PP
|
|
\fC#include <buffer\&.h>\fP
|
|
.SS "Data Fields"
|
|
|
|
.in +1c
|
|
.ti -1c
|
|
.RI "void * \fBiov_base\fP"
|
|
.br
|
|
.RI "\fIThe start of the extent of memory\&. \fP"
|
|
.ti -1c
|
|
.RI "size_t \fBiov_len\fP"
|
|
.br
|
|
.RI "\fIThe length of the extent of memory\&. \fP"
|
|
.in -1c
|
|
.SH "Detailed Description"
|
|
.PP
|
|
Describes a single extent of memory inside an evbuffer\&.
|
|
|
|
Used for direct-access functions\&.
|
|
.PP
|
|
\fBSee also:\fP
|
|
.RS 4
|
|
\fBevbuffer_reserve_space\fP, \fBevbuffer_commit_space\fP, \fBevbuffer_peek\fP
|
|
.RE
|
|
.PP
|
|
|
|
.SH "Field Documentation"
|
|
.PP
|
|
.SS "void* evbuffer_iovec::iov_base"
|
|
|
|
.PP
|
|
The start of the extent of memory\&.
|
|
.SS "size_t evbuffer_iovec::iov_len"
|
|
|
|
.PP
|
|
The length of the extent of memory\&.
|
|
|
|
.SH "Author"
|
|
.PP
|
|
Generated automatically by Doxygen for libevent from the source code\&.
|