NetSurf
Data Fields
fetch_file_context Struct Reference

Context for a fetch. More...

Collaboration diagram for fetch_file_context:
[legend]

Data Fields

struct fetch_file_contextr_next
 
struct fetch_file_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...
 
char * path
 The actual path to be used with open() More...
 
time_t file_etag
 Request etag for file (previous st.m_time) More...
 

Detailed Description

Context for a fetch.

Definition at line 69 of file file.c.

Field Documentation

◆ aborted

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

◆ fetchh

struct fetch* fetch_file_context::fetchh

◆ file_etag

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

◆ locked

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

◆ path

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

◆ r_next

struct fetch_file_context* fetch_file_context::r_next

Definition at line 70 of file file.c.

◆ r_prev

struct fetch_file_context * fetch_file_context::r_prev

Definition at line 70 of file file.c.

◆ url

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


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