1 .TH "evbuffer_ptr" 3 "Tue Jan 27 2015" "libevent" \" -*- nroff -*-
7 Pointer to a position within an evbuffer\&.
13 \fC#include <buffer\&.h>\fP
21 .RI " void * \fBchain\fP"
24 .RI " size_t \fBpos_in_chain\fP"
27 .RI "} \fB_internal\fP"
30 .RI "ev_ssize_t \fBpos\fP"
33 .SH "Detailed Description"
35 Pointer to a position within an evbuffer\&.
37 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\&.
41 Generated automatically by Doxygen for libevent from the source code\&.