GNU libmicrohttpd 1.0.2
Loading...
Searching...
No Matches
MHD_StartOrSize Union Reference

#include </builddir/build/BUILD/libmicrohttpd-1.0.2-build/libmicrohttpd-1.0.2/src/microhttpd/internal.h>

Data Fields

const char * start
size_t size

Detailed Description

The union of text staring point and the size of the text

Definition at line 1048 of file internal.h.

Field Documentation

◆ size

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().

◆ start

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().


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