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

  /packages/apps/OMA-DM/engine/dmlib/dmengine/dm_transport/src/
dm_tpt_connection.cc 632 UINT32 receivedLength = 0;
718 receivedLength = XPL_HTTP_GetResponseLength(m_hConnection);
720 if (receivedLength EQ 0)
722 receivedLength = dwMaxAcceptSize;
725 if (receivedLength GT dwMaxAcceptSize)
731 psRecvSyncMLDoc->dataSize = receivedLength;
733 http_result = XPL_HTTP_GetResponse(m_hConnection,(char *)psRecvSyncMLDoc->pData,(INT32)receivedLength);
860 receivedLength,
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XMLHttpRequest.cpp     [all...]
  /external/libnfc-nxp/src/
phFriNfc_LlcpTransport_Connectionless.c 95 *pSocket->receivedLength = psData->length;
358 pLlcpSocket->receivedLength = &psBuffer->length;
phFriNfc_LlcpTransport.h 191 uint32_t *receivedLength;
    [all...]

Completed in 2251 milliseconds