Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
DHttpBootImpl.c252 if (!Private->HttpCreated) { in HttpBootLoadFile()
339 if (Private->HttpCreated) { in HttpBootStop()
341 Private->HttpCreated = FALSE; in HttpBootStop()
DHttpBootDxe.c70 if (Private->HttpCreated) { in HttpBootDestroyIp4Children()
72 Private->HttpCreated = FALSE; in HttpBootDestroyIp4Children()
146 if (Private->HttpCreated) { in HttpBootDestroyIp6Children()
148 Private->HttpCreated = FALSE; in HttpBootDestroyIp6Children()
DHttpBootDxe.h148 BOOLEAN HttpCreated; member
DHttpBootClient.c481 Private->HttpCreated = TRUE; in HttpBootCreateHttpIo()
763 ASSERT (Private->HttpCreated); in HttpBootGetBootFile()