HomeSort by relevance Sort by last modified time
    Searched refs:MaxHeaderCount (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
HttpBootSupport.h 88 UINTN MaxHeaderCount;
96 @param[in] MaxHeaderCount The maximun number of HTTP header in this holder.
103 IN UINTN MaxHeaderCount
HttpBootSupport.c 499 @param[in] MaxHeaderCount The maximun number of HTTP header in this holder.
506 UINTN MaxHeaderCount
511 if (MaxHeaderCount == 0) {
515 HttpIoHeader = AllocateZeroPool (sizeof (HTTP_IO_HEADER) + MaxHeaderCount * sizeof (EFI_HTTP_HEADER));
520 HttpIoHeader->MaxHeaderCount = MaxHeaderCount;
617 if (HttpIoHeader->HeaderCount >= HttpIoHeader->MaxHeaderCount) {

Completed in 79 milliseconds