DarkPlaces
Game engine based on the Quake 1 engine by id Software, developed by LadyHavoc
 
Curl_downloadinfo_t Struct Reference

#include <libcurl.h>

+ Collaboration diagram for Curl_downloadinfo_t:

Data Fields

char filename [MAX_QPATH]
 
double progress
 
qbool queued
 
double speed
 

Detailed Description

Definition at line 38 of file libcurl.h.

Field Documentation

◆ filename

char Curl_downloadinfo_t::filename[MAX_QPATH]

Definition at line 40 of file libcurl.h.

Referenced by Curl_GetDownloadInfo().

◆ progress

double Curl_downloadinfo_t::progress

Definition at line 41 of file libcurl.h.

Referenced by Curl_GetDownloadInfo().

◆ queued

qbool Curl_downloadinfo_t::queued

Definition at line 43 of file libcurl.h.

Referenced by Curl_GetDownloadInfo().

◆ speed

double Curl_downloadinfo_t::speed

Definition at line 42 of file libcurl.h.

Referenced by Curl_GetDownloadInfo().


The documentation for this struct was generated from the following file: