Searched refs:dltotal (Results 1 – 1 of 1) sorted by relevance
157 progress_callback( void *clientp, double dltotal, double dlnow, double ultotal, double ulnow ) in progress_callback() argument169 if ( dltotal + out->Offset ) in progress_callback()170 fPercent = (dlnow + out->Offset) * 100 / (dltotal + out->Offset); in progress_callback()177 if( (nCode != 302) && (nCode != 303) && (dltotal > 0) ) in progress_callback()
Completed in 36 milliseconds