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
71 The zlib format was designed to be compact and fast for use in memory
72 and on communications channels. The gzip format was designed for single-
437 the zlib or gzip format, this will cause inflate() to return immediately
507 corrupted (input stream not conforming to the zlib format or incorrect check
616 without producing any compressed output. When using the zlib format, this
857 is for use with other formats that use the deflate compressed data format
859 format is developed using the raw deflate format for compressed data, it is
862 most applications, the zlib format should be used as is. Note that comments
867 detection, or add 16 to decode only the gzip format (the zlib format will
1160 if in() or out() returned an error, Z_DATA_ERROR if there was a format error
1212 24: 0 = vs*, 1 = s* -- 1 means limited to 20 arguments after the format
1299 This library supports reading and writing files in gzip (.gz) format with
1301 "gz". The gzip format is different from the zlib format. gzip is a gzip
1317 appending with no compression and not using the gzip format.
1333 gzopen can be used to read a file which is not in gzip format; in this
1398 the input file is not in gzip format, gzread copies the given number of
1471 ZEXTERN int ZEXPORTVA gzprintf(gzFile file, const char *format, ...);
1473 Convert, format, compress, and write the arguments (...) to file under
1474 control of the string format, as in fprintf. gzprintf returns the number of
1929 const char *format,