Searched refs:showprogress (Results 1 – 1 of 1) sorted by relevance
585 static int pgrsupdate(struct Curl_easy *data, bool showprogress) in pgrsupdate() argument621 if(showprogress) in pgrsupdate()631 bool showprogress = progress_calc(data, now); in Curl_pgrsUpdate() local632 return pgrsupdate(data, showprogress); in Curl_pgrsUpdate()
Completed in 5 milliseconds