UFO: Alien Invasion
Loading...
Searching...
No Matches
dlhandle_t Struct Reference

#include <http.h>

Collaboration diagram for dlhandle_t:
Collaboration graph

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

CURL* dlhandle_t::curl

◆ file

FILE* dlhandle_t::file

Definition at line 49 of file http.h.

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

◆ filePath

char dlhandle_t::filePath[MAX_OSPATH]

Definition at line 48 of file http.h.

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

◆ fileSize

size_t dlhandle_t::fileSize

Definition at line 51 of file http.h.

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

◆ position

size_t dlhandle_t::position

Definition at line 52 of file http.h.

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

◆ queueEntry

dlqueue_t* dlhandle_t::queueEntry

◆ speed

double dlhandle_t::speed

Definition at line 53 of file http.h.

Referenced by CL_StartHTTPDownload().

◆ tempBuffer

char* dlhandle_t::tempBuffer

◆ URL

char dlhandle_t::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: