GNU libmicrohttpd 1.0.1
|
#include </builddir/build/BUILD/libmicrohttpd-1.0.1-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.
Referenced by get_no_space_err_status_code(), and get_req_headers().
const char* MHD_StartOrSize::start |
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.
Referenced by get_no_space_err_status_code(), get_req_headers(), and switch_to_rq_headers_processing().