Home
last modified time | relevance | path

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

/openthread-latest/src/core/api/
Dtcp_ext_api.cpp120 size_t to_copy = OT_MIN(aLen - bytes_read, buffer->mLength); in otTcpMbedTlsSslRecvCallback() local
121 memcpy(&aBuf[bytes_read], buffer->mData, to_copy); in otTcpMbedTlsSslRecvCallback()
122 bytes_read += to_copy; in otTcpMbedTlsSslRecvCallback()