GNU libmicrohttpd 1.0.1
|
#include </builddir/build/BUILD/libmicrohttpd-1.0.1/src/microhttpd/internal.h>
Data Fields | |
const char * | start |
size_t | size |
The union of text staring point and the size of the text
Definition at line 1048 of file internal.h.
size_t MHD_StartOrSize::size |
The size of the text. Valid when the text has been processed and the end of the text is known.
Definition at line 1061 of file internal.h.
The starting point of the text. Valid when the text is being processed and the end of the text is not yet determined.
Definition at line 1055 of file internal.h.