HomeSort by: relevance | last modified time | path
    Searched defs:total_in (Results 1 - 6 of 6) sorted by relevancy

  /src/common/dist/zlib/contrib/dotzlib/DotZLib/
DotZLib.cs 34 public uint total_in; field in struct:DotZLib.ZStream
DotZLib.cs 34 public uint total_in; field in struct:DotZLib.ZStream
  /src/sys/net/
zlib.h 365 uLong total_in; /* total nb of input bytes read so far */ member in struct:z_stream_s
410 The fields total_in and total_out can be used for statistics or
411 progress reports. After compression, total_in holds the total size of
565 so far (that is, total_in bytes).
889 case, the application may save the current current value of total_in which
zlib.h 365 uLong total_in; /* total nb of input bytes read so far */ member in struct:z_stream_s
410 The fields total_in and total_out can be used for statistics or
411 progress reports. After compression, total_in holds the total size of
565 so far (that is, total_in bytes).
889 case, the application may save the current current value of total_in which
  /src/common/dist/zlib/
zlib.h 91 uLong total_in; /* total number of input bytes read so far */ member in struct:z_stream_s
162 The fields total_in and total_out can be used for statistics or progress
163 reports. After compression, total_in holds the total size of the
235 allocation functions. total_in, total_out, adler, and msg are initialized.
344 so far (that is, total_in bytes). If a gzip stream is being generated, then
388 them to use default allocation functions. total_in, total_out, adler, and
702 set unchanged. total_in, total_out, adler, and msg are initialized.
941 In the success case, the application may save the current value of total_in
968 total_in, total_out, adler, and msg are initialized.
zlib.h 91 uLong total_in; /* total number of input bytes read so far */ member in struct:z_stream_s
162 The fields total_in and total_out can be used for statistics or progress
163 reports. After compression, total_in holds the total size of the
235 allocation functions. total_in, total_out, adler, and msg are initialized.
344 so far (that is, total_in bytes). If a gzip stream is being generated, then
388 them to use default allocation functions. total_in, total_out, adler, and
702 set unchanged. total_in, total_out, adler, and msg are initialized.
941 In the success case, the application may save the current value of total_in
968 total_in, total_out, adler, and msg are initialized.

Completed in 30 milliseconds