NetSurf
|
Data Fields | |
struct fetch * | parent_fetch |
nsurl * | url |
char * | mimetype |
char * | data |
size_t | datalen |
bool | base64 |
bool | aborted |
bool | locked |
struct fetch_data_context * | r_next |
struct fetch_data_context * | r_prev |
bool fetch_data_context::aborted |
Definition at line 51 of file data.c.
Referenced by fetch_data_abort(), and fetch_data_poll().
bool fetch_data_context::base64 |
Definition at line 49 of file data.c.
Referenced by fetch_data_process().
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().
size_t fetch_data_context::datalen |
Definition at line 48 of file data.c.
Referenced by fetch_data_poll(), and fetch_data_process().
bool fetch_data_context::locked |
Definition at line 52 of file data.c.
Referenced by fetch_data_poll(), and fetch_data_send_callback().
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().
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().
struct fetch_data_context* fetch_data_context::r_next |
struct fetch_data_context * fetch_data_context::r_prev |
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().