#include "zutil.h"#include "inftrees.h"#include "infblock.h"#include "infcodes.h"#include "infutil.h"#include "inffast.h"Go to the source code of this file.
Compounds | |
| struct | inflate_codes_state |
Defines | |
| #define | exop word.what.Exop |
| #define | bits word.what.Bits |
| #define | GRABBITS(j) {while(k<(j)){b|=((uLong)NEXTBYTE)<<k;k+=8;}} |
| #define | UNGRAB {c=z->avail_in-n;c=(k>>3)<c?k>>3:c;n+=c;p-=c;k-=c<<3;} |
Functions | |
| int | inflate_fast (bl, bd, tl, td, s, z) uInt bl, bd |
Variables | |
| inflate_huft * | tl |
| inflate_huft * | td |
| inflate_blocks_statef * | s |
| z_streamp | z |
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||||||||||||||||||
|
Referenced by r().
|
|
|
|
|
|
|
|
|
|
|
|
|
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001