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