Lines Matching full:instance
110 /// Set to TRUE to instruct the EFI HTTP instance to use the default address
111 /// information in every TCP connection made by this instance. In addition, when set
117 /// used in every TCP connection opened by this instance.
122 /// in every TCP connection opened by this instance.
127 /// every TCP connection opened by this instance.
137 /// Local IP address to be used in every TCP connection opened by this instance.
141 /// Local port to be used in every TCP connection opened by this instance.
152 /// HTTP version that this instance will support.
160 /// Defines behavior of EFI DNS and TCP protocols consumed by this instance. If
161 /// FALSE, this instance will use EFI_DNS4_PROTOCOL and EFI_TCP4_PROTOCOL. If TRUE,
162 /// this instance will use EFI_DNS6_PROTOCOL and EFI_TCP6_PROTOCOL.
189 /// The URI of a remote host. From the information in this field, the HTTP instance
294 Returns the operational parameters for the current HTTP child instance.
297 parameters) for this HTTP protocol instance.
299 @param[in] This Pointer to EFI_HTTP_PROTOCOL instance.
301 HTTP instance. It is the responsibility of the caller
312 @retval EFI_NOT_STARTED This EFI HTTP Protocol instance has not been started.
322 Initialize or brutally reset the operational parameters for this EFI HTTP instance.
325 When HttpConfigData is not NULL Initialize this EFI HTTP instance by configuring
327 When HttpConfigData is NULL, reset this EFI HTTP instance by closing all active
331 No other EFI HTTP function can be executed by this instance until the Configure()
334 @param[in] This Pointer to EFI_HTTP_PROTOCOL instance.
335 @param[in] HttpConfigData Pointer to the configure data to configure the instance.
344 @retval EFI_ALREADY_STARTED Reinitialize this HTTP instance without calling
360 The Request() function queues an HTTP request to this HTTP instance,
365 @param[in] This Pointer to EFI_HTTP_PROTOCOL instance.
369 @retval EFI_NOT_STARTED This EFI HTTP Protocol instance has not been started.
400 @param[in] This Pointer to EFI_HTTP_PROTOCOL instance.
406 @retval EFI_NOT_STARTED This instance hasn't been configured.
419 The Response() function queues an HTTP response to this HTTP instance, similar to
423 The HTTP driver will queue a receive token to the underlying TCP instance. When data
424 is received in the underlying TCP instance, the data will be parsed and Token will
437 token to underlying TCP instance. If data arrives in the receive buffer, up to
446 @param[in] This Pointer to EFI_HTTP_PROTOCOL instance.
450 @retval EFI_NOT_STARTED This EFI HTTP Protocol instance has not been
483 @param[in] This Pointer to EFI_HTTP_PROTOCOL instance.
489 @retval EFI_NOT_STARTED This EFI HTTP Protocol instance has not been started.