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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dprogress.c227 int dot_bytes = opt.dot_bytes;
228 const wgint ROW_BYTES = opt.dot_bytes * opt.dots_in_line;
250 for (; remainder >= dot_bytes; remainder -= dot_bytes)
279 const wgint ROW_BYTES = opt.dot_bytes * opt.dots_in_line;
283 wgint bytes_displayed = dp->rows * ROW_BYTES + dp->dots * opt.dot_bytes;
307 bytes_this_row = dp->dots * opt.dot_bytes + dp->accumulated;
350 int dot_bytes = opt.dot_bytes;
226 int dot_bytes = opt.dot_bytes; local
349 int dot_bytes = opt.dot_bytes; local
[all...]
H A Doptions.h157 wgint dot_bytes; /* How many bytes in a printing member in struct:options
H A Dinit.c146 { "dotbytes", &opt.dot_bytes, cmd_bytes },
316 opt.dot_bytes = 1024;

Completed in 108 milliseconds