Searched refs:btype (Results 1 – 2 of 2) sorted by relevance
544 d->btype = -1; in uzlib_uncompress_init()558 if (d->btype == -1) { in uzlib_uncompress()563 d->btype = tinf_read_bits(d, 2, 0); in uzlib_uncompress()566 printf("Started new block: type=%d final=%d\n", d->btype, d->bfinal); in uzlib_uncompress()569 if (d->btype == 1) { in uzlib_uncompress()572 } else if (d->btype == 2) { in uzlib_uncompress()582 switch (d->btype) in uzlib_uncompress()
112 int btype; member
Completed in 4 milliseconds