|
NetSurf
|
Context for an resource fetch. More...
Data Fields | |
| struct fetch_javascript_context * | r_next |
| struct fetch_javascript_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 URL being fetched. More... | |
| bool fetch_javascript_context::aborted |
Flag indicating fetch has been aborted.
Definition at line 43 of file fetcher.c.
Referenced by fetch_javascript_abort(), fetch_javascript_poll(), and fetch_javascript_send_callback().
| struct fetch* fetch_javascript_context::fetchh |
Handle for this fetch.
Definition at line 41 of file fetcher.c.
Referenced by fetch_javascript_handler(), fetch_javascript_poll(), fetch_javascript_send_callback(), and fetch_javascript_setup().
| bool fetch_javascript_context::locked |
Flag indicating entry is already entered.
Definition at line 44 of file fetcher.c.
Referenced by fetch_javascript_poll(), and fetch_javascript_send_callback().
| struct fetch_javascript_context* fetch_javascript_context::r_next |
Definition at line 39 of file fetcher.c.
Referenced by fetch_javascript_poll().
| struct fetch_javascript_context * fetch_javascript_context::r_prev |
| nsurl* fetch_javascript_context::url |
The URL being fetched.
Definition at line 46 of file fetcher.c.
Referenced by fetch_javascript_free(), and fetch_javascript_setup().