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

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

Data Fields

const charstart
 
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.

◆ 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.


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