Remove building with NOCRYPTO option
[minix.git] / external / bsd / libevent / man / evbuffer_ptr.3
blob3e067c0498866a305d535d0a62fa87b50500a811
1 .TH "evbuffer_ptr" 3 "Tue Jan 27 2015" "libevent" \" -*- nroff -*-
2 .ad l
3 .nh
4 .SH NAME
5 evbuffer_ptr \- 
6 .PP
7 Pointer to a position within 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 "struct {"
19 .br
20 .ti -1c
21 .RI "   void * \fBchain\fP"
22 .br
23 .ti -1c
24 .RI "   size_t \fBpos_in_chain\fP"
25 .br
26 .ti -1c
27 .RI "} \fB_internal\fP"
28 .br
29 .ti -1c
30 .RI "ev_ssize_t \fBpos\fP"
31 .br
32 .in -1c
33 .SH "Detailed Description"
34 .PP 
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\&. 
39 .SH "Author"
40 .PP 
41 Generated automatically by Doxygen for libevent from the source code\&.