Lines Matching refs:C
38 If I<proxy> is NULL, take any default value from the C<http_proxy>
39 environment variable, or from C<https_proxy> if I<use_ssl> is nonzero.
41 take any further default value from the C<HTTP_PROXY>
42 environment variable, or from C<HTTPS_PROXY> if I<use_ssl> is nonzero.
43 If I<no_proxy> is NULL, take any default exclusion value from the C<no_proxy>
44 environment variable, or else from C<NO_PROXY>.
49 C<[scheme://][userinfo@]host[:port][/path][?query][#fragment]> and splits it up
52 where IPv6 addresses should be enclosed in square brackets C<[> and C<]>.
53 The port component is optional and defaults to C<0>.
56 The path component is also optional and defaults to C</>.
62 A string returned via I<*ppath> is guaranteed to begin with a C</> character.
67 where the scheme, if given, must be C<http> or C<https>.
69 and the scheme is C<https>, else 0.
70 The port component is optional and defaults to C<443> if the scheme is C<https>,
71 else C<80>.
72 Note that relative paths must be given with a leading C</>,