Lines Matching refs:format

26   The data format used by the zlib library is described by RFCs (Request for
28 (zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format).
58 The compressed data format used by default by the in-memory functions is
59 the zlib format, which is a zlib wrapper documented in RFC 1950, wrapped
62 The library also supports reading and writing files in gzip (.gz) format
64 with "gz". The gzip format is different from the zlib format. gzip is a
69 The zlib format was designed to be compact and fast for use in memory
70 and on communications channels. The gzip format was designed for single-
398 zlib or gzip format, this will cause inflate() to return immediately after
452 corrupted (input stream not conforming to the zlib format or incorrect check
716 is for use with other formats that use the deflate compressed data format
718 format is developed using the raw deflate format for compressed data, it is
721 most applications, the zlib format should be used as is. Note that comments
726 detection, or add 16 to decode only the gzip format (the zlib format will
940 if in() or out() returned an error, Z_DATA_ERROR if there was a format
992 24: 0 = vs*, 1 = s* -- 1 means limited to 20 arguments after the format
1079 gzopen can be used to read a file which is not in gzip format; in this
1111 If the input file was not in gzip format, gzread copies the given number
1124 ZEXTERN int ZEXPORTVA gzprintf OF((gzFile file, const char *format, ...));
1127 control of the format string, as in fprintf. gzprintf returns the number of