|
GNU libmicrohttpd 1.0.5
|
#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 2475 of file microhttpd.h.
| const void* MHD_IoVec::iov_base |
The pointer to the memory region for I/O.
Definition at line 2480 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 2485 of file microhttpd.h.
Referenced by MHD_create_response_from_iovec(), and send_iov_emu().