Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
DHttpBootClient.h45 UINTN EntityLength; member
DHttpBootClient.c617 if (*BufferSize < Cache->EntityLength) { in HttpBootGetFileFromCache()
618 *BufferSize = Cache->EntityLength; in HttpBootGetFileFromCache()
1091 Cache->EntityLength = ContentLength; in HttpBootGetBootFile()