GNU libmicrohttpd 1.0.9
Loading...
Searching...
No Matches
MHD_IoVec Struct Reference

#include <microhttpd.h>

Data Fields

const void * iov_base
 
size_t iov_len
 

Detailed Description

I/O vector type. Provided for use with MHD_create_response_from_iovec().

Note
Available since MHD_VERSION 0x00097204

Definition at line 2483 of file microhttpd.h.

Field Documentation

◆ iov_base

const void* MHD_IoVec::iov_base

The pointer to the memory region for I/O.

Definition at line 2488 of file microhttpd.h.

Referenced by make_response(), MHD_create_response_from_iovec(), and send_iov_emu().

◆ iov_len

size_t MHD_IoVec::iov_len

The size in bytes of the memory region for I/O.

Definition at line 2493 of file microhttpd.h.

Referenced by make_response(), MHD_create_response_from_iovec(), and send_iov_emu().


The documentation for this struct was generated from the following file: