Searched refs:bytes_in (Results 1 - 19 of 19) sorted by relevance

/macosx-10.10/file_cmds-242/gzip/
H A Dunbzip2.c37 unbzip2(int in, int out, char *pre, size_t prelen, off_t *bytes_in) argument
64 if (bytes_in)
65 *bytes_in = prelen;
78 if (bytes_in)
79 *bytes_in += n;
H A Dunpack.c134 accepted_bytes(off_t *bytes_in, off_t newbytes) argument
137 if (bytes_in != NULL)
138 (*bytes_in) += newbytes;
148 unpack_parse_header(int in, int out, char *pre, size_t prelen, off_t *bytes_in, argument
164 accepted_bytes(bytes_in, PACK_HEADER_LENGTH);
206 accepted_bytes(bytes_in, unpackd->treelevels);
232 accepted_bytes(bytes_in, unpackd->symbolsin[i]);
249 unpack_decode(const unpack_descriptor_t *unpackd, off_t *bytes_in) argument
268 accepted_bytes(bytes_in, 1);
311 unpack(int in, int out, char *pre, size_t prelen, off_t *bytes_in) argument
[all...]
H A Dunxz.c41 unxz(int i, int o, char *pre, size_t prelen, off_t *bytes_in) argument
51 if (bytes_in == NULL)
52 bytes_in = &bp;
60 *bytes_in = strm.avail_in;
86 *bytes_in += strm.avail_in;
/macosx-10.10/apache-793/httpd/modules/loggers/
H A Dmod_logio.c46 apr_off_t bytes_in; member in struct:logio_config_t
62 * Optional function for modules to adjust bytes_in
68 cf->bytes_in += bytes;
92 return apr_off_t_toa(r->pool, cf->bytes_in);
108 return apr_off_t_toa(r->pool, cf->bytes_out + cf->bytes_in);
121 cf->bytes_last_request = cf->bytes_in + cf->bytes_out;
122 cf->bytes_in = cf->bytes_out = 0;
145 cf->bytes_in += length;
/macosx-10.10/uucp-11/uucp/contrib/
H A Duutraf41 %bytes_in = (); # of bytes received from host
98 $bytes_in{$1} = $bytes_out{$1} =
107 $bytes_in{$1} += $4;
152 &print_line ($host, $bytes_in{$host}, $bytes_out{$host},
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDSecurePromptClient.h102 IOReturn setUUID(UInt8* bytes_in);
H A DIOHIDSecurePromptClient.cpp1067 IOHIDSecurePromptClient::setUUID(UInt8* bytes_in)
1072 bcopy(bytes_in, _reserved->uuid, sizeof(uuid_t));
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dif_loop.c303 s.bytes_in = len;
411 s.bytes_in = len;
H A Dkpi_interface.h607 @field bytes_in The number of bytes received.
617 u_int32_t bytes_in; member in struct:ifnet_stat_increment_param
1091 @field bytes_in The number of bytes received.
1101 u_int64_t bytes_in; member in struct:ifnet_stats_param
2483 @param bytes_in The number of additional bytes received.
2488 u_int32_t packets_in, u_int32_t bytes_in, u_int32_t errors_in);
H A Dkpi_interface.c1371 if (s->bytes_in != 0)
1372 atomic_add_64(&ifp->if_data.ifi_ibytes, s->bytes_in);
1396 u_int32_t bytes_in, u_int32_t errors_in)
1403 if (bytes_in != 0)
1404 atomic_add_64(&ifp->if_data.ifi_ibytes, bytes_in);
1439 atomic_set_64(&ifp->if_data.ifi_ibytes, s->bytes_in);
1465 atomic_get_64(s->bytes_in, &ifp->if_data.ifi_ibytes);
1395 ifnet_stat_increment_in(struct ifnet *ifp, u_int32_t packets_in, u_int32_t bytes_in, u_int32_t errors_in) argument
H A Dif_stf.c823 stats.bytes_in = mbuf_pkthdr_len(m);
H A Ddlil.c2329 m_size = s->bytes_in;
2334 m_size = s->bytes_in;
2705 s.bytes_in = m_totlen;
3164 if (s->bytes_in != 0)
3165 d->bytes_in += s->bytes_in;
3182 PKTCNTR_ADD(&inp->tstats, s->packets_in, s->bytes_in);
3198 if (s->bytes_in != 0) {
3199 atomic_add_64(&ifp->if_data.ifi_ibytes, s->bytes_in);
3200 s->bytes_in
[all...]
H A Dif_utun.c977 incs.bytes_in = mbuf_pkthdr_len(m);
/macosx-10.10/ppp-786.1.1/Helpers/pppd/
H A Dauth.c1273 used = link_stats.bytes_in;
1280 used = (link_stats.bytes_in > link_stats.bytes_out) ? link_stats.bytes_in : link_stats.bytes_out;
1283 used = link_stats.bytes_in+link_stats.bytes_out;
H A Dmain.c1651 link_stats.bytes_out, link_stats.bytes_in);
1675 slprintf(numbuf, sizeof(numbuf), "%u", link_stats.bytes_in);
H A Dpppd.h220 unsigned int bytes_in; member in struct:pppd_stats
H A Dsys-MacOSX.c1983 stats->bytes_in = req.stats.p.ppp_ibytes;
/macosx-10.10/ppp-786.1.1/Family/
H A Dppp_if.c680 statsinc.bytes_in = mbuf_pkthdr_len(m);
941 psp->p.ppp_ibytes = statspar.bytes_in;
/macosx-10.10/IONetworkingFamily-101/
H A DIONetworkInterface.cpp732 _inputDeltas.bytes_in = queue->bytes;
757 _inputDeltas.bytes_in = length;

Completed in 234 milliseconds