Searched refs:inbufCount (Results 1 – 1 of 1) sorted by relevance
90 int inbufCount, inbufPos /*, outbufPos*/; member117 if (bd->inbufPos == bd->inbufCount) { in get_bits()120 bd->inbufCount = bd->fill(bd->inbuf, BZIP2_IOBUF_SIZE); in get_bits()121 if (bd->inbufCount <= 0) { in get_bits()370 if (bd->inbufPos == bd->inbufCount) { in get_next_block()637 bd->inbufCount = len; in start_bunzip()
Completed in 3 milliseconds