NetSurf
Data Fields
fetch_rsrc_context Struct Reference
Collaboration diagram for fetch_rsrc_context:
[legend]

Data Fields

struct fetchparent_fetch
 
char * name
 
char * url
 
char * mimetype
 
char * data
 
size_t datalen
 
bool aborted
 
bool locked
 
struct fetch_rsrc_contextr_next
 
struct fetch_rsrc_contextr_prev
 

Detailed Description

Definition at line 54 of file fetch_rsrc.cpp.

Field Documentation

◆ aborted

bool fetch_rsrc_context::aborted

Definition at line 62 of file fetch_rsrc.cpp.

Referenced by fetch_rsrc_abort(), and fetch_rsrc_poll().

◆ data

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

◆ datalen

size_t fetch_rsrc_context::datalen

Definition at line 60 of file fetch_rsrc.cpp.

Referenced by fetch_rsrc_poll(), and fetch_rsrc_process().

◆ locked

bool fetch_rsrc_context::locked

Definition at line 63 of file fetch_rsrc.cpp.

Referenced by fetch_rsrc_poll(), and fetch_rsrc_send_callback().

◆ mimetype

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

◆ name

char* fetch_rsrc_context::name

Definition at line 56 of file fetch_rsrc.cpp.

Referenced by fetch_rsrc_free(), and fetch_rsrc_process().

◆ parent_fetch

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

◆ r_next

struct fetch_rsrc_context* fetch_rsrc_context::r_next

Definition at line 65 of file fetch_rsrc.cpp.

Referenced by fetch_rsrc_poll().

◆ r_prev

struct fetch_rsrc_context * fetch_rsrc_context::r_prev

Definition at line 65 of file fetch_rsrc.cpp.

◆ url

char* fetch_rsrc_context::url

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