phunix/external/bsd/libevent/man/evbuffer_ptr.3
Lionel Sambuc 0a6a1f1d05 NetBSD re-synchronization of the source tree
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
2016-01-13 20:32:14 +01:00

42 lines
830 B
Groff

.TH "evbuffer_ptr" 3 "Tue Jan 27 2015" "libevent" \" -*- nroff -*-
.ad l
.nh
.SH NAME
evbuffer_ptr \-
.PP
Pointer to a position within an evbuffer\&.
.SH SYNOPSIS
.br
.PP
.PP
\fC#include <buffer\&.h>\fP
.SS "Data Fields"
.in +1c
.ti -1c
.RI "struct {"
.br
.ti -1c
.RI " void * \fBchain\fP"
.br
.ti -1c
.RI " size_t \fBpos_in_chain\fP"
.br
.ti -1c
.RI "} \fB_internal\fP"
.br
.ti -1c
.RI "ev_ssize_t \fBpos\fP"
.br
.in -1c
.SH "Detailed Description"
.PP
Pointer to a position within an evbuffer\&.
Used when repeatedly searching through a buffer\&. Calling any function that modifies or re-packs the buffer contents may invalidate all evbuffer_ptrs for that buffer\&. Do not modify these values except with evbuffer_ptr_set\&.
.SH "Author"
.PP
Generated automatically by Doxygen for libevent from the source code\&.