Home | History | Annotate | Download | only in HttpBootDxe

Lines Matching refs:Headers

96 // A wrapper structure to hold the HTTP headers.

101 EFI_HTTP_HEADER *Headers;
209 EFI_HTTP_HEADER *Headers;
290 @param[in] HeaderCount Number of HTTP header structures in Headers list.
291 @param[in] Headers Array containing list of HTTP headers.
307 IN EFI_HTTP_HEADER *Headers, OPTIONAL
358 @param[in] HeaderCount Number of HTTP header structures in Headers list.
359 @param[in] Headers Array containing list of HTTP headers.
364 @retval EFI_INVALID_PARAMETER HeaderCount is not zero, and Headers is NULL.
374 IN EFI_HTTP_HEADER *Headers,