Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
DSocket.c1826 size_t BytesToCopy; in EslSocketCopyFragmentedBuffer() local
1851 BytesToCopy = pFragmentTable[Fragment].FragmentLength; in EslSocketCopyFragmentedBuffer()
1852 if (((size_t)( pBufferEnd - pBuffer )) < BytesToCopy ) { in EslSocketCopyFragmentedBuffer()
1853 BytesToCopy = pBufferEnd - pBuffer; in EslSocketCopyFragmentedBuffer()
1863 BytesToCopy )); in EslSocketCopyFragmentedBuffer()
1864 CopyMem ( pBuffer, pData, BytesToCopy ); in EslSocketCopyFragmentedBuffer()
1865 pBuffer += BytesToCopy; in EslSocketCopyFragmentedBuffer()