Home | History | Annotate | Download | only in HttpDxe

Lines Matching refs:Event

142   The event process routine when the http utilities protocol is installed

145 @param[in] Event Not used.
152 IN EFI_EVENT Event,
163 // Close the event if Http utilities protocol is loacted.
165 if (mHttpUtilities != NULL && Event != NULL) {
166 gBS->CloseEvent (Event);