Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
DHttpBootClient.h47 } HTTP_BOOT_CACHE_CONTENT; typedef
57 HTTP_BOOT_CACHE_CONTENT *Cache;
DHttpBootClient.c493 IN HTTP_BOOT_CACHE_CONTENT *Cache in HttpBootFreeCache()
554 HTTP_BOOT_CACHE_CONTENT *Cache; in HttpBootFreeCacheList()
557 Cache = NET_LIST_USER_STRUCT (Entry, HTTP_BOOT_CACHE_CONTENT, Link); in HttpBootFreeCacheList()
592 HTTP_BOOT_CACHE_CONTENT *Cache; in HttpBootGetFileFromCache()
601 Cache = NET_LIST_USER_STRUCT (Entry, HTTP_BOOT_CACHE_CONTENT, Link); in HttpBootGetFileFromCache()
755 HTTP_BOOT_CACHE_CONTENT *Cache; in HttpBootGetBootFile()
799 Cache = AllocateZeroPool (sizeof (HTTP_BOOT_CACHE_CONTENT)); in HttpBootGetBootFile()