#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 |
Definition at line 44 of file http.h.
CURL* dlhandle_s::curl |
Definition at line 45 of file http.h.
Referenced by CL_FinishHTTPDownload(), CL_HTTP_Cleanup(), CL_StartHTTPDownload(), and HTTP_GetURL().
FILE* dlhandle_s::file |
Definition at line 47 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 46 of file http.h.
Referenced by CL_FinishHTTPDownload(), CL_HTTP_Cleanup(), and CL_StartHTTPDownload().
size_t dlhandle_s::fileSize |
Definition at line 49 of file http.h.
Referenced by CL_StartHTTPDownload(), HTTP_Header(), and HTTP_Recv().
size_t dlhandle_s::position |
Definition at line 50 of file http.h.
Referenced by CL_HTTP_Progress(), CL_StartHTTPDownload(), and HTTP_Recv().
Definition at line 48 of file http.h.
Referenced by CL_FinishHTTPDownload(), CL_GetFreeDLHandle(), CL_HTTP_Progress(), and CL_StartHTTPDownload().
double dlhandle_s::speed |
Definition at line 51 of file http.h.
Referenced by CL_StartHTTPDownload().
char* dlhandle_s::tempBuffer |
Definition at line 53 of file http.h.
Referenced by CL_HTTP_Cleanup(), CL_ParseFileList(), CL_StartHTTPDownload(), HTTP_GetURL(), and HTTP_Recv().
char dlhandle_s::URL[576] |
Definition at line 52 of file http.h.
Referenced by CL_StartHTTPDownload(), and HTTP_GetURL().