NetSurf
Data Fields
fetch_about_context Struct Reference

Context for an about fetch. More...

Collaboration diagram for fetch_about_context:
[legend]

Data Fields

struct fetch_about_contextr_next
 
struct fetch_about_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 full url the fetch refers to. More...
 
const struct fetch_multipart_datamultipart
 post data More...
 
fetch_about_handler handler
 

Detailed Description

Context for an about fetch.

Definition at line 60 of file about.c.

Field Documentation

◆ aborted

bool fetch_about_context::aborted

Flag indicating fetch has been aborted.

Definition at line 65 of file about.c.

Referenced by fetch_about_abort(), fetch_about_nscolours_handler(), fetch_about_poll(), and fetch_about_send_callback().

◆ fetchh

struct fetch* fetch_about_context::fetchh

◆ handler

fetch_about_handler fetch_about_context::handler

Definition at line 72 of file about.c.

Referenced by fetch_about_poll(), and fetch_about_setup().

◆ locked

bool fetch_about_context::locked

Flag indicating entry is already entered.

Definition at line 66 of file about.c.

Referenced by fetch_about_poll(), and fetch_about_send_callback().

◆ multipart

const struct fetch_multipart_data* fetch_about_context::multipart

◆ r_next

struct fetch_about_context* fetch_about_context::r_next

Definition at line 61 of file about.c.

◆ r_prev

struct fetch_about_context * fetch_about_context::r_prev

Definition at line 61 of file about.c.

◆ url

nsurl* fetch_about_context::url

The full url the fetch refers to.

Definition at line 68 of file about.c.

Referenced by fetch_about_404_handler(), fetch_about_certificate_handler(), fetch_about_free(), and fetch_about_setup().


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