Searched refs:inbufCount (Results 1 – 1 of 1) sorted by relevance
88 int in_fd, out_fd, inbufCount, inbufPos /*, outbufPos*/; member126 if (bd->inbufPos == bd->inbufCount) { in get_bits()128 bd->inbufCount = read(bd->in_fd, bd->inbuf, IOBUF_SIZE); in get_bits()129 if (bd->inbufCount <= 0) in get_bits()418 if (bd->inbufPos == bd->inbufCount) { in get_next_block()734 bd->inbufCount = len; in start_bunzip()830 len = bd->inbufCount - bd->inbufPos; in IF_DESKTOP()