NetSurf
Data Fields
fetch_data_context Struct Reference
Collaboration diagram for fetch_data_context:
[legend]

Data Fields

struct fetchparent_fetch
 
nsurlurl
 
char * mimetype
 
char * data
 
size_t datalen
 
bool base64
 
bool aborted
 
bool locked
 
struct fetch_data_contextr_next
 
struct fetch_data_contextr_prev
 

Detailed Description

Definition at line 43 of file data.c.

Field Documentation

◆ aborted

bool fetch_data_context::aborted

Definition at line 51 of file data.c.

Referenced by fetch_data_abort(), and fetch_data_poll().

◆ base64

bool fetch_data_context::base64

Definition at line 49 of file data.c.

Referenced by fetch_data_process().

◆ data

char* fetch_data_context::data

Definition at line 47 of file data.c.

Referenced by fetch_data_free(), fetch_data_poll(), and fetch_data_process().

◆ datalen

size_t fetch_data_context::datalen

Definition at line 48 of file data.c.

Referenced by fetch_data_poll(), and fetch_data_process().

◆ locked

bool fetch_data_context::locked

Definition at line 52 of file data.c.

Referenced by fetch_data_poll(), and fetch_data_send_callback().

◆ mimetype

char* fetch_data_context::mimetype

Definition at line 46 of file data.c.

Referenced by fetch_data_free(), fetch_data_poll(), and fetch_data_process().

◆ parent_fetch

struct fetch* fetch_data_context::parent_fetch

Definition at line 44 of file data.c.

Referenced by fetch_data_poll(), fetch_data_send_callback(), and fetch_data_setup().

◆ r_next

struct fetch_data_context* fetch_data_context::r_next

Definition at line 54 of file data.c.

◆ r_prev

struct fetch_data_context * fetch_data_context::r_prev

Definition at line 54 of file data.c.

◆ url

nsurl* fetch_data_context::url

Definition at line 45 of file data.c.

Referenced by fetch_data_free(), fetch_data_poll(), fetch_data_process(), and fetch_data_setup().


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