Searched defs:total_in (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.h162 uLong total_in; /* total nb of input bytes read so far */ member in struct:z_stream_s
201 The fields total_in and total_out can be used for statistics or
202 progress reports. After compression, total_in holds the total size of
577 case, the application may save the current current value of total_in which
/illumos-gate/usr/src/uts/common/zmod/
H A Dzlib.h87 uLong total_in; /* total nb of input bytes read so far */ member in struct:z_stream_s
155 The fields total_in and total_out can be used for statistics or
156 progress reports. After compression, total_in holds the total size of
312 so far (that is, total_in bytes).
769 case, the application may save the current current value of total_in which
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.h407 uLong total_in; /* total nb of input bytes read so far */ member in struct:z_stream_s
453 * The fields total_in and total_out can be used for statistics or
454 * progress reports. After compression, total_in holds the total size
964 * current current value of total_in which indicates where valid
/illumos-gate/usr/src/boot/lib/libz/
H A Dzlib.h88 uLong total_in; /* total number of input bytes read so far */ member in struct:z_stream_s
156 The fields total_in and total_out can be used for statistics or progress
157 reports. After compression, total_in holds the total size of the
335 so far (that is, total_in bytes).
871 total_in which indicates where valid compressed data was found. In the

Completed in 104 milliseconds