NetSurf
Data Fields
download_context Struct Reference

A context for a download. More...

Collaboration diagram for download_context:
[legend]

Data Fields

llcache_handlellcache
 Low-level cache handle. More...
 
struct gui_windowparent
 Parent window. More...
 
lwc_string * mime_type
 MIME type of download. More...
 
unsigned long long int total_length
 Length of data, in bytes. More...
 
char * filename
 Suggested filename. More...
 
struct gui_download_windowwindow
 GUI download window. More...
 

Detailed Description

A context for a download.

Definition at line 40 of file download.c.

Field Documentation

◆ filename

char* download_context::filename

◆ llcache

llcache_handle* download_context::llcache

◆ mime_type

lwc_string* download_context::mime_type

◆ parent

struct gui_window* download_context::parent

Parent window.

Definition at line 42 of file download.c.

Referenced by download_context_create(), and download_context_process_headers().

◆ total_length

unsigned long long int download_context::total_length

Length of data, in bytes.

Definition at line 45 of file download.c.

Referenced by download_context_create(), download_context_get_total_length(), and download_context_process_headers().

◆ window

struct gui_download_window* download_context::window

GUI download window.

Definition at line 48 of file download.c.

Referenced by download_callback(), download_context_create(), and download_context_process_headers().


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