Searched refs:MaxHeaderCount (Results 1 – 2 of 2) sorted by relevance
99 UINTN MaxHeaderCount; member114 IN UINTN MaxHeaderCount
506 UINTN MaxHeaderCount in HttpBootCreateHeader() argument511 if (MaxHeaderCount == 0) { in HttpBootCreateHeader()515 …HttpIoHeader = AllocateZeroPool (sizeof (HTTP_IO_HEADER) + MaxHeaderCount * sizeof (EFI_HTTP_HEADE… in HttpBootCreateHeader()520 HttpIoHeader->MaxHeaderCount = MaxHeaderCount; in HttpBootCreateHeader()583 if (HttpIoHeader->HeaderCount >= HttpIoHeader->MaxHeaderCount) { in HttpBootSetHeader()