Searched refs:bytesExtracted (Results 1 – 1 of 1) sorted by relevance
45 unsigned bytesExtracted = 0; in copyFromSharedBuffer() local48 unsigned bytesToCopy = min(bufferLength - bytesExtracted, moreDataLength); in copyFromSharedBuffer()49 memcpy(buffer + bytesExtracted, moreData, bytesToCopy); in copyFromSharedBuffer()50 bytesExtracted += bytesToCopy; in copyFromSharedBuffer()51 if (bytesExtracted == bufferLength) in copyFromSharedBuffer()55 return bytesExtracted; in copyFromSharedBuffer()