Searched refs:HttpIo (Results 1 – 6 of 6) sorted by relevance
651 OUT HTTP_IO *HttpIo in HttpIoCreateIo() argument661 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 …]
271 OUT HTTP_IO *HttpIo282 IN HTTP_IO *HttpIo304 IN HTTP_IO *HttpIo,329 IN HTTP_IO *HttpIo,
475 &Private->HttpIo in HttpBootCreateHttpIo()750 HTTP_IO *HttpIo; in HttpBootGetBootFile() local891 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()
147 HTTP_IO HttpIo; member
71 HttpIoDestroyIo (&Private->HttpIo); in HttpBootDestroyIp4Children()147 HttpIoDestroyIo(&Private->HttpIo); in HttpBootDestroyIp6Children()
340 HttpIoDestroyIo (&Private->HttpIo); in HttpBootStop()