Searched refs:UriStrLength (Results 1 – 1 of 1) sorted by relevance
1012 UINTN UriStrLength; in HttpBootParseFilePath() local1032 UriStrLength = DevicePathNodeLength (UriDevicePath) - sizeof(EFI_DEVICE_PATH_PROTOCOL); in HttpBootParseFilePath()1033 if (UriStrLength == 0) { in HttpBootParseFilePath()1039 Uri = AllocatePool (UriStrLength + 1); in HttpBootParseFilePath()