summaryrefslogtreecommitdiff
path: root/static/netbsd/man3/evbuffer_iovec.3
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-25 19:55:15 -0400
committerJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-25 19:55:15 -0400
commit253e67c8b3a72b3a4757fdbc5845297628db0a4a (patch)
treeadf53b66087aa30dfbf8bf391a1dadb044c3bf4d /static/netbsd/man3/evbuffer_iovec.3
parenta9157ce950dfe2fc30795d43b9d79b9d1bffc48b (diff)
docs: Added All NetBSD Manuals
Diffstat (limited to 'static/netbsd/man3/evbuffer_iovec.3')
-rw-r--r--static/netbsd/man3/evbuffer_iovec.349
1 files changed, 49 insertions, 0 deletions
diff --git a/static/netbsd/man3/evbuffer_iovec.3 b/static/netbsd/man3/evbuffer_iovec.3
new file mode 100644
index 00000000..969dc9e0
--- /dev/null
+++ b/static/netbsd/man3/evbuffer_iovec.3
@@ -0,0 +1,49 @@
+.TH "evbuffer_iovec" 3 "Tue Jan 31 2017" "libevent" \" -*- nroff -*-
+.ad l
+.nh
+.SH NAME
+evbuffer_iovec \- 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\&.