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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dzipup.c1607 unsigned out_total; local
1617 out_total = 2 + 4;
1628 zstrm.next_out = (Bytef *)(tgt + out_total);
1629 zstrm.avail_out = (uInt)tgtsize - (uInt)out_total;
1634 out_total += (unsigned)zstrm.total_out;
1648 out_total += (unsigned)deflate();
1663 return (ulg)out_total;

Completed in 56 milliseconds