Searched defs:bytes_out (Results 1 - 3 of 3) sorted by relevance

/external/kernel-headers/original/uapi/linux/
H A Dppp_defs.h124 /* the compression ratio is defined as in_count / bytes_out */
126 __u32 bytes_out; /* Bytes transmitted */ member in struct:compstat
/external/ppp/pppd/
H A Dpppd.h174 unsigned int bytes_out; member in struct:pppd_stats
/external/pdfium/core/src/fxge/win32/
H A Dfx_win32_gdipext.cpp1037 size_t bytes_out; local
1045 bytes_out = FX_MIN(cb, bytes_left);
1046 FXSYS_memcpy32(Output, m_InterStream.GetBuffer() + m_ReadPos, bytes_out);
1047 m_ReadPos += (FX_INT32)bytes_out;
1049 *pcbRead = (ULONG)bytes_out;

Completed in 158 milliseconds