Searched defs:total_out (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.h166 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
/illumos-gate/usr/src/uts/common/zmod/
H A Dzlib.h91 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
/illumos-gate/usr/src/uts/common/syscall/
H A Dutssys.c825 int total_max, total_out; local
900 total_out = 0;
902 total_out += fu_data->fud_user_count;
904 total_out += fuk_data->fud_user_count;
907 if (total_out > total_max) {
914 fu_header.fud_user_count = total_out;
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.h411 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
/illumos-gate/usr/src/boot/lib/libz/
H A Dzlib.h92 uLong total_out; /* total number of bytes output so far */ member in struct:z_stream_s
156 The fields total_in and total_out can be used for statistics or progress
478 total_out bytes) and returns Z_OK, Z_STREAM_END or an error code as described

Completed in 84 milliseconds