Searched refs:inflateGetHeader (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/lib/libz/
H A DSymbol.map74 inflateGetHeader;
H A Dzconf.h100 # define inflateGetHeader z_inflateGetHeader macro
H A Dzlib.h963 ZEXTERN int ZEXPORT inflateGetHeader OF((z_streamp strm,
966 inflateGetHeader() requests that gzip header information be stored in the
967 provided gz_header structure. inflateGetHeader() may be called after
993 If inflateGetHeader is not used, then the header information is simply
996 information. The application would need to call inflateGetHeader() again to
999 inflateGetHeader returns Z_OK if success, or Z_STREAM_ERROR if the source
H A Dinflate.c1326 int ZEXPORT inflateGetHeader(strm, head)
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dzlib.h817 ZEXTERN int ZEXPORT inflateGetHeader OF((z_streamp strm,
820 inflateGetHeader() requests that gzip header information be stored in the
821 provided gz_header structure. inflateGetHeader() may be called after
847 If inflateGetHeader is not used, then the header information is simply
850 information. The application would need to call inflateGetHeader() again to
853 inflateGetHeader returns Z_OK if success, or Z_STREAM_ERROR if the source
H A Dinflate.c1238 int ZEXPORT inflateGetHeader(strm, head)
/freebsd-10.0-release/lib/libz/test/
H A Dinfcover.c281 header information is collected with inflateGetHeader(). If a zlib stream
309 ret = inflateGetHeader(&strm, &head); assert(ret == Z_OK);

Completed in 135 milliseconds