Searched refs:CopyedSize (Results 1 – 2 of 2) sorted by relevance
594 UINTN CopyedSize; in HttpBootGetFileFromCache() local625 CopyedSize = 0; in HttpBootGetFileFromCache()628 if (*BufferSize > CopyedSize) { in HttpBootGetFileFromCache()630 Buffer + CopyedSize, in HttpBootGetFileFromCache()632 MIN (EntityData->DataLength, *BufferSize - CopyedSize) in HttpBootGetFileFromCache()634 CopyedSize += MIN (EntityData->DataLength, *BufferSize - CopyedSize); in HttpBootGetFileFromCache()637 *BufferSize = CopyedSize; in HttpBootGetFileFromCache()683 if (CallbackData->BufferSize > CallbackData->CopyedSize) { in HttpBootGetBootFileCallback()685 CallbackData->Buffer + CallbackData->CopyedSize, in HttpBootGetBootFileCallback()687 MIN (Length, CallbackData->BufferSize - CallbackData->CopyedSize) in HttpBootGetBootFileCallback()[all …]
64 UINTN CopyedSize; member