Lines Matching refs:Url
506 if (Cache->RequestData->Url != NULL) { in HttpBootFreeCache()
507 FreePool (Cache->RequestData->Url); in HttpBootFreeCache()
606 (Cache->RequestData->Url != NULL) && in HttpBootGetFileFromCache()
607 (StrCmp (Uri, Cache->RequestData->Url) == 0)) in HttpBootGetFileFromCache()
758 CHAR16 *Url; in HttpBootGetBootFile() local
777 Url = AllocatePool (UrlSize * sizeof (CHAR16)); in HttpBootGetBootFile()
778 if (Url == NULL) { in HttpBootGetBootFile()
781 AsciiStrToUnicodeStrS (Private->BootFileUri, Url, UrlSize); in HttpBootGetBootFile()
783 Status = HttpBootGetFileFromCache (Private, Url, BufferSize, Buffer, ImageType); in HttpBootGetBootFile()
785 FreePool (Url); in HttpBootGetBootFile()
879 RequestData->Url = Url; in HttpBootGetBootFile()
1125 if (Url != NULL) { in HttpBootGetBootFile()
1126 FreePool (Url); in HttpBootGetBootFile()