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... | |
Buffer for POST requests.
Definition at line 44 of file mhd_upload.c.
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().
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().
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().
size_t Buffer::max |
Maximum buffer size allowed.
Definition at line 64 of file mhd_upload.c.
Referenced by buffer_init(), and inflate_data().