Searched refs:create_image (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/src/
H A Dprogress.c468 create_image will overflow the buffer. */
546 /* create_image() uses these to make sure that ETA information
554 static void create_image (struct bar_progress *, double, bool);
590 create_image (bp, 0, false);
610 create_image() that depends on total size being smaller or
639 create_image (bp, dltime, false);
654 create_image (bp, dltime, true);
854 create_image (struct bar_progress *bp, double dl_total_time, bool done)
1148 /* Trivial optimization. create_image can call us every 200 msecs
852 create_image (struct bar_progress *bp, double dl_total_time, bool done) function

Completed in 91 milliseconds