Home
last modified time | relevance | path

Searched refs:userinfo (Results 1 – 25 of 30) sorted by relevance

12

/third_party/gstreamer/gstreamer/gst/
Dgsturi.c984 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 …]
Dgsturi.h220 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/
Dgstrtmp2locationhandler.c137 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/
Dgstwebrtcice.c250 _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/
Dsrp.c240 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/
Dsrp.c240 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/
Durl.h358 const char *userinfo; /**< including final '@' if present */ member
368 #define url_component_end_authority userinfo
Durl.c111 uc->userinfo = cur; in ff_url_decompose()
133 uc->userinfo = uc->host = uc->port = cur; in ff_url_decompose()
/third_party/openssl/doc/man3/
DOSSL_HTTP_parse_url.pod49 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
DOSSL_HTTP_transfer.pod81 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.
DSRP_VBASE_new.pod50 flag base64(verifier) base64(salt) username gNid userinfo(optional)
/third_party/openssl/doc/man1/
Dopenssl-srp.pod.in20 [B<-userinfo> I<text>]
82 =item B<-userinfo>
Dopenssl-ocsp.pod.in34 [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.
Dopenssl-s_server.pod.in77 [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.
Dopenssl-cmp.pod.in50 [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/
Dparse.py192 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':')
Drequest.py784 userinfo, hostport = _splituser(authority)
785 if userinfo is not None:
786 user, password = _splitpasswd(userinfo)
/third_party/ffmpeg/libavformat/tests/
Durl.c41 PRINT_COMPONENT(userinfo); in test_decompose()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgsturi.c222 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/
DURL-SYNTAX.md121 [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/
Dshrpx_http2_session.cc705 if (!proxy.userinfo.empty()) { in downstream_connect_proxy()
707 req += base64::encode(std::begin(proxy.userinfo), std::end(proxy.userinfo)); in downstream_connect_proxy()
Dshrpx_config.h657 StringRef userinfo; member
/third_party/ffmpeg/tests/ref/fate/
Durl6 userinfo: user:pass@
/third_party/gstreamer/gstplugins_bad/ext/neon/
Dgstneonhttpsrc.c787 if (!src->proxy.path || src->proxy.userinfo) in gst_neonhttp_src_set_proxy()
/third_party/python/Doc/howto/
Durllib2.rst527 NOT contain the "userinfo" component - for example ``"joe:password@example.com"`` is

12