#include "zutil.h"#include "inftrees.h"#include "inflate.h"#include "inffast.h"Go to the source code of this file.
Defines | |
| #define | OFF 1 |
| #define | PUP(a) *++(a) |
Functions | |
| void | inflate_fast (z_streamp strm, unsigned start) |
|
|
Definition at line 28 of file inffast.c. Referenced by inflate_fast(). |
|
|
Definition at line 29 of file inffast.c. Referenced by inflate_fast(). |
|
||||||||||||
|
Definition at line 67 of file inffast.c. References BAD, inflate_state::bits, inflate_state::distbits, inflate_state::distcode, inflate_state::dmax, inflate_state::hold, inflate_state::last, inflate_state::lenbits, inflate_state::lencode, inflate_state::mode, OFF, PUP, Tracevv, TYPE, inflate_state::whave, inflate_state::window, inflate_state::write, and inflate_state::wsize. Referenced by inflateBack(). |
1.4.2