Definition at line 51 of file MediaCurl.cc.
 
◆ ProgressData()
◆ updateStats()
      
        
          | void internal::ProgressData::updateStats | ( | curl_off_t | dltotal = 0.0, | 
        
          |  |  | curl_off_t | dlnow = 0.0 ) | 
      
 
 
◆ reportProgress()
      
        
          | int internal::ProgressData::reportProgress | ( |  | ) | const | 
      
 
 
◆ curl()
  
  | 
        
          | CURL * internal::ProgressData::curl | ( |  | ) |  |  | inline | 
 
 
◆ timeoutReached()
  
  | 
        
          | bool internal::ProgressData::timeoutReached | ( |  | ) | const |  | inline | 
 
 
◆ fileSizeExceeded()
  
  | 
        
          | bool internal::ProgressData::fileSizeExceeded | ( |  | ) | const |  | inline | 
 
 
◆ expectedFileSize() [1/2]
  
  | 
        
          | ByteCount internal::ProgressData::expectedFileSize | ( |  | ) | const |  | inline | 
 
 
◆ expectedFileSize() [2/2]
  
  | 
        
          | void internal::ProgressData::expectedFileSize | ( | ByteCount | newval_r | ) |  |  | inline | 
 
 
◆ url()
  
  | 
        
          | zypp::Url internal::ProgressData::url | ( |  | ) | const |  | inline | 
 
 
◆ file()
  
  | 
        
          | FILE * internal::ProgressData::file | ( |  | ) |  |  | inline | 
 
 
◆ writeBytes()
      
        
          | size_t internal::ProgressData::writeBytes | ( | char * | ptr, | 
        
          |  |  | ByteCount | bytes ) | 
      
 
 
◆ bytesWritten()
  
  | 
        
          | ByteCount internal::ProgressData::bytesWritten | ( |  | ) | const |  | inline | 
 
 
◆ _curl
  
  | 
        
          | CURL* internal::ProgressData::_curl |  | private | 
 
 
◆ _file
◆ _url
◆ _timeout
  
  | 
        
          | time_t internal::ProgressData::_timeout |  | private | 
 
 
◆ _timeoutReached
  
  | 
        
          | bool internal::ProgressData::_timeoutReached |  | private | 
 
 
◆ _fileSizeExceeded
  
  | 
        
          | bool internal::ProgressData::_fileSizeExceeded |  | private | 
 
 
◆ _expectedFileSize
  
  | 
        
          | ByteCount internal::ProgressData::_expectedFileSize |  | private | 
 
 
◆ report
◆ _timeStart
  
  | 
        
          | time_t internal::ProgressData::_timeStart = 0 |  | private | 
 
 
◆ _timeLast
  
  | 
        
          | time_t internal::ProgressData::_timeLast = 0 |  | private | 
 
 
◆ _timeRcv
  
  | 
        
          | time_t internal::ProgressData::_timeRcv = 0 |  | private | 
 
 
◆ _timeNow
  
  | 
        
          | time_t internal::ProgressData::_timeNow = 0 |  | private | 
 
 
◆ _dnlTotal
  
  | 
        
          | curl_off_t internal::ProgressData::_dnlTotal = 0.0 |  | private | 
 
Bytes to download or 0 if unknown. 
Definition at line 103 of file MediaCurl.cc.
 
 
◆ _dnlLast
  
  | 
        
          | curl_off_t internal::ProgressData::_dnlLast = 0.0 |  | private | 
 
Bytes downloaded at period start. 
Definition at line 104 of file MediaCurl.cc.
 
 
◆ _dnlNow
  
  | 
        
          | curl_off_t internal::ProgressData::_dnlNow = 0.0 |  | private | 
 
 
◆ _bytesWritten
  
  | 
        
          | ByteCount internal::ProgressData::_bytesWritten = 0 |  | private | 
 
Bytes actually written into the file. 
Definition at line 107 of file MediaCurl.cc.
 
 
◆ _dnlPercent
  
  | 
        
          | int internal::ProgressData::_dnlPercent = 0 |  | private | 
 
Percent completed or 0 if _dnlTotal is unknown. 
Definition at line 109 of file MediaCurl.cc.
 
 
◆ _drateTotal
  
  | 
        
          | double internal::ProgressData::_drateTotal = 0.0 |  | private | 
 
 
◆ _drateLast
  
  | 
        
          | double internal::ProgressData::_drateLast = 0.0 |  | private | 
 
 
The documentation for this struct was generated from the following file: