/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 | 353 const char *userinfo; /**< including final '@' if present */ member 363 #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/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/curl/docs/libcurl/ |
D | curl_url_get.md | 136 userinfo part. It is only recognized/used when parsing URLs for the following
|
D | curl_url_set.md | 100 userinfo part. It is only recognized/used when parsing URLs for the following
|
/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
|
D | shrpx_config.cc | 3296 proxy.userinfo = util::percent_decode(config->balloc, uf); in parse_config()
|
/third_party/ffmpeg/tests/ref/fate/ |
D | url | 6 userinfo: user:pass@
|
/third_party/python/Doc/howto/ |
D | urllib2.rst | 527 NOT contain the "userinfo" component - for example ``"joe:password@example.com"`` is
|
/third_party/python/Doc/library/ |
D | urllib.request.rst | 988 authority must not contain a userinfo component (so, ``"python.org"`` and
|
/third_party/NuttX/ |
D | ReleaseNotes | 33458 * [#7998](https://github.com/apache/nuttx/pull/7998) libc: passwd: add pw_gecos field(userinfo)
|