Lines Matching full:far
85 uLong total_in; /* total nb of input bytes read so far */
89 uLong total_out; /* total nb of bytes output so far */
92 struct internal_state FAR *state; /* not visible by applications */
103 typedef z_stream FAR *z_streamp;
126 typedef gz_header FAR *gz_headerp;
278 that the decompressor can get all input data available so far. (In particular
310 so far (that is, total_in bytes).
433 strm->adler to the adler32 checksum of all output produced so far (that is,
614 strategy. If the compression level is changed, the input available so far
857 unsigned char FAR *window));
877 typedef unsigned (*in_func) OF((void FAR *, unsigned char FAR * FAR *));
878 typedef int (*out_func) OF((void FAR *, unsigned char FAR *, unsigned));
881 in_func in, void FAR *in_desc,
882 out_func out, void FAR *out_desc));
1318 ZEXTERN int ZEXPORT inflateBackInit_ OF((z_stream FAR *strm, int windowBits,
1319 unsigned char FAR *window,