GNU libmicrohttpd
0.9.73
|
#include </builddir/build/BUILD/libmicrohttpd-0.9.73/src/microhttpd/internal.h>
Data Fields | |
MHD_iovec_ * | iov |
size_t | cnt |
size_t | sent |
Definition at line 380 of file internal.h.
size_t MHD_iovec_track_::cnt |
The number of elements in @iov. This value is not changed during lifetime.
Definition at line 393 of file internal.h.
Referenced by MHD_send_iovec_(), and send_iov_emu().
MHD_iovec_* MHD_iovec_track_::iov |
The copy of array of iovec elements. The copy of elements are updated during sending. The number of elements is not changed during lifetime.
Definition at line 387 of file internal.h.
Referenced by MHD_send_iovec_(), and send_iov_emu().
size_t MHD_iovec_track_::sent |
The number of sent elements. At the same time, it is the index of the next (or current) element to send.
Definition at line 400 of file internal.h.
Referenced by MHD_send_iovec_(), and send_iov_emu().