Searched refs:progress (Results 1 – 25 of 76) sorted by relevance
1234
51 data->progress.t_startsingle.tv_sec = fake_now.tv_sec + seconds_offset; in fake_t_startsingle_time()52 data->progress.t_startsingle.tv_usec = fake_now.tv_usec; in fake_t_startsingle_time()87 data.progress.t_nslookup = 0;88 data.progress.t_connect = 0;89 data.progress.t_appconnect = 0;90 data.progress.t_pretransfer = 0;91 data.progress.t_starttransfer = 0;92 data.progress.t_redirect = 0;93 data.progress.start.tv_sec = now.tv_sec - 2;94 data.progress.start.tv_usec = now.tv_usec;[all …]
140 testdata->progress.t_startsingle.tv_sec = BASE;141 testdata->progress.t_startsingle.tv_usec = 0;142 testdata->progress.t_startop.tv_sec = BASE;143 testdata->progress.t_startop.tv_usec = 0;
66 easy->progress.current_speed = speed; in runawhile()
134 data->progress.lastshow = 0; in Curl_pgrsDone()140 !data->progress.callback) in Curl_pgrsDone()184 data->progress.t_postqueue = in Curl_pgrsTimeWas()251 data->progress.start = Curl_now(); in Curl_pgrsStartNow()253 data->progress.ul.limit.start = data->progress.start; in Curl_pgrsStartNow()254 data->progress.dl.limit.start = data->progress.start; in Curl_pgrsStartNow()257 data->progress.dl.cur_size = 0; in Curl_pgrsStartNow()258 data->progress.ul.cur_size = 0; in Curl_pgrsStartNow()326 data->progress.dl.cur_size = size; in Curl_pgrsSetDownloadCounter()340 data->progress.dl.limit.start_size = data->progress.dl.cur_size; in Curl_ratelimit()[all …]
49 struct Progress *pro = &data->progress; in Curl_initinfo()396 *param_offt = data->progress.ul.cur_size; in getinfo_offt()399 *param_offt = data->progress.dl.cur_size; in getinfo_offt()402 *param_offt = data->progress.dl.speed; in getinfo_offt()405 *param_offt = data->progress.ul.speed; in getinfo_offt()409 data->progress.dl.total_size : -1; in getinfo_offt()413 data->progress.ul.total_size : -1; in getinfo_offt()416 *param_offt = data->progress.timespent; in getinfo_offt()419 *param_offt = data->progress.t_nslookup; in getinfo_offt()422 *param_offt = data->progress.t_connect; in getinfo_offt()[all …]
48 if((data->progress.current_speed >= 0) && data->set.low_speed_time) { in Curl_speedcheck()49 if(data->progress.current_speed < data->set.low_speed_limit) { in Curl_speedcheck()
344 bool force_ir, saslprogress *progress) in Curl_sasl_start() argument369 *progress = SASL_IDLE; in Curl_sasl_start()518 *progress = SASL_INPROGRESS; in Curl_sasl_start()533 int code, saslprogress *progress) in Curl_sasl_continue() argument553 *progress = SASL_INPROGRESS; in Curl_sasl_continue()558 *progress = SASL_DONE; in Curl_sasl_continue()565 *progress = SASL_DONE; in Curl_sasl_continue()572 *progress = SASL_DONE; in Curl_sasl_continue()708 *progress = SASL_DONE; in Curl_sasl_continue()718 *progress = SASL_DONE; in Curl_sasl_continue()[all …]
159 bool force_ir, saslprogress *progress);163 int code, saslprogress *progress);
4 Long: no-progress-meter5 Help: Do not show the progress meter13 - --no-progress-meter -o store $URL16 # `--no-progress-meter`18 Option to switch off the progress meter output without muting or otherwise22 --progress-meter to enable the progress meter again.
5 Long: progress-bar6 Help: Display transfer progress as a bar17 # `--progress-bar`19 Make curl display transfer progress as a simple progress bar instead of the22 This progress bar draws a single line of '#' characters across the screen and
13 - no-progress-meter20 Silent or quiet mode. Do not show progress meter or error messages. Makes Curl24 Use --show-error in addition to this option to disable progress meter but
12 - no-progress-meter
11 - progress-bar
17 CURLOPT_PROGRESSDATA - pointer passed to the progress callback30 argument in the progress callback set with CURLOPT_PROGRESSFUNCTION(3).41 struct progress {52 struct progress *memory = clientp;64 struct progress data;
18 CURLOPT_XFERINFODATA - pointer passed to the progress callback31 argument in the progress callback set with CURLOPT_XFERINFOFUNCTION(3).44 struct progress {55 struct progress *memory = clientp;66 struct progress data;
19 CURLOPT_NOPROGRESS - switch off the progress meter31 If *onoff* is to 1, it tells the library to shut off the progress meter38 1, meaning it normally runs without a progress meter.51 /* enable progress meter */
17 CURLOPT_XFERINFOFUNCTION - progress meter callback65 to continue executing the default progress function.76 NULL - use the internal progress meter. That is rarely wanted by users.83 struct progress {94 struct progress *memory = clientp;106 struct progress data;111 /* enable progress callback getting called */
18 CURLOPT_PROGRESSFUNCTION - progress meter callback66 to continue executing the default progress function.80 NULL. libcurl has an internal progress meter. That is rarely wanted by users.87 struct progress {98 struct progress *memory = clientp;108 struct progress data;
36 curl cannot accurately report progress, and it instead stops the download when40 transfer is in progress which otherwise unconditionally causes libcurl to
35 progress-bar56 # Check that the progress finished at 100% and has the right bar width.
70 # encoded page, the first size would still be used in the progress callback72 HTTP GET with progress callback and redirects changing content sizes
29 return failure immediately from progress callback
37 http://%HOSTIP:%HTTPPORT/%TESTNUMBER --no-progress-meter -o %LOGDIR/out%TESTNUMBER --no-remote-name…
38 HTTP POST lower than MAX_INITIAL_POST_SIZE with progress callback
40 cancel-in-progress: true
Completed in 43 milliseconds