Home
last modified time | relevance | path

Searched refs:_inbytes (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/cygnal/libamf/
H A Dprotocol.h41 void resetBytesIn() { _inbytes = 0; }; in resetBytesIn()
42 int getBytesIn() { return _inbytes; }; in getBytesIn()
46 int _inbytes;
/dports/net/samba412/samba-4.12.15/source3/include/
H A Dsmbprofile.h437 #define _SMBPROFILE_IOBYTES_ASYNC_START(_stats, _area, _async, _inbytes) do { \ argument
442 (_area)->values._stats.inbytes += (_inbytes); \
446 #define SMBPROFILE_IOBYTES_ASYNC_START(_name, _area, _async, _inbytes) \ argument
447 _SMBPROFILE_IOBYTES_ASYNC_START(_name##_stats, _area, _async, _inbytes)
556 #define SMBPROFILE_BYTES_ASYNC_START(_name, _area, _async, _inbytes) argument
562 #define SMBPROFILE_IOBYTES_ASYNC_START(_name, _area, _async, _inbytes) argument