GNUnet 0.21.2
GNUNET_CURL_DownloadBuffer Struct Reference

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...
 

Detailed Description

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.

Field Documentation

◆ buf

void* GNUNET_CURL_DownloadBuffer::buf

Download buffer.

Definition at line 60 of file gnunet_curl_lib.h.

Referenced by download_cb().

◆ buf_size

size_t GNUNET_CURL_DownloadBuffer::buf_size

The size of the download buffer.

Definition at line 65 of file gnunet_curl_lib.h.

◆ eno

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.


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