NetSurf
|
Data Fields | |
struct fetch * | parent_fetch |
char * | name |
char * | url |
char * | mimetype |
char * | data |
size_t | datalen |
bool | aborted |
bool | locked |
struct fetch_rsrc_context * | r_next |
struct fetch_rsrc_context * | r_prev |
Definition at line 54 of file fetch_rsrc.cpp.
bool fetch_rsrc_context::aborted |
Definition at line 62 of file fetch_rsrc.cpp.
Referenced by fetch_rsrc_abort(), and fetch_rsrc_poll().
char* fetch_rsrc_context::data |
Definition at line 59 of file fetch_rsrc.cpp.
Referenced by fetch_rsrc_free(), fetch_rsrc_poll(), and fetch_rsrc_process().
size_t fetch_rsrc_context::datalen |
Definition at line 60 of file fetch_rsrc.cpp.
Referenced by fetch_rsrc_poll(), and fetch_rsrc_process().
bool fetch_rsrc_context::locked |
Definition at line 63 of file fetch_rsrc.cpp.
Referenced by fetch_rsrc_poll(), and fetch_rsrc_send_callback().
char* fetch_rsrc_context::mimetype |
Definition at line 58 of file fetch_rsrc.cpp.
Referenced by fetch_rsrc_free(), fetch_rsrc_poll(), and fetch_rsrc_process().
char* fetch_rsrc_context::name |
Definition at line 56 of file fetch_rsrc.cpp.
Referenced by fetch_rsrc_free(), and fetch_rsrc_process().
struct fetch* fetch_rsrc_context::parent_fetch |
Definition at line 55 of file fetch_rsrc.cpp.
Referenced by fetch_rsrc_poll(), fetch_rsrc_send_callback(), and fetch_rsrc_setup().
struct fetch_rsrc_context* fetch_rsrc_context::r_next |
Definition at line 65 of file fetch_rsrc.cpp.
Referenced by fetch_rsrc_poll().
struct fetch_rsrc_context * fetch_rsrc_context::r_prev |
Definition at line 65 of file fetch_rsrc.cpp.
char* fetch_rsrc_context::url |
Definition at line 57 of file fetch_rsrc.cpp.
Referenced by fetch_rsrc_free(), fetch_rsrc_poll(), fetch_rsrc_process(), and fetch_rsrc_setup().