NetSurf
Data Fields
fetch_javascript_context Struct Reference

Context for an resource fetch. More...

Collaboration diagram for fetch_javascript_context:
[legend]

Data Fields

struct fetch_javascript_contextr_next
 
struct fetch_javascript_contextr_prev
 
struct fetchfetchh
 Handle for this fetch. More...
 
bool aborted
 Flag indicating fetch has been aborted. More...
 
bool locked
 Flag indicating entry is already entered. More...
 
nsurlurl
 The URL being fetched. More...
 

Detailed Description

Context for an resource fetch.

Definition at line 38 of file fetcher.c.

Field Documentation

◆ aborted

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().

◆ fetchh

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().

◆ locked

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().

◆ r_next

struct fetch_javascript_context* fetch_javascript_context::r_next

Definition at line 39 of file fetcher.c.

Referenced by fetch_javascript_poll().

◆ r_prev

struct fetch_javascript_context * fetch_javascript_context::r_prev

Definition at line 39 of file fetcher.c.

◆ url

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().


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