xref: /minix3/external/bsd/libevent/man/evbuffer_iovec.3 (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
"evbuffer_iovec" 3 "Tue Jan 27 2015" "libevent" \" -*- nroff -*-
NAME
evbuffer_iovec -

Describes a single extent of memory inside an evbuffer.

SYNOPSIS

#include <buffer.h>

"Data Fields"
"void * iov_base"

"The start of the extent of memory. " "size_t iov_len"

"The length of the extent of memory. "

"Detailed Description"

Describes a single extent of memory inside an evbuffer. Used for direct-access functions.

See also:

evbuffer_reserve_space, evbuffer_commit_space, evbuffer_peek

"Field Documentation"

"void* evbuffer_iovec::iov_base"

The start of the extent of memory.

"size_t evbuffer_iovec::iov_len"

The length of the extent of memory.

"Author"

Generated automatically by Doxygen for libevent from the source code.