Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
DHttpBootSupport.c1012 UINTN UriStrLength; in HttpBootParseFilePath() local
1032 UriStrLength = DevicePathNodeLength (UriDevicePath) - sizeof(EFI_DEVICE_PATH_PROTOCOL); in HttpBootParseFilePath()
1033 if (UriStrLength == 0) { in HttpBootParseFilePath()
1039 Uri = AllocatePool (UriStrLength + 1); in HttpBootParseFilePath()