Searched refs:progress (Results 1 - 25 of 153) sorted by path

1234567

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bzip2/
H A Dbzlib.c67 "possibly monitoring progress in detail with the -vv flag.\n"
409 Bool progress; local
424 progress = handle_compress ( strm );
425 return progress ? BZ_RUN_OK : BZ_PARAM_ERROR;
446 progress = handle_compress ( strm );
456 progress = handle_compress ( strm );
457 if (!progress) return BZ_SEQUENCE_ERROR;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/docs/examples/
H A Dprogressfunc.c27 static int progress(void *p, function
47 curl_easy_setopt(curl, CURLOPT_PROGRESSFUNCTION, progress);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A DMakefile79 am__objects_1 = file.lo timeval.lo base64.lo hostip.lo progress.lo \
105 libcurlu_la-progress.lo libcurlu_la-formdata.lo \
470 CSOURCES = file.c timeval.c base64.c hostip.c progress.c formdata.c \
489 progress.h formdata.h cookie.h http.h sendf.h ftp.h url.h dict.h \
733 include ./$(DEPDIR)/libcurlu_la-progress.Plo
779 include ./$(DEPDIR)/progress.Plo
860 libcurlu_la-progress.lo: progress.c
861 if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-progress.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-progress
[all...]
H A DMakefile.in79 am__objects_1 = file.lo timeval.lo base64.lo hostip.lo progress.lo \
105 libcurlu_la-progress.lo libcurlu_la-formdata.lo \
470 CSOURCES = file.c timeval.c base64.c hostip.c progress.c formdata.c \
489 progress.h formdata.h cookie.h http.h sendf.h ftp.h url.h dict.h \
733 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-progress.Plo@am__quote@
779 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/progress.Plo@am__quote@
860 libcurlu_la-progress.lo: progress.c
861 @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-progress.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-progress
[all...]
H A DMakefile.inc10 CSOURCES = file.c timeval.c base64.c hostip.c progress.c formdata.c \
29 progress.h formdata.h cookie.h http.h sendf.h ftp.h url.h dict.h \
H A DMakefile.vc10560 $(DIROBJ)\progress.obj \
H A DMakefile.vc6560 $(DIROBJ)\progress.obj \
H A DMakefile.vc8560 $(DIROBJ)\progress.obj \
H A DMakefile.vc9560 $(DIROBJ)\progress.obj \
H A Dasyn-thread.c552 int elapsed = Curl_tvdiff(Curl_tvnow(), data->progress.t_startsingle);
H A Dconnect.c81 #include "progress.h"
118 * The start time is stored in progress.t_startsingle - as set with
171 timeout_ms -= Curl_tvdiff(*nowp, data->progress.t_startsingle);
H A Deasy.c62 #include "progress.h"
624 outcurl->progress.flags = data->progress.flags;
625 outcurl->progress.callback = data->progress.callback;
715 memset(&data->progress, 0, sizeof(struct Progress));
720 data->progress.flags |= PGRS_HIDE;
H A Dgetinfo.c33 #include "progress.h"
44 struct Progress *pro = &data->progress;
140 *param_doublep = data->progress.timespent;
143 *param_doublep = data->progress.t_nslookup;
146 *param_doublep = data->progress.t_connect;
149 *param_doublep = data->progress.t_appconnect;
152 *param_doublep = data->progress.t_pretransfer;
155 *param_doublep = data->progress.t_starttransfer;
158 *param_doublep = (double)data->progress.uploaded;
161 *param_doublep = (double)data->progress
[all...]
H A Dmulti.c38 #include "progress.h"
1006 Curl_tvdiff(now, data->progress.t_startsingle));
1009 Curl_tvdiff(now, data->progress.t_startsingle));
1014 Curl_tvdiff(now, data->progress.t_startsingle), k->bytecount,
1422 (data->progress.ulspeed < data->set.max_send_speed )) &&
1424 (data->progress.dlspeed < data->set.max_recv_speed)))
1431 (data->progress.ulspeed > data->set.max_send_speed)) {
1440 data->progress.ulspeed, buffersize);
1447 (data->progress.dlspeed > data->set.max_recv_speed)) {
1456 data->progress
[all...]
H A Dprogress.c27 #include "progress.h"
129 pgrsUpdate() - show progress
137 data->progress.lastshow=0;
140 if(!(data->progress.flags & PGRS_HIDE) &&
141 !data->progress.callback)
142 /* only output if we don't use a progress callback and we're not
146 data->progress.speeder_c = 0; /* reset the progress meter display */
152 data->progress.t_nslookup = 0.0;
153 data->progress
[all...]
H A Dspeedcheck.c39 if((data->progress.current_speed >= 0) &&
42 (data->progress.current_speed < data->set.low_speed_limit)) {
H A Dtftp.c58 #include "progress.h"
769 /* Update the progress meter */
1140 /* Update the progress meter */
1214 (data->progress.ulspeed > data->set.max_send_speed)) {
1217 data->progress.ulspeed, state->blksize);
1225 (data->progress.dlspeed > data->set.max_recv_speed)) {
1228 data->progress.dlspeed, state->blksize);
1248 /* Force a progress callback if it's been too long */
H A Dtransfer.c75 #include "progress.h"
1094 Curl_tvdiff(k->now, data->progress.t_startsingle), k->bytecount,
1100 Curl_tvdiff(k->now, data->progress.t_startsingle), k->bytecount);
1311 (data->progress.ulspeed < data->set.max_send_speed) )) {
1316 (data->progress.ulspeed > data->set.max_send_speed) ) {
1321 data->progress.ulspeed, buffersize);
1332 (data->progress.dlspeed < data->set.max_recv_speed)) ) {
1337 (data->progress.dlspeed > data->set.max_recv_speed)) {
1342 data->progress.dlspeed, buffersize);
H A Durl.c91 #include "progress.h"
798 data->progress.flags |= PGRS_HIDE;
900 * Shut off the internal supported progress meter
904 data->progress.flags |= PGRS_HIDE;
906 data->progress.flags &= ~PGRS_HIDE;
1740 data->progress.callback = TRUE; /* no longer internal */
1742 data->progress.callback = FALSE; /* NULL enforces internal */
1747 * Custom client data to pass to the progress callback
3355 is later set again for the progress meter purpose */
H A Durldata.h1011 long lastshow; /* time() of the last displayed progress meter or NULL to
1020 bool callback; /* set when progress callback is used */
1022 int flags; /* see progress.h */
1122 struct timeval keeps_speed; /* for the progress meter really */
1381 curl_progress_callback fprogress; /* function for progress information */
1403 void *progress_client; /* pointer to pass to the progress callback */
1475 bool hide_progress; /* don't use the progress meter */
1576 struct Progress progress; /* for all the progress meter data */ member in struct:SessionHandle
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/unit/
H A Dunit1303.c132 data->progress.t_startsingle.tv_sec = BASE;
133 data->progress.t_startsingle.tv_usec = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/flac/
H A Ddecode.c1361 const double progress = (double)(FLAC__int64)decoder_session->samples_processed / (double)(FLAC__int64)decoder_session->total_samples * 100.0; local
1363 const double progress = (double)decoder_session->samples_processed / (double)decoder_session->total_samples * 100.0;
1369 (unsigned)floor(progress + 0.5)
H A Dencode.c448 /* +54 for the size of the AIFF headers; this is just an estimate for the progress indicator and doesn't need to be exact */
999 /* +44 for the size of the WAV headers; this is just an estimate for the progress indicator and doesn't need to be exact */
2649 const double progress = (double)(FLAC__int64)samples_written / (double)(FLAC__int64)encoder_session->total_samples_to_encode; local
2650 const double ratio = (double)(FLAC__int64)encoder_session->bytes_written / ((double)(FLAC__int64)encoder_session->unencoded_size * min(1.0, progress));
2652 const double progress = (double)samples_written / (double)encoder_session->total_samples_to_encode; local
2653 const double ratio = (double)encoder_session->bytes_written / ((double)encoder_session->unencoded_size * min(1.0, progress));
2667 flac__utils_printf(stderr, 2, "\r%s: %u%% complete, ratio=%0.3f", encoder_session->inbasefilename, (unsigned)floor(progress * 100.0 + 0.5), ratio);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/jpeg-7/
H A Dcdjpeg.c62 * Optional progress monitor: display a percent-done figure on stderr.
70 cd_progress_ptr prog = (cd_progress_ptr) cinfo->progress;
89 start_progress_monitor (j_common_ptr cinfo, cd_progress_ptr progress) argument
91 /* Enable progress display, unless trace output is on */
93 progress->pub.progress_monitor = progress_monitor;
94 progress->completed_extra_passes = 0;
95 progress->total_extra_passes = 0;
96 progress->percent_done = -1;
97 cinfo->progress = &progress
[all...]
H A Dcdjpeg.h76 * about these passes, but we'd like them to be counted by the progress
77 * monitor. We use an expanded progress monitor object to hold the
150 cd_progress_ptr progress));

Completed in 401 milliseconds

1234567