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

Data Fields | |
| struct dlqueue_s * | next |
| char | ufoPath [MAX_QPATH] |
| dlq_state | state |
| struct dlqueue_s* dlqueue_t::next |
Definition at line 41 of file http.h.
Referenced by CL_CheckAndQueueDownload(), CL_QueueHTTPDownload(), and CL_SetHTTPServer().
| dlq_state dlqueue_t::state |
Definition at line 43 of file http.h.
Referenced by CL_FinishHTTPDownload(), CL_GetFreeDLHandle(), CL_QueueHTTPDownload(), and CL_StartHTTPDownload().
| char dlqueue_t::ufoPath[MAX_QPATH] |
Definition at line 42 of file http.h.
Referenced by CL_FinishHTTPDownload(), CL_HTTP_Progress(), CL_QueueHTTPDownload(), and CL_StartHTTPDownload().