| evbuffer_iovec(3) | Library Functions Manual | evbuffer_iovec(3) |
evbuffer_iovec - Describes a single extent of memory inside an evbuffer.
#include <buffer.h>
void * iov_base
The start of the extent of memory. size_t iov_len
The length of the extent of memory.
Describes a single extent of memory inside an evbuffer.
Used for direct-access functions.
See also:
The start of the extent of memory.
The length of the extent of memory.
Generated automatically by Doxygen for libevent from the source code.
| Tue Jan 31 2017 | libevent |