#include <http.h>
Data Fields | |
struct dlqueue_s * | next |
char | ufoPath [MAX_QPATH] |
dlq_state | state |
Definition at line 38 of file http.h.
struct dlqueue_s* dlqueue_s::next |
Definition at line 39 of file http.h.
Referenced by CL_CancelHTTPDownloads(), CL_CheckAndQueueDownload(), CL_QueueHTTPDownload(), CL_ReVerifyHTTPQueue(), CL_SetHTTPServer(), and CL_StartNextHTTPDownload().
Definition at line 41 of file http.h.
Referenced by CL_CancelHTTPDownloads(), CL_FinishHTTPDownload(), CL_GetFreeDLHandle(), CL_QueueHTTPDownload(), CL_ReVerifyHTTPQueue(), CL_StartHTTPDownload(), and CL_StartNextHTTPDownload().
char dlqueue_s::ufoPath[MAX_QPATH] |
Definition at line 40 of file http.h.
Referenced by CL_FinishHTTPDownload(), CL_HTTP_Progress(), CL_QueueHTTPDownload(), CL_ReVerifyHTTPQueue(), CL_StartHTTPDownload(), and CL_StartNextHTTPDownload().