HomeSort by relevance Sort by last modified time
    Searched refs:BytesReceived (Results 1 - 20 of 20) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/OobRx/
OobRx.c 35 ssize_t BytesReceived;
153 BytesReceived = recv ( a, &mBuffer[0], sizeof ( mBuffer ), MSG_OOB );
154 RetVal = (UINT32)BytesReceived;
155 if ( 0 < BytesReceived ) {
159 printf ( "%5Ld OOB bytes received\r\n", (UINT64)BytesReceived );
169 else if ( -1 == BytesReceived ) {
186 BytesReceived = recv ( a, &mBuffer[0], sizeof ( mBuffer ), 0 );
187 RetVal = (UINT32)BytesReceived;
188 if ( 0 < BytesReceived ) {
192 printf ( "%4Ld bytes received\r\n", (UINT64)BytesReceived );
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/RawIp4Rx/
RawIp4Rx.c 34 ssize_t BytesReceived;
103 BytesReceived = recvfrom ( s,
109 RetVal = (UINT32)BytesReceived;
110 if ( 0 < BytesReceived ) {
117 (UINT32)BytesReceived,
143 TotalBytesReceived += BytesReceived;
152 else if ( -1 == BytesReceived ) {
  /system/update_engine/payload_consumer/
mock_download_action.h 31 MOCK_METHOD3(BytesReceived,
download_action_unittest.cc 178 BytesReceived(_, kMockHttpFetcherChunkSize, _));
179 EXPECT_CALL(download_delegate, BytesReceived(_, _, _)).Times(AtLeast(1));
292 BytesReceived(kMockHttpFetcherChunkSize,
296 BytesReceived(kMockHttpFetcherChunkSize,
300 BytesReceived(kMockHttpFetcherChunkSize,
304 BytesReceived(kMockHttpFetcherChunkSize,
308 BytesReceived(256,
312 BytesReceived(kMockHttpFetcherChunkSize,
316 BytesReceived(kMockHttpFetcherChunkSize,
378 EXPECT_CALL(download_delegate, BytesReceived(_, _, _)).Times(0)
    [all...]
download_action.h 50 virtual void BytesReceived(uint64_t bytes_progressed,
download_action.cc 333 delegate_->BytesReceived(length, bytes_downloaded_total, bytes_total_);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rasshost.h 30 DWORD BytesReceived;
lmstats.h 54 LARGE_INTEGER BytesReceived;
http.h 193 ULONGLONG BytesReceived;
232 ULONGLONG BytesReceived;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/DataSink/
DataSink.c 48 UINT64 BytesReceived[ DATA_SAMPLES ];
268 size_t BytesReceived;
612 BytesReceived = read ( PollFd[ Index ].fd,
615 if ( 0 < BytesReceived ) {
623 BytesReceived,
634 BytesReceived,
662 Port[ Index ].BytesTotal += BytesReceived;
669 else if ( -1 == BytesReceived ) {
    [all...]
  /system/update_engine/
update_attempter_android_unittest.cc 157 update_attempter_android_.BytesReceived(20, 50, 200);
188 update_attempter_android_.BytesReceived(30, 50, 200);
199 update_attempter_android_.BytesReceived(40, 40, 50);
update_attempter_android.h 84 void BytesReceived(uint64_t bytes_progressed,
update_attempter.h 167 void BytesReceived(uint64_t bytes_progressed,
update_attempter_unittest.cc 254 attempter_.BytesReceived(bytes_progressed_1, bytes_received_1, bytes_total);
259 attempter_.BytesReceived(bytes_progressed_2, bytes_received_2, bytes_total);
280 attempter_.BytesReceived(bytes_progressed, bytes_received, bytes_total);
301 attempter_.BytesReceived(bytes_progressed, bytes_received, bytes_total);
    [all...]
update_attempter_android.cc 491 void UpdateAttempterAndroid::BytesReceived(uint64_t bytes_progressed,
update_attempter.cc     [all...]
  /external/tpm2/
TcpServer.c 16 BOOL ReadVarBytes(SOCKET s, char* buffer, UINT32* BytesReceived, int MaxLen);
403 UINT32 *BytesReceived,
412 *BytesReceived = length;
  /external/webrtc/talk/app/webrtc/test/
mockpeerconnectionobservers.h 169 int BytesReceived() const {
  /external/python/cpython3/Modules/
overlapped.c 932 DWORD BytesReceived;
958 0, size, size, &BytesReceived, &self->overlapped);
    [all...]
  /external/webrtc/talk/app/webrtc/
peerconnection_unittest.cc 620 return observer->BytesReceived();
    [all...]

Completed in 604 milliseconds