![]() |
DarkPlaces
Game engine based on the Quake 1 engine by id Software, developed by LadyHavoc
|
|
Data Fields | |
unsigned char * | buffer |
size_t | buffersize |
size_t | bytes_received |
double | bytes_received_curl |
double | bytes_sent_curl |
curl_callback_t | callback |
void * | callback_data |
CURL * | curle |
const char * | extraheaders |
char | filename [MAX_OSPATH] |
qbool | forthismap |
llist_t | list |
int | loadtype |
double | maxspeed |
const char * | post_content_type |
const unsigned char * | postbuf |
size_t | postbufsize |
char | referer [256] |
curl_slist * | slist |
qbool | started |
fs_offset_t | startpos |
qfile_t * | stream |
char | url [1024] |
unsigned char* downloadinfo::buffer |
Definition at line 223 of file libcurl.c.
Referenced by CheckPendingDownloads(), Curl_Begin(), Curl_EndDownload(), CURL_fwrite(), and Curl_GetDownloadInfo().
size_t downloadinfo::buffersize |
Definition at line 224 of file libcurl.c.
Referenced by Curl_Begin().
size_t downloadinfo::bytes_received |
Definition at line 215 of file libcurl.c.
Referenced by Curl_Begin(), Curl_EndDownload(), CURL_fwrite(), and Curl_GetDownloadAmount().
double downloadinfo::bytes_received_curl |
Definition at line 216 of file libcurl.c.
Referenced by Curl_Begin(), and Curl_Frame().
double downloadinfo::bytes_sent_curl |
Definition at line 217 of file libcurl.c.
Referenced by Curl_Begin(), and Curl_Frame().
curl_callback_t downloadinfo::callback |
Definition at line 225 of file libcurl.c.
Referenced by Curl_Begin(), Curl_Cancel_ToMemory(), and Curl_EndDownload().
void* downloadinfo::callback_data |
Definition at line 226 of file libcurl.c.
Referenced by Curl_Begin(), Curl_Cancel_ToMemory(), and Curl_EndDownload().
CURL* downloadinfo::curle |
Definition at line 212 of file libcurl.c.
Referenced by CheckPendingDownloads(), Curl_Begin(), Curl_EndDownload(), Curl_Frame(), Curl_GetDownloadAmount(), Curl_GetDownloadInfo(), and Curl_GetDownloadSpeed().
const char* downloadinfo::extraheaders |
Definition at line 231 of file libcurl.c.
Referenced by Curl_Begin().
char downloadinfo::filename[MAX_OSPATH] |
Definition at line 207 of file libcurl.c.
Referenced by CheckPendingDownloads(), Curl_Begin(), curl_default_callback(), Curl_EndDownload(), Curl_Find(), Curl_GetDownloadInfo(), Curl_Info_f(), and decode_image().
qbool downloadinfo::forthismap |
Definition at line 219 of file libcurl.c.
Referenced by Curl_Begin(), Curl_Clear_forthismap(), and Curl_EndDownload().
llist_t downloadinfo::list |
Definition at line 218 of file libcurl.c.
Referenced by Curl_Begin(), and Curl_EndDownload().
int downloadinfo::loadtype |
Definition at line 214 of file libcurl.c.
Referenced by Curl_Begin(), and Curl_EndDownload().
double downloadinfo::maxspeed |
Definition at line 220 of file libcurl.c.
Referenced by Curl_Begin(), and Curl_Frame().
const char* downloadinfo::post_content_type |
Definition at line 230 of file libcurl.c.
Referenced by Curl_Begin().
const unsigned char* downloadinfo::postbuf |
Definition at line 228 of file libcurl.c.
Referenced by Curl_Begin().
size_t downloadinfo::postbufsize |
Definition at line 229 of file libcurl.c.
Referenced by Curl_Begin().
char downloadinfo::referer[256] |
Definition at line 209 of file libcurl.c.
Referenced by CheckPendingDownloads(), and Curl_Begin().
curl_slist* downloadinfo::slist |
Definition at line 221 of file libcurl.c.
Referenced by CheckPendingDownloads(), and Curl_EndDownload().
qbool downloadinfo::started |
Definition at line 213 of file libcurl.c.
Referenced by CheckPendingDownloads(), and Curl_Begin().
fs_offset_t downloadinfo::startpos |
Definition at line 211 of file libcurl.c.
Referenced by CheckPendingDownloads(), Curl_Begin(), and Curl_GetDownloadAmount().
qfile_t* downloadinfo::stream |
Definition at line 210 of file libcurl.c.
Referenced by CheckPendingDownloads(), Curl_Begin(), Curl_EndDownload(), and CURL_fwrite().
char downloadinfo::url[1024] |
Definition at line 208 of file libcurl.c.
Referenced by CheckPendingDownloads(), Curl_Begin(), and Curl_Info_f().