Lines Matching defs:inflateInit
517 * and inflateInit.
644 * ZEXTERN int ZEXPORT inflateInit OF((z_streamp strm));
648 * If zalloc and zfree are set to Z_NULL, inflateInit updates them to
651 * inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not
654 * null if there is no error message. inflateInit does not perform any
901 * This is another version of inflateInit with more compression
908 * allowed soon). The default value is 15 if inflateInit is used
972 * This function is equivalent to inflateEnd followed by inflateInit,
1170 * deflateInit and inflateInit are macros to allow checking the zlib version
1184 #define inflateInit(strm) \