Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
#include <stdio.h>
#include <stdlib.h>
#include <assert.h>
#include "zlib.h"
Go to the source code of this file.
Macros | |
#define | local static |
#define | RAWLEN 4096 /* intermediate uncompressed buffer size */ |
#define | EXCESS 256 /* empirically determined stream overage */ |
#define | MARGIN 8 /* amount to back off for completion */ |
Functions | |
local void | quit (char *why) |
local int | partcompress (FILE *in, z_streamp def) |
local int | recompress (z_streamp inf, z_streamp def) |
int | main (int argc, char **argv) |
#define EXCESS 256 /* empirically determined stream overage */ |
#define MARGIN 8 /* amount to back off for completion */ |
Definition at line 68 of file fitblk.c.
Referenced by partcompress(), and recompress().
Definition at line 127 of file fitblk.c.
References z_stream_s::avail_in, z_stream_s::avail_out, def(), deflateEnd(), deflateInit, deflateReset(), EXCESS, free(), inf(), inflateEnd(), inflateInit, inflateReset(), malloc(), MARGIN, z_stream_s::next_in, z_stream_s::next_out, NULL, z_stream_s::opaque, partcompress(), quit(), recompress(), z_stream_s::total_in, Z_DEFAULT_COMPRESSION, Z_ERRNO, Z_MEM_ERROR, Z_NULL, Z_OK, Z_STREAM_END, Z_STREAM_ERROR, z_stream_s::zalloc, and z_stream_s::zfree.
Definition at line 73 of file fitblk.c.
References deflate(), flush, RAWLEN, Z_ERRNO, Z_FINISH, Z_NO_FLUSH, and Z_STREAM_ERROR.
Referenced by main().
Definition at line 62 of file fitblk.c.
Referenced by main(), vlQt5::Qt5Widget::quitApplication(), and vlQt4::Qt4Widget::quitApplication().
Definition at line 96 of file fitblk.c.
References deflate(), flush, inflate(), RAWLEN, Z_DATA_ERROR, Z_FINISH, Z_MEM_ERROR, Z_NEED_DICT, Z_NO_FLUSH, Z_STREAM_END, and Z_STREAM_ERROR.
Referenced by main().
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:58.
© Copyright Michele Bosi. All rights reserved.