UFO: Alien Invasion
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
dlhandle_s Struct Reference

#include <http.h>

Data Fields

CURL * curl
 
char filePath [MAX_OSPATH]
 
FILEfile
 
dlqueue_tqueueEntry
 
size_t fileSize
 
size_t position
 
double speed
 
char URL [576]
 
char * tempBuffer
 

Detailed Description

Definition at line 46 of file http.h.

Field Documentation

CURL* dlhandle_s::curl
FILE* dlhandle_s::file

Definition at line 49 of file http.h.

Referenced by CL_FinishHTTPDownload(), CL_HTTP_Cleanup(), CL_StartHTTPDownload(), and HTTP_Header().

char dlhandle_s::filePath[MAX_OSPATH]

Definition at line 48 of file http.h.

Referenced by CL_FinishHTTPDownload(), CL_HTTP_Cleanup(), and CL_StartHTTPDownload().

size_t dlhandle_s::fileSize

Definition at line 51 of file http.h.

Referenced by CL_StartHTTPDownload(), HTTP_Header(), and HTTP_Recv().

size_t dlhandle_s::position

Definition at line 52 of file http.h.

Referenced by CL_HTTP_Progress(), CL_StartHTTPDownload(), and HTTP_Recv().

dlqueue_t* dlhandle_s::queueEntry
double dlhandle_s::speed

Definition at line 53 of file http.h.

Referenced by CL_StartHTTPDownload().

char* dlhandle_s::tempBuffer
char dlhandle_s::URL[576]

Definition at line 54 of file http.h.

Referenced by CL_StartHTTPDownload(), and HTTP_GetURLInternal().


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