Public Attributes | |
| CURL * | curl |
| char | path [MAX_OSPATH] |
| FILE * | file |
| dlqueue_t * | queue |
| size_t | size |
| size_t | position |
| char | url [576] |
| char * | buffer |
| qboolean | multi_added |
| char* dlhandle_t::buffer |
Definition at line 48 of file http.c.
Referenced by finish_download(), HTTP_CleanupDownloads(), parse_file_list(), recv_func(), and start_download().
| CURL* dlhandle_t::curl |
Definition at line 41 of file http.c.
Referenced by find_handle(), HTTP_CleanupDownloads(), and start_download().
| FILE* dlhandle_t::file |
Definition at line 43 of file http.c.
Referenced by finish_download(), HTTP_CleanupDownloads(), and start_download().
| qboolean dlhandle_t::multi_added |
Definition at line 49 of file http.c.
Referenced by finish_download(), HTTP_CleanupDownloads(), and start_download().
| char dlhandle_t::path[MAX_OSPATH] |
Definition at line 42 of file http.c.
Referenced by finish_download(), HTTP_CleanupDownloads(), and start_download().
| size_t dlhandle_t::position |
Definition at line 46 of file http.c.
Referenced by recv_func(), and start_download().
| dlqueue_t* dlhandle_t::queue |
Definition at line 44 of file http.c.
Referenced by finish_download(), get_free_handle(), HTTP_CleanupDownloads(), progress_func(), and start_download().
| size_t dlhandle_t::size |
Definition at line 45 of file http.c.
Referenced by recv_func(), and start_download().
| char dlhandle_t::url[576] |
Definition at line 47 of file http.c.
Referenced by recv_func(), and start_download().