Lines Matching refs:format

26   The data format used by the zlib library is described by RFCs (Request for
28 (zlib format), rfc1951 (deflate format) and rfc1952 (gzip format).
59 The compressed data format used by default by the in-memory functions is
60 the zlib format, which is a zlib wrapper documented in RFC 1950, wrapped
63 The library also supports reading and writing files in gzip (.gz) format
65 with "gz". The gzip format is different from the zlib format. gzip is a
70 The zlib format was designed to be compact and fast for use in memory
71 and on communications channels. The gzip format was designed for single-
425 the zlib or gzip format, this will cause inflate() to return immediately
496 corrupted (input stream not conforming to the zlib format or incorrect check
592 without producing any compressed output. When using the zlib format, this
793 is for use with other formats that use the deflate compressed data format
795 format is developed using the raw deflate format for compressed data, it is
798 most applications, the zlib format should be used as is. Note that comments
803 detection, or add 16 to decode only the gzip format (the zlib format will
1088 if in() or out() returned an error, Z_DATA_ERROR if there was a format error
1140 24: 0 = vs*, 1 = s* -- 1 means limited to 20 arguments after the format
1218 This library supports reading and writing files in gzip (.gz) format with
1220 "gz". The gzip format is different from the zlib format. gzip is a gzip
1236 the gzip format.
1252 gzopen can be used to read a file which is not in gzip format; in this
1316 the input file is not in gzip format, gzread copies the given number of
1349 ZEXTERN int ZEXPORTVA gzprintf Z_ARG((gzFile file, const char *format, ...));
1352 control of the format string, as in fprintf. gzprintf returns the number of
1759 const char *format,