GNU libmicrohttpd 1.0.1
|
#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 2449 of file microhttpd.h.
The pointer to the memory region for I/O.
Definition at line 2454 of file microhttpd.h.
Referenced by MHD_create_response_from_iovec().
size_t MHD_IoVec::iov_len |
The size in bytes of the memory region for I/O.
Definition at line 2459 of file microhttpd.h.
Referenced by MHD_create_response_from_iovec().