Searched refs:userinfo (Results 1 - 9 of 9) sorted by relevance

/external/python/cpython2/Lib/
H A Durlparse.py80 userinfo = netloc.rsplit("@", 1)[0]
81 if ":" in userinfo:
82 userinfo = userinfo.split(":", 1)[0]
83 return userinfo
90 userinfo = netloc.rsplit("@", 1)[0]
91 if ":" in userinfo:
92 return userinfo.split(":", 1)[1]
H A Durllib2.py683 The authority component may optionally include userinfo (assumed to be
728 userinfo, hostport = splituser(authority)
729 if userinfo is not None:
730 user, password = splitpasswd(userinfo)
806 # note HTTP URLs do not have a userinfo component
874 # host may be an authority (without userinfo) or a URL with an
918 # http_error_auth_reqed requires that there is no userinfo component in
921 # userinfo.
/external/python/cpython3/Lib/urllib/
H A Dparse.py171 userinfo, have_info, hostinfo = netloc.rpartition('@')
173 username, have_password, password = userinfo.partition(':')
201 userinfo, have_info, hostinfo = netloc.rpartition(b'@')
203 username, have_password, password = userinfo.partition(b':')
H A Drequest.py787 userinfo, hostport = splituser(authority)
788 if userinfo is not None:
789 user, password = splitpasswd(userinfo)
864 # note HTTP URLs do not have a userinfo component
962 # host may be an authority (without userinfo) or a URL with an
1037 # http_error_auth_reqed requires that there is no userinfo component in
1040 # userinfo.
/external/libevent/
H A Dhttp.c4409 char *userinfo; /* userinfo (typically username:pass), or NULL */ member in struct:evhttp_uri
4454 /* Return true iff [s..eos) is a valid userinfo */
4566 /* Optionally, we start with "userinfo@" */
4573 uri->userinfo = mm_strdup(s);
4574 if (uri->userinfo == NULL) {
4833 URI_FREE_STR_(userinfo);
4865 if (uri->userinfo)
4866 evbuffer_add_printf(tmp,"%s@", uri->userinfo);
4915 return uri->userinfo;
4966 evhttp_uri_set_userinfo(struct evhttp_uri *uri, const char *userinfo) argument
[all...]
/external/libevent/include/event2/
H A Dhttp.h1038 * Return the userinfo part of an evhttp_uri, or NULL if it has no userinfo
1076 /** Set the userinfo of an evhttp_uri, or clear the userinfo if userinfo==NULL.
1077 * Returns 0 on success, -1 if userinfo is not well-formed. */
1079 int evhttp_uri_set_userinfo(struct evhttp_uri *uri, const char *userinfo);
1109 * scheme://[[userinfo]@]foo.com[:port]]/[path][?query][#fragment]
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
H A DURI.java30 * 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
614 * Initialize the authority (userinfo, host and port) for this
629 String userinfo = null;
631 // userinfo is everything up @
646 userinfo
[all...]
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DURI.java32 * 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
634 * Initialize the authority (userinfo, host and port) for this
649 String userinfo = null;
651 // userinfo is everything up @
666 userinfo
[all...]
/external/annotation-tools/asmx/test/lib/
H A Dxalan-2.6.0.jarMETA-INF/ META-INF/MANIFEST.MF java_cup/ java_cup/runtime/ META-INF/services/ org/ org/apache/ ...

Completed in 2230 milliseconds