|
UFO: Alien Invasion
|
#include <http.h>

Data Fields | |
| CURL * | curl |
| char | filePath [MAX_OSPATH] |
| FILE * | file |
| dlqueue_t * | queueEntry |
| size_t | fileSize |
| size_t | position |
| double | speed |
| char | URL [576] |
| char * | tempBuffer |
| CURL* dlhandle_t::curl |
Definition at line 47 of file http.h.
Referenced by CL_FinishHTTPDownload(), CL_HTTP_Cleanup(), CL_StartHTTPDownload(), and HTTP_GetURLInternal().
| FILE* dlhandle_t::file |
Definition at line 49 of file http.h.
Referenced by CL_FinishHTTPDownload(), CL_HTTP_Cleanup(), CL_StartHTTPDownload(), and HTTP_Header().
| char dlhandle_t::filePath[MAX_OSPATH] |
Definition at line 48 of file http.h.
Referenced by CL_FinishHTTPDownload(), CL_HTTP_Cleanup(), and CL_StartHTTPDownload().
| size_t dlhandle_t::fileSize |
Definition at line 51 of file http.h.
Referenced by CL_StartHTTPDownload(), HTTP_Header(), and HTTP_Recv().
| size_t dlhandle_t::position |
Definition at line 52 of file http.h.
Referenced by CL_HTTP_Progress(), CL_StartHTTPDownload(), and HTTP_Recv().
| dlqueue_t* dlhandle_t::queueEntry |
Definition at line 50 of file http.h.
Referenced by CL_FinishHTTPDownload(), CL_GetFreeDLHandle(), CL_HTTP_Cleanup(), CL_HTTP_Progress(), and CL_StartHTTPDownload().
| double dlhandle_t::speed |
Definition at line 53 of file http.h.
Referenced by CL_StartHTTPDownload().
| char* dlhandle_t::tempBuffer |
Definition at line 55 of file http.h.
Referenced by CL_HTTP_Cleanup(), CL_ParseFileList(), CL_StartHTTPDownload(), HTTP_GetURL(), and HTTP_Recv().
| char dlhandle_t::URL[576] |
Definition at line 54 of file http.h.
Referenced by CL_StartHTTPDownload(), and HTTP_GetURLInternal().