GNU libmicrohttpd 0.9.77
|
#include <microhttpd.h>
Data Fields | |
const void * | iov_base |
size_t | iov_len |
I/O vector type. Provided for use with MHD_create_response_from_iovec().
Definition at line 2180 of file microhttpd.h.
const void* MHD_IoVec::iov_base |
The pointer to the memory region for I/O.
Definition at line 2185 of file microhttpd.h.
Referenced by MHD_create_response_from_iovec(), and send_iov_emu().
size_t MHD_IoVec::iov_len |
The size in bytes of the memory region for I/O.
Definition at line 2190 of file microhttpd.h.
Referenced by MHD_create_response_from_iovec(), and send_iov_emu().