Buffer data structure we use to buffer the HTTP download before giving it to the JSON parser. More...
#include <gnunet_curl_lib.h>
Data Fields | |
void * | buf |
Download buffer. More... | |
size_t | buf_size |
The size of the download buffer. More... | |
int | eno |
Error code (based on libc errno) if we failed to download (e.g. More... | |
Buffer data structure we use to buffer the HTTP download before giving it to the JSON parser.
Definition at line 55 of file gnunet_curl_lib.h.
void* GNUNET_CURL_DownloadBuffer::buf |
size_t GNUNET_CURL_DownloadBuffer::buf_size |
The size of the download buffer.
Definition at line 65 of file gnunet_curl_lib.h.
int GNUNET_CURL_DownloadBuffer::eno |
Error code (based on libc errno) if we failed to download (e.g.
response too large).
Definition at line 71 of file gnunet_curl_lib.h.