HomeSort by relevance Sort by last modified time
    Searched defs:total_out (Results 1 - 4 of 4) sorted by null

  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
zlib.h 166 uLong total_out; /* total nb of bytes output so far */ member in struct:z_stream_s
201 The fields total_in and total_out can be used for statistics or
  /onnv/onnv-gate/usr/src/uts/common/syscall/
utssys.c 827 int total_max, total_out; local
902 total_out = 0;
904 total_out += fu_data->fud_user_count;
906 total_out += fuk_data->fud_user_count;
909 if (total_out > total_max) {
916 fu_header.fud_user_count = total_out;
  /onnv/onnv-gate/usr/src/uts/common/zmod/
zlib.h 91 uLong total_out; /* total nb of bytes output so far */ member in struct:z_stream_s
155 The fields total_in and total_out can be used for statistics or
436 total_out bytes) and returns Z_OK, Z_STREAM_END or an error code as described
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/ppp/spppcomp/
zlib.h 411 uLong total_out; /* total nb of bytes output so far */ member in struct:z_stream_s
453 * The fields total_in and total_out can be used for statistics or
    [all...]

Completed in 3659 milliseconds