GNUnet 0.21.1
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 43 of file json_mhd.c.

Field Documentation

◆ data

◆ fill

size_t Buffer::fill

Number of valid bytes in buffer.

Definition at line 53 of file json_mhd.c.

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

◆ alloc

size_t Buffer::alloc

Number of allocated bytes in buffer.

Definition at line 58 of file json_mhd.c.

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

◆ max

size_t Buffer::max

Maximum buffer size allowed.

Definition at line 63 of file json_mhd.c.

Referenced by buffer_init(), and inflate_data().


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