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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/libunarchive/
H A Ddecompress_bunzip2.c523 int pos, current, previous, gotcount; local
528 gotcount = 0;
549 if (gotcount >= len) {
558 outbuf[gotcount++] = current;
620 return (previous != RETVAL_LAST_BLOCK) ? previous : gotcount;

Completed in 86 milliseconds