Home | History | Annotate | Download | only in HttpDxe

Lines Matching defs:Context

147   @param[in]     Context       The pointer to the IP4 config2 instance data or IP6 Config instance data.

154 IN VOID *Context
254 @param[in] Context Pointer to the callback context corresponds to the Context in NetDestroyLinkList.
265 IN VOID *Context
273 if (Entry == NULL || Context == NULL) {
278 ServiceBinding = ((HTTP_DESTROY_CHILD_IN_HANDLE_BUF_CONTEXT *) Context)->ServiceBinding;
279 NumberOfChildren = ((HTTP_DESTROY_CHILD_IN_HANDLE_BUF_CONTEXT *) Context)->NumberOfChildren;
280 ChildHandleBuffer = ((HTTP_DESTROY_CHILD_IN_HANDLE_BUF_CONTEXT *) Context)->ChildHandleBuffer;
525 HTTP_DESTROY_CHILD_IN_HANDLE_BUF_CONTEXT Context;
563 Context.ServiceBinding = ServiceBinding;
564 Context.NumberOfChildren = NumberOfChildren;
565 Context.ChildHandleBuffer = ChildHandleBuffer;
569 &Context,