Home | History | Annotate | Download | only in zlib

Lines Matching refs:FAR

91     uLong    total_in;  /* total number of input bytes read so far */
95 uLong total_out; /* total number of bytes output so far */
98 struct internal_state FAR *state; /* not visible by applications */
110 typedef z_stream FAR *z_streamp;
133 typedef gz_header FAR *gz_headerp;
290 that the decompressor can get all input data available so far. (In
300 input data so far will be available to the decompressor, as for Z_SYNC_FLUSH.
311 the data provided so far to the compressor. It may need to wait for the next
344 so far (that is, total_in bytes). If a gzip stream is being generated, then
345 strm->adler will be the CRC-32 checksum of the input read so far. (See
491 strm->adler to the Adler-32 checksum of all output produced so far (that is,
502 produced so far. The CRC-32 is checked against the gzip trailer, as is the
718 state was initialized or reset, then the input available so far is
1079 unsigned char FAR *window);
1099 typedef unsigned (*in_func)(void FAR *,
1100 z_const unsigned char FAR * FAR *);
1101 typedef int (*out_func)(void FAR *, unsigned char FAR *, unsigned);
1104 in_func in, void FAR *in_desc,
1105 out_func out, void FAR *out_desc);
1799 unsigned char FAR *window,
1920 ZEXTERN const z_crc_t FAR * ZEXPORT get_crc_table(void);