Lines Matching full:zlib
1 /* infcover.c -- test zlib's inflate routines with full code coverage
3 * For conditions of distribution and use, see copyright notice in zlib.h
12 #include "zlib.h"
25 These memory tracking routines are provided to zlib and track all of zlib's
35 memory tracking for all zlib operations on strm
44 for the tracking as well as leaked zlib blocks, if
51 allocation routines on the next zlib initialization
70 /* memory allocation routine to pass to zlib */
111 /* memory free routine to pass to zlib */
281 header information is collected with inflateGetHeader(). If a zlib stream
401 inf("77 85", "bad zlib method", 0, 15, 0, Z_DATA_ERROR);
403 inf("78 9c", "bad zlib window size", 0, 8, 0, Z_DATA_ERROR);
409 inf("78 90", "bad zlib header check", 0, 47, 0, Z_DATA_ERROR);
625 enough errors, since zlib insures that enough is always enough */