Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
#include "zutil.h"
#include "infblock.h"
#include "inftrees.h"
#include "infcodes.h"
#include "infutil.h"
Go to the source code of this file.
Macros | |
#define | exop word.what.Exop |
#define | bits word.what.Bits |
Functions | |
local void | inflate_blocks_reset (inflate_blocks_statef *s, z_streamp z, uLongf *c) |
local inflate_blocks_statef * | inflate_blocks_new (z_streamp z, check_func c, uInt w) |
local int | inflate_blocks (inflate_blocks_statef *s, z_streamp z, int r) |
local int | inflate_blocks_free (inflate_blocks_statef *s, z_streamp z) |
Variables | |
local const uInt | border [] |
Definition at line 15 of file infblock.c.
Referenced by cover_trees(), deflatePrime(), gen_bitlen(), gen_codes(), inflate(), inflate_table9(), inflateBack(), inflatePrime(), lunpipe(), vl::OpenGLContextFormat::setDepthBufferBits(), vl::OpenGLContextFormat::setStencilBufferBits(), and tr_static_init().
#define exop word.what.Exop |
Definition at line 14 of file infblock.c.
local int inflate_blocks | ( | inflate_blocks_statef * | s, |
z_streamp | z, | ||
int | r | ||
) |
Definition at line 119 of file infblock.c.
References BAD, BTREE, CODES, DONE, DRY, DTREE, DUMPBITS, FLUSH, i, inflate_codes(), inflate_codes_free(), inflate_codes_new(), inflate_flush(), inflate_mask, inflate_trees_bits(), inflate_trees_dynamic(), inflate_trees_fixed(), LEAVE, LENS, LOAD, NEEDBITS, NEEDOUT, STORED, TABLE, Tracev, TYPE, UPDATE, Z_DATA_ERROR, Z_MEM_ERROR, Z_NULL, Z_OK, Z_STREAM_END, Z_STREAM_ERROR, ZALLOC, ZFREE, and zmemcpy().
local int inflate_blocks_free | ( | inflate_blocks_statef * | s, |
z_streamp | z | ||
) |
Definition at line 375 of file infblock.c.
References inflate_blocks_reset(), Tracev, Z_NULL, Z_OK, and ZFREE.
Referenced by ZEXPORT().
local inflate_blocks_statef* inflate_blocks_new | ( | z_streamp | z, |
check_func | c, | ||
uInt | w | ||
) |
Definition at line 88 of file infblock.c.
References inflate_blocks_reset(), MANY, Tracev, TYPE, Z_NULL, ZALLOC, and ZFREE.
Referenced by ZEXPORT().
local void inflate_blocks_reset | ( | inflate_blocks_statef * | s, |
z_streamp | z, | ||
uLongf * | c | ||
) |
Definition at line 67 of file infblock.c.
References BTREE, CODES, DTREE, inflate_codes_free(), Tracev, TYPE, Z_NULL, and ZFREE.
Referenced by inflate_blocks_free(), inflate_blocks_new(), and ZEXPORT().
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:55.
© Copyright Michele Bosi. All rights reserved.