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 43 of file json_mhd.c.
char* Buffer::data |
Allocated memory.
Definition at line 48 of file json_mhd.c.
Referenced by buffer_append(), buffer_deinit(), buffer_init(), GNUNET_JSON_post_parser(), inflate_data(), typescriptdomain.TypeScriptDomain::objects(), httpdomain.httpdomain.HTTPDomain::resolve_xref(), and httpdomain.httpdomain.HTTPDomain::routes().
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().
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().
size_t Buffer::max |
Maximum buffer size allowed.
Definition at line 63 of file json_mhd.c.
Referenced by buffer_init(), and inflate_data().