Quake II RTX doxygen  1.0 dev
dlhandle_t Struct Reference

Public Attributes

CURL * curl
 
char path [MAX_OSPATH]
 
FILE * file
 
dlqueue_tqueue
 
size_t size
 
size_t position
 
char url [576]
 
char * buffer
 
qboolean multi_added
 

Detailed Description

Definition at line 40 of file http.c.

Member Data Documentation

◆ buffer

char* dlhandle_t::buffer

◆ curl

CURL* dlhandle_t::curl

Definition at line 41 of file http.c.

Referenced by find_handle(), HTTP_CleanupDownloads(), and start_download().

◆ file

FILE* dlhandle_t::file

Definition at line 43 of file http.c.

Referenced by finish_download(), HTTP_CleanupDownloads(), and start_download().

◆ multi_added

qboolean dlhandle_t::multi_added

Definition at line 49 of file http.c.

Referenced by finish_download(), HTTP_CleanupDownloads(), and start_download().

◆ path

char dlhandle_t::path[MAX_OSPATH]

Definition at line 42 of file http.c.

Referenced by finish_download(), HTTP_CleanupDownloads(), and start_download().

◆ position

size_t dlhandle_t::position

Definition at line 46 of file http.c.

Referenced by recv_func(), and start_download().

◆ queue

dlqueue_t* dlhandle_t::queue

◆ size

size_t dlhandle_t::size

Definition at line 45 of file http.c.

Referenced by recv_func(), and start_download().

◆ url

char dlhandle_t::url[576]

Definition at line 47 of file http.c.

Referenced by recv_func(), and start_download().