Home
last modified time | relevance | path

Searched refs:HTTP_INSTANCE_FROM_PROTOCOL (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/HttpDxe/
DHttpImpl.c62 HttpInstance = HTTP_INSTANCE_FROM_PROTOCOL (This); in EfiHttpGetModeData()
150 HttpInstance = HTTP_INSTANCE_FROM_PROTOCOL (This); in EfiHttpConfigure()
276 HttpInstance = HTTP_INSTANCE_FROM_PROTOCOL (This); in EfiHttpRequest()
746 HttpInstance = HTTP_INSTANCE_FROM_PROTOCOL (This); in EfiHttpCancel()
1216 HttpInstance = HTTP_INSTANCE_FROM_PROTOCOL (This); in EfiHttpResponse()
1305 HttpInstance = HTTP_INSTANCE_FROM_PROTOCOL (This); in EfiHttpPoll()
DHttpProto.h162 #define HTTP_INSTANCE_FROM_PROTOCOL(a) \ macro
DHttpDriver.c1029 HttpInstance = HTTP_INSTANCE_FROM_PROTOCOL (Http); in HttpServiceBindingDestroyChild()