Home
last modified time | relevance | path

Searched refs:UriParser (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
DHttpBootImpl.c363 if (Private->OfferBuffer[Index].Dhcp4.UriParser) { in HttpBootStop()
364 HttpUrlFreeParser (Private->OfferBuffer[Index].Dhcp4.UriParser); in HttpBootStop()
375 if (Private->OfferBuffer[Index].Dhcp6.UriParser) { in HttpBootStop()
376 HttpUrlFreeParser (Private->OfferBuffer[Index].Dhcp6.UriParser); in HttpBootStop()
DHttpBootDhcp6.h90 VOID *UriParser; member
DHttpBootDhcp4.h208 VOID *UriParser; member
DHttpBootSupport.h372 IN VOID *UriParser,
DHttpBootSupport.c1074 IN VOID *UriParser, in HttpBootCheckImageType() argument
1085 if (Uri == NULL || UriParser == NULL || ImageType == NULL) { in HttpBootCheckImageType()
1113 UriParser, in HttpBootCheckImageType()
DHttpBootDhcp4.c389 &Cache4->UriParser in HttpBootParseDhcp4Packet()
397 Cache4->UriParser, in HttpBootParseDhcp4Packet()
DHttpBootDhcp6.c282 &Cache6->UriParser in HttpBootParseDhcp6Packet()
290 Cache6->UriParser, in HttpBootParseDhcp6Packet()
DHttpBootClient.c184 Private->BootFileUriParser = HttpOffer->UriParser; in HttpBootDhcp4ExtractUriInfo()
287 Private->BootFileUriParser = HttpOffer->UriParser; in HttpBootDhcp6ExtractUriInfo()