Searched refs:moreDataLength (Results 1 – 1 of 1) sorted by relevance
44 while (unsigned moreDataLength = sharedBuffer.getSomeData(moreData, offset)) { in copyFromSharedBuffer() local45 unsigned bytesToCopy = min(bufferLength - bytesExtracted, moreDataLength); in copyFromSharedBuffer()