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

  /external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
URI.java 30 * the various components (scheme, host, port, userinfo, path, query
44 * is stored as userinfo.
110 * userinfo can be composed of unreserved, escaped and these
119 /** If specified, stores the userinfo for this URI; otherwise null.
169 * accordingly - setting the scheme, userinfo, host,port, path, query
269 * @param p_userinfo the URI userinfo (cannot be specified if host
301 Utils.messages.createMessage(MsgKey.ER_NO_USERINFO_IF_NO_HOST, null)); //"Userinfo may not be specified if host is not specified!");
614 * Initialize the authority (userinfo, host and port) for this
629 String userinfo = null; local
631 // userinfo is everything up
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
URI.java 32 * the various components (scheme, host, port, userinfo, path, query
46 * is stored as userinfo.
107 * userinfo can be composed of unreserved, escaped and these
116 /** If specified, stores the userinfo for this URI; otherwise null.
166 * accordingly - setting the scheme, userinfo, host,port, path, query
266 * @param p_userinfo the URI userinfo (cannot be specified if host
298 XMLMessages.createXMLMessage(XMLErrorResources.ER_NO_USERINFO_IF_NO_HOST, null)); //"Userinfo may not be specified if host is not specified!");
634 * Initialize the authority (userinfo, host and port) for this
649 String userinfo = null; local
651 // userinfo is everything up
    [all...]
  /external/libevent/
http.c 4409 char *userinfo; \/* userinfo (typically username:pass), or NULL *\/ member in struct:evhttp_uri
    [all...]

Completed in 412 milliseconds