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

  /device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
HttpBootSupport.c 509 HTTP_IO_HEADER *HttpIoHeader;
515 HttpIoHeader = AllocateZeroPool (sizeof (HTTP_IO_HEADER) + MaxHeaderCount * sizeof (EFI_HTTP_HEADER));
516 if (HttpIoHeader == NULL) {
520 HttpIoHeader->MaxHeaderCount = MaxHeaderCount;
521 HttpIoHeader->Headers = (EFI_HTTP_HEADER *) (HttpIoHeader + 1);
523 return HttpIoHeader;
529 @param[in] HttpIoHeader Point to the HTTP header holder to be destroyed.
534 IN HTTP_IO_HEADER *HttpIoHeader
539 if (HttpIoHeader != NULL) {
    [all...]
HttpBootClient.c 725 HTTP_IO_HEADER *HttpIoHeader;
789 HttpIoHeader = HttpBootCreateHeader (3);
790 if (HttpIoHeader == NULL) {
808 HttpIoHeader,
821 HttpIoHeader,
833 HttpIoHeader,
871 HttpIoHeader->HeaderCount,
872 HttpIoHeader->Headers,
    [all...]

Completed in 110 milliseconds