|
fltk 1.3.0rc3
About: FLTK (Fast Light Tool Kit) is a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and MacOS X. Release candidate.
SfR Fresh Dox: fltk-1.3.0rc3-source.tar.gz ("inofficial" and yet experimental doxygen-generated source code documentation) ![]() |

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) |
| #define OFF 1 |
Definition at line 28 of file inffast.c.
Referenced by inflate_fast().
| #define PUP | ( | a | ) | *++(a) |
Definition at line 29 of file inffast.c.
Referenced by inflate_fast().
| void inflate_fast | ( | z_streamp | strm, |
| unsigned | start | ||
| ) |
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, state, Tracevv, TYPE, val, inflate_state::whave, inflate_state::window, inflate_state::write, and inflate_state::wsize.
Referenced by inflate().