GNU libmicrohttpd 1.0.1
|
#include </builddir/build/BUILD/libmicrohttpd-1.0.1/src/microhttpd/internal.h>
Data Fields | |
MHD_iovec_ * | iov |
size_t | cnt |
size_t | sent |
Definition at line 446 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 459 of file internal.h.
Referenced by MHD_send_iovec_(), send_iov_emu(), and try_ready_normal_body().
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 453 of file internal.h.
Referenced by MHD_send_iovec_(), send_iov_emu(), and try_ready_normal_body().
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 466 of file internal.h.
Referenced by MHD_send_iovec_(), send_iov_emu(), and try_ready_normal_body().