Searched refs:dbufCount (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.c141 int dbufCount, nextSym, dbufSize, groupCount, *base, *limit, selector, local
330 and run length encoding, saving the result into dbuf[dbufCount++]=uc */
341 runPos = dbufCount = selector = 0;
427 if (dbufCount + t >= dbufSize) return RETVAL_DATA_ERROR;
431 while (t--) dbuf[dbufCount++] = uc;
446 if (dbufCount >= dbufSize) return RETVAL_DATA_ERROR;
464 dbuf[dbufCount++] = (unsigned)uc;
475 intermediate buffer. There are dbufCount many decoded bytes in dbuf[].
491 for (i = 0; i < dbufCount; i++) {
501 if (dbufCount) {
[all...]

Completed in 42 milliseconds