GNUnet 0.24.1-15-gab6ed22f1
Buffer Struct Reference

Buffer for POST requests. More...

Data Fields

char * data
 Allocated memory. More...
 
size_t fill
 Number of valid bytes in buffer. More...
 
size_t alloc
 Number of allocated bytes in buffer. More...
 
size_t max
 Maximum buffer size allowed. More...
 

Detailed Description

Buffer for POST requests.

Definition at line 44 of file mhd_upload.c.

Field Documentation

◆ data

char* Buffer::data

Allocated memory.

Definition at line 49 of file mhd_upload.c.

Referenced by buffer_append(), buffer_deinit(), buffer_init(), GNUNET_MHD_post_parser(), and inflate_data().

◆ fill

size_t Buffer::fill

Number of valid bytes in buffer.

Definition at line 54 of file mhd_upload.c.

Referenced by buffer_append(), buffer_init(), GNUNET_MHD_post_parser(), and inflate_data().

◆ alloc

size_t Buffer::alloc

Number of allocated bytes in buffer.

Definition at line 59 of file mhd_upload.c.

Referenced by buffer_append(), buffer_init(), and inflate_data().

◆ max

size_t Buffer::max

Maximum buffer size allowed.

Definition at line 64 of file mhd_upload.c.

Referenced by buffer_init(), and inflate_data().


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