Home
last modified time | relevance | path

Searched refs:scope (Results 1 – 25 of 35) sorted by relevance

12

/curl/tests/http/
H A Dconftest.py75 @pytest.fixture(scope="package")
90 @pytest.fixture(scope="package", autouse=True)
95 @pytest.fixture(scope='package')
107 @pytest.fixture(scope='package')
116 @pytest.fixture(scope='package')
H A Dtest_18_methods.py38 @pytest.fixture(autouse=True, scope='class')
H A Dtest_19_shutdown.py39 @pytest.fixture(autouse=True, scope='class')
46 @pytest.fixture(autouse=True, scope='class')
H A Dtest_09_push.py39 @pytest.fixture(autouse=True, scope='class')
H A Dtest_16_info.py39 @pytest.fixture(autouse=True, scope='class')
46 @pytest.fixture(autouse=True, scope='class')
H A Dtest_11_unix.py93 @pytest.fixture(scope="class")
H A Dtest_03_goaway.py41 @pytest.fixture(autouse=True, scope='class')
H A Dtest_06_eyeballs.py38 @pytest.fixture(autouse=True, scope='class')
H A Dtest_05_errors.py40 @pytest.fixture(autouse=True, scope='class')
H A Dtest_14_auth.py39 @pytest.fixture(autouse=True, scope='class')
H A Dtest_04_stuttered.py41 @pytest.fixture(autouse=True, scope='class')
H A Dtest_08_caddy.py44 @pytest.fixture(autouse=True, scope='class')
61 @pytest.fixture(autouse=True, scope='class')
H A Dtest_30_vsftpd.py43 @pytest.fixture(autouse=True, scope='class')
60 @pytest.fixture(autouse=True, scope='class')
H A Dtest_20_websockets.py64 @pytest.fixture(autouse=True, scope='class')
H A Dtest_17_ssl_use.py41 @pytest.fixture(autouse=True, scope='class')
47 @pytest.fixture(autouse=True, scope='function')
/curl/docs/libcurl/opts/
H A DCURLOPT_ADDRESS_SCOPE.md17 CURLOPT_ADDRESS_SCOPE - scope id for IPv6 addresses
24 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_ADDRESS_SCOPE, long scope);
29 Pass a long specifying the scope id value to use when connecting to IPv6 addresses.
H A DCURLOPT_PORT.md30 We discourage using this option since its scope is not obvious and hard to
/curl/lib/
H A Dif2ip.c122 char scope[12] = ""; in Curl_if2ip() local
156 msnprintf(scope, sizeof(scope), "%%%u", scopeid); in Curl_if2ip()
165 msnprintf(buf, buf_size, "%s%s", ip, scope); in Curl_if2ip()
/curl/scripts/
H A Dchecksrc.pl344 my ($warn, $scope)=($1, $2);
346 ($warn, $scope)=($1, $2);
350 $scope = 1;
353 if($scope eq "all") {
354 $scope=999999;
361 if($scope eq "0") {
372 $ignore{$warn}=$scope;
H A Dmanagen513 my $scope;
585 $scope=$1;
692 if($scope) {
697 if($scope eq "global") {
702 print STDERR "$f:$line:1:ERROR: unrecognized scope: '$scope'\n";
/curl/tests/data/
H A Dtest105645 # This test relies on the IPv6 scope field being ignored when connecting to
59 HTTP follow redirect from IPv4 to IPv6 with scope
/curl/docs/libcurl/
H A Dcurl_easy_nextheader.md54 within the given scope (origin + request).
58 given scope. This way, an application can iterate over all available headers.
103 headers available within the scope to return.
H A Dcurl_easy_header.md103 and request scope asked for.
106 case this header was used more than once in the requested scope can be larger
/curl/docs/examples/
H A D.gitignore6 address-scope
H A DMakefile.inc28 address-scope \

Completed in 35 milliseconds

12