Home | History | Annotate | Download | only in Library

Lines Matching refs:UrlParser

50   content of the URL won't be modified and the result will be returned in UrlParser, which can

52 free the buffer returned in *UrlParser by HttpUrlFreeParser().
57 @param[out] UrlParser Pointer to the returned buffer to store the parse result.
60 @retval EFI_INVALID_PARAMETER UrlParser is NULL or Url is not a valid HTTP URL.
70 OUT VOID **UrlParser
80 @param[in] UrlParser URL Parse result returned by NetHttpParseUrl().
84 @retval EFI_INVALID_PARAMETER Uri is NULL or HostName is NULL or UrlParser is invalid.
93 IN VOID *UrlParser,
103 @param[in] UrlParser URL Parse result returned by NetHttpParseUrl().
107 @retval EFI_INVALID_PARAMETER Uri is NULL or Ip4Address is NULL or UrlParser is invalid.
116 IN VOID *UrlParser,
126 @param[in] UrlParser URL Parse result returned by NetHttpParseUrl().
130 @retval EFI_INVALID_PARAMETER Uri is NULL or Ip6Address is NULL or UrlParser is invalid.
139 IN VOID *UrlParser,
149 @param[in] UrlParser URL Parse result returned by NetHttpParseUrl().
153 @retval EFI_INVALID_PARAMETER Uri is NULL or Port is NULL or UrlParser is invalid.
162 IN VOID *UrlParser,
169 @param[in] UrlParser Pointer to the parser.
175 IN VOID *UrlParser
223 header information. It is the caller's responsibility to free the buffer returned in *UrlParser by HttpFreeMsgParser().