HomeSort by relevance Sort by last modified time
    Searched refs:HTTP_IO (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
HttpBootSupport.h 138 // HTTP_IO configuration data for IPv4
151 // HTTP_IO configuration data for IPv6
163 // HTTP_IO configuration
188 } HTTP_IO;
234 Create a HTTP_IO to access the HTTP service. It will create and configure
240 @param[in] ConfigData The HTTP_IO configuration data.
241 @param[out] HttpIo The HTTP_IO.
243 @retval EFI_SUCCESS The HTTP_IO is created and configured.
248 @retval Others Failed to create the HTTP_IO or configure it.
257 OUT HTTP_IO *HttpIo
    [all...]
HttpBootSupport.c 662 Create a HTTP_IO to access the HTTP service. It will create and configure
668 @param[in] ConfigData The HTTP_IO configuration data.
669 @param[out] HttpIo The HTTP_IO.
671 @retval EFI_SUCCESS The HTTP_IO is created and configured.
676 @retval Others Failed to create the HTTP_IO or configure it.
685 OUT HTTP_IO *HttpIo
703 ZeroMem (HttpIo, sizeof (HTTP_IO));
799 Destroy the HTTP_IO and release the resouces.
801 @param[in] HttpIo The HTTP_IO which wraps the HTTP service to be destroyed.
806 IN HTTP_IO *HttpIo
    [all...]
HttpBootDxe.h 109 HTTP_IO HttpIo;
HttpBootClient.c 724 HTTP_IO *HttpIo;
    [all...]

Completed in 45 milliseconds