Searched refs:out_bytes (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/bin/
H A Denc2xs628 my ($next, $in_len, $out_bytes, $fallback) = @{$raw->{$key}};
639 $agg_out_len == length $out_bytes &&
646 $l->[AGG_OUT_BYTES] .= $out_bytes;
657 push @ent, $l = [$b, $agg_max_in = $b, $out_bytes, $agg_next = $next,
658 $agg_in_len = $in_len, $agg_out_len = length $out_bytes,
841 my ($next, $in_len, $out_bytes, $fallback) = @{$raw->{$key}};
847 } elsif (length $out_bytes) {
852 #foreach my $c (split(//,$out_bytes)) {
856 $s .= sprintf +("\\x%02X" x length $out_bytes), unpack "C*", $out_bytes;
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dspppcomp.h95 kstat_named_t out_bytes; member in struct:spppcomp_kstats
121 "out_bytes", "out_pkts", "out_errors", \
H A Dspppcomp.c1748 cpkp->out_bytes.value.ui64 = psp->ppp_obytes;

Completed in 45 milliseconds