HomeSort by relevance Sort by last modified time
    Searched defs:Authority (Results 1 - 3 of 3) sorted by null

  /external/nist-sip/java/gov/nist/javax/sip/address/
Authority.java 33 * Authority part of a URI structure. Section 3.2.2 RFC2396
42 public class Authority extends NetObject {
83 Authority otherAuth = (Authority) other;
223 Authority retval = (Authority) super.clone();
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeHttpLib/
DxeHttpLib.c 80 the authority.
84 @param[in] IsRightBracket TRUE if there is an sign ']' in the authority component and
99 // The authority component is preceded by a double slash ("//") and is
108 // authority = [ userinfo "@" ] host [ ":" port ]
151 This function parse the authority component of the input URL and update the parser.
154 @param[in] FoundAt TRUE if there is an at sign ('@') in the authority component.
157 @retval EFI_SUCCESS Successfully parse the authority.
169 CHAR8 *Authority;
179 // authority = [ userinfo "@" ] host [ ":" port ]
190 Authority = Url + UrlParser->FieldData[HTTP_URI_FIELD_AUTHORITY].Offset;
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
HttpBootDhcp4.h 194 CHAR8 *Authority;
199 CHAR8 *RegName; /// Point to somewhere in Authority

Completed in 89 milliseconds