NetSurf
|
Context for a fetch. More...
Data Fields | |
struct fetch_file_context * | r_next |
struct fetch_file_context * | r_prev |
struct fetch * | fetchh |
Handle for this fetch. More... | |
bool | aborted |
Flag indicating fetch has been aborted. More... | |
bool | locked |
Flag indicating entry is already entered. More... | |
nsurl * | url |
The full url the fetch refers to. More... | |
char * | path |
The actual path to be used with open() More... | |
time_t | file_etag |
Request etag for file (previous st.m_time) More... | |
bool fetch_file_context::aborted |
Flag indicating fetch has been aborted.
Definition at line 74 of file file.c.
Referenced by fetch_file_abort(), fetch_file_poll(), fetch_file_process_dir(), fetch_file_process_plain(), and fetch_file_send_callback().
struct fetch* fetch_file_context::fetchh |
Handle for this fetch.
Definition at line 72 of file file.c.
Referenced by fetch_file_poll(), fetch_file_process_dir(), fetch_file_process_error(), fetch_file_process_plain(), fetch_file_send_callback(), and fetch_file_setup().
time_t fetch_file_context::file_etag |
Request etag for file (previous st.m_time)
Definition at line 80 of file file.c.
Referenced by fetch_file_process_plain(), and fetch_file_setup().
bool fetch_file_context::locked |
Flag indicating entry is already entered.
Definition at line 75 of file file.c.
Referenced by fetch_file_poll(), and fetch_file_send_callback().
char* fetch_file_context::path |
The actual path to be used with open()
Definition at line 78 of file file.c.
Referenced by fetch_file_free(), fetch_file_process(), fetch_file_process_dir(), fetch_file_process_plain(), fetch_file_setup(), and process_dir_ent().
struct fetch_file_context* fetch_file_context::r_next |
struct fetch_file_context * fetch_file_context::r_prev |
nsurl* fetch_file_context::url |
The full url the fetch refers to.
Definition at line 77 of file file.c.
Referenced by fetch_file_free(), fetch_file_process_dir(), fetch_file_process_error(), and fetch_file_setup().