/third_party/gstreamer/gstreamer/gst/ |
D | gsturi.c | 984 gchar *userinfo; member 1024 g_free (uri->userinfo); in _gst_uri_free() 1067 new_uri->userinfo = g_strdup (orig_uri->userinfo); in _gst_uri_copy() 1250 _gst_uri_escape_userinfo (const gchar * userinfo) in _gst_uri_escape_userinfo() argument 1252 return g_uri_escape_string (userinfo, in _gst_uri_escape_userinfo() 1457 gst_uri_new (const gchar * scheme, const gchar * userinfo, const gchar * host, in gst_uri_new() argument 1465 new_uri->userinfo = g_strdup (userinfo); in gst_uri_new() 1498 const gchar * userinfo, const gchar * host, guint port, const gchar * path, in gst_uri_new_with_base() argument 1506 new_rel_uri = gst_uri_new (scheme, userinfo, host, port, path, query, in gst_uri_new_with_base() 1552 uri_obj->userinfo = g_uri_unescape_segment (uri, eoui, NULL); in _gst_uri_from_string_internal() [all …]
|
D | gsturi.h | 220 const gchar * userinfo, 229 const gchar * userinfo, 278 gboolean gst_uri_set_userinfo (GstUri * uri, const gchar * userinfo);
|
/third_party/gstreamer/gstplugins_bad/gst/rtmp2/ |
D | gstrtmp2locationhandler.c | 137 const gchar *scheme_sep, *path_sep, *stream_sep, *host, *userinfo; in uri_handler_set_uri() local 213 userinfo = gst_uri_get_userinfo (uri); in uri_handler_set_uri() 214 if (userinfo) { in uri_handler_set_uri() 216 gchar **split = g_strsplit (userinfo, ":", 2); in uri_handler_set_uri() 228 "the user and pass before adding to the URI.", userinfo); in uri_handler_set_uri()
|
/third_party/gstreamer/gstplugins_bad/ext/webrtc/ |
D | gstwebrtcice.c | 250 _parse_userinfo (const gchar * userinfo, gchar ** user, gchar ** pass) in _parse_userinfo() argument 254 if (!userinfo) { in _parse_userinfo() 260 colon = g_strstr_len (userinfo, -1, ":"); in _parse_userinfo() 262 *user = g_uri_unescape_string (userinfo, NULL); in _parse_userinfo() 268 if (colon != g_strrstr (userinfo, ":")) in _parse_userinfo() 271 "before adding to the URI.", userinfo); in _parse_userinfo() 273 *user = g_uri_unescape_segment (userinfo, colon, NULL); in _parse_userinfo() 311 const gchar *host, *userinfo, *transport, *scheme; in _add_turn_server() local 332 userinfo = gst_uri_get_userinfo (turn_server); in _add_turn_server() 333 _parse_userinfo (userinfo, &user, &pass); in _add_turn_server() [all …]
|
/third_party/node/deps/openssl/openssl/apps/ |
D | srp.c | 240 char *passin = NULL, *passout = NULL, *gN = NULL, *userinfo = NULL; in srp_main() local 286 userinfo = opt_arg(); in srp_main() 474 || (userinfo in srp_main() 475 && ((row[DB_srpinfo] = OPENSSL_strdup(userinfo)) == NULL)) in srp_main() 557 || (userinfo in srp_main() 558 && ((row[DB_srpinfo] = OPENSSL_strdup(userinfo)) in srp_main()
|
/third_party/openssl/apps/ |
D | srp.c | 240 char *passin = NULL, *passout = NULL, *gN = NULL, *userinfo = NULL; in srp_main() local 286 userinfo = opt_arg(); in srp_main() 474 || (userinfo in srp_main() 475 && ((row[DB_srpinfo] = OPENSSL_strdup(userinfo)) == NULL)) in srp_main() 557 || (userinfo in srp_main() 558 && ((row[DB_srpinfo] = OPENSSL_strdup(userinfo)) in srp_main()
|
/third_party/ffmpeg/libavformat/ |
D | url.h | 358 const char *userinfo; /**< including final '@' if present */ member 368 #define url_component_end_authority userinfo
|
D | url.c | 111 uc->userinfo = cur; in ff_url_decompose() 133 uc->userinfo = uc->host = uc->port = cur; in ff_url_decompose()
|
/third_party/openssl/doc/man3/ |
D | OSSL_HTTP_parse_url.pod | 49 C<[scheme://][userinfo@]host[:port][/path][?query][#fragment]> and splits it up 50 into scheme, userinfo, host, port, path, query, and fragment components. 63 For absent scheme, userinfo, port, query, and fragment components
|
D | OSSL_HTTP_transfer.pod | 81 C<[http[s]://][userinfo@]host[:port][/path][?query][#fragment]>, 82 where any userinfo, path, query, and fragment given is ignored. 216 Any userinfo and fragment components in the I<url> are ignored.
|
D | SRP_VBASE_new.pod | 50 flag base64(verifier) base64(salt) username gNid userinfo(optional)
|
/third_party/openssl/doc/man1/ |
D | openssl-srp.pod.in | 20 [B<-userinfo> I<text>] 82 =item B<-userinfo>
|
D | openssl-ocsp.pod.in | 34 [B<-proxy> I<[http[s]://][userinfo@]host[:port][/path]>] 164 The optional userinfo and fragment components are ignored. 174 =item B<-proxy> I<[http[s]://][userinfo@]host[:port][/path]> 180 as well as any userinfo and path components.
|
D | openssl-s_server.pod.in | 77 [B<-proxy> I<[http[s]://][userinfo@]host[:port][/path]>] 507 =item B<-proxy> I<[http[s]://][userinfo@]host[:port][/path]> 513 as well as any userinfo and path components. 529 The optional userinfo and fragment URL components are ignored.
|
D | openssl-cmp.pod.in | 50 [B<-server> I<[http[s]://][userinfo@]host[:port][/path][?query][#fragment]>] 51 [B<-proxy> I<[http[s]://][userinfo@]host[:port][/path][?query][#fragment]>] 454 =item B<-server> I<[http[s]://][userinfo@]host[:port][/path][?query][#fragment]> 463 The optional userinfo and fragment components are ignored. 467 =item B<-proxy> I<[http[s]://][userinfo@]host[:port][/path][?query][#fragment]> 473 selected by B<-tls_used>), as well as any path, userinfo, and query, and fragment
|
/third_party/python/Lib/urllib/ |
D | parse.py | 192 userinfo, have_info, hostinfo = netloc.rpartition('@') 194 username, have_password, password = userinfo.partition(':') 222 userinfo, have_info, hostinfo = netloc.rpartition(b'@') 224 username, have_password, password = userinfo.partition(b':')
|
D | request.py | 784 userinfo, hostport = _splituser(authority) 785 if userinfo is not None: 786 user, password = _splitpasswd(userinfo)
|
/third_party/ffmpeg/libavformat/tests/ |
D | url.c | 41 PRINT_COMPONENT(userinfo); in test_decompose()
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gsturi.c | 222 const gchar *userinfo; member 384 tests[i].uri.userinfo); in GST_START_TEST() 438 escaped_tests[i].uri.userinfo); in GST_START_TEST() 501 url_presenting_tests[i].uri.userinfo, in GST_START_TEST()
|
/third_party/curl/docs/ |
D | URL-SYNTAX.md | 121 [scheme][divider][userinfo][hostname][port number][path][query][fragment] 150 The userinfo field can be used to set user name and password for 156 userinfo field. They are provided as a semicolon after the password and then
|
/third_party/nghttp2/src/ |
D | shrpx_http2_session.cc | 705 if (!proxy.userinfo.empty()) { in downstream_connect_proxy() 707 req += base64::encode(std::begin(proxy.userinfo), std::end(proxy.userinfo)); in downstream_connect_proxy()
|
D | shrpx_config.h | 657 StringRef userinfo; member
|
/third_party/ffmpeg/tests/ref/fate/ |
D | url | 6 userinfo: user:pass@
|
/third_party/gstreamer/gstplugins_bad/ext/neon/ |
D | gstneonhttpsrc.c | 787 if (!src->proxy.path || src->proxy.userinfo) in gst_neonhttp_src_set_proxy()
|
/third_party/python/Doc/howto/ |
D | urllib2.rst | 527 NOT contain the "userinfo" component - for example ``"joe:password@example.com"`` is
|