Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
DHttpBootSupport.c651 OUT HTTP_IO *HttpIo in HttpIoCreateIo() argument
661 if ((Image == NULL) || (Controller == NULL) || (ConfigData == NULL) || (HttpIo == NULL)) { in HttpIoCreateIo()
669 ZeroMem (HttpIo, sizeof (HTTP_IO)); in HttpIoCreateIo()
678 &HttpIo->Handle in HttpIoCreateIo()
685 HttpIo->Handle, in HttpIoCreateIo()
699 HttpIo->Image = Image; in HttpIoCreateIo()
700 HttpIo->Controller = Controller; in HttpIoCreateIo()
701 HttpIo->IpVersion = IpVersion; in HttpIoCreateIo()
702 HttpIo->Http = Http; in HttpIoCreateIo()
707 if (HttpIo->IpVersion == IP_VERSION_4) { in HttpIoCreateIo()
[all …]
DHttpBootSupport.h271 OUT HTTP_IO *HttpIo
282 IN HTTP_IO *HttpIo
304 IN HTTP_IO *HttpIo,
329 IN HTTP_IO *HttpIo,
DHttpBootClient.c475 &Private->HttpIo in HttpBootCreateHttpIo()
750 HTTP_IO *HttpIo; in HttpBootGetBootFile() local
891 HttpIo = &Private->HttpIo; in HttpBootGetBootFile()
893 HttpIo, in HttpBootGetBootFile()
917 &Private->HttpIo, in HttpBootGetBootFile()
923 StatusCode = HttpIo->RspToken.Message->Data.Response->StatusCode; in HttpBootGetBootFile()
1006 &Private->HttpIo, in HttpBootGetBootFile()
1046 &Private->HttpIo, in HttpBootGetBootFile()
DHttpBootDxe.h147 HTTP_IO HttpIo; member
DHttpBootDxe.c71 HttpIoDestroyIo (&Private->HttpIo); in HttpBootDestroyIp4Children()
147 HttpIoDestroyIo(&Private->HttpIo); in HttpBootDestroyIp6Children()
DHttpBootImpl.c340 HttpIoDestroyIo (&Private->HttpIo); in HttpBootStop()