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

/vbox/src/libs/zlib-1.2.6/contrib/pascal/
H A Dzlibpas.pas135 function inflateGetHeader(var strm: z_stream; var head: gz_header): Integer; function
214 function inflateGetHeader; external; function
/vbox/src/libs/zlib-1.2.6/
H A Dzconf.h187 # define inflateGetHeader z_inflateGetHeader macro
H A Dzlib.h945 ZEXTERN int ZEXPORT inflateGetHeader OF((z_streamp strm,
948 inflateGetHeader() requests that gzip header information be stored in the
949 provided gz_header structure. inflateGetHeader() may be called after
975 If inflateGetHeader is not used, then the header information is simply
978 information. The application would need to call inflateGetHeader() again to
981 inflateGetHeader returns Z_OK if success, or Z_STREAM_ERROR if the source
H A Dzconf.h.cmakein98 # define inflateGetHeader z_inflateGetHeader
H A Dzconf.h.in96 # define inflateGetHeader z_inflateGetHeader
H A Dinflate.c1315 int ZEXPORT inflateGetHeader(strm, head)
/vbox/src/libs/zlib-1.2.6/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 496 milliseconds