Home
last modified time | relevance | path

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

12

/curl/tests/http/
H A Dconftest.py36 @pytest.fixture(scope="package")
53 @pytest.fixture(scope="package", autouse=True)
58 @pytest.fixture(scope='package')
70 @pytest.fixture(scope='package')
79 @pytest.fixture(scope='package')
H A Dtest_18_methods.py42 @pytest.fixture(autouse=True, scope='class')
49 @pytest.fixture(autouse=True, scope='class')
H A Dtest_16_info.py42 @pytest.fixture(autouse=True, scope='class')
49 @pytest.fixture(autouse=True, scope='class')
H A Dtest_09_push.py39 @pytest.fixture(autouse=True, scope='class')
H A Dtest_08_caddy.py41 @pytest.fixture(autouse=True, scope='class')
58 @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_31_vsftpds.py48 @pytest.fixture(autouse=True, scope='class')
70 @pytest.fixture(autouse=True, scope='class')
H A Dtest_01_basic.py39 @pytest.fixture(autouse=True, scope='class')
H A Dtest_11_unix.py90 @pytest.fixture(scope="class")
H A Dtest_06_eyeballs.py40 @pytest.fixture(autouse=True, scope='class')
H A Dtest_03_goaway.py42 @pytest.fixture(autouse=True, scope='class')
H A Dtest_05_errors.py42 @pytest.fixture(autouse=True, scope='class')
H A Dtest_14_auth.py41 @pytest.fixture(autouse=True, scope='class')
H A Dtest_04_stuttered.py42 @pytest.fixture(autouse=True, scope='class')
H A Dtest_20_websockets.py64 @pytest.fixture(autouse=True, scope='class')
H A Dtest_13_proxy_auth.py44 @pytest.fixture(autouse=True, scope='class')
/curl/docs/libcurl/opts/
H A DCURLOPT_ADDRESS_SCOPE.md16 CURLOPT_ADDRESS_SCOPE - scope id for IPv6 addresses
23 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_ADDRESS_SCOPE, long scope);
28 Pass a long specifying the scope id value to use when connecting to IPv6 addresses.
H A DCURLOPT_PORT.md29 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.pl328 my ($warn, $scope)=($1, $2);
330 ($warn, $scope)=($1, $2);
334 $scope = 1;
337 if($scope eq "all") {
338 $scope=999999;
345 if($scope eq "0") {
356 $ignore{$warn}=$scope;
H A Dmanagen463 my $scope;
535 $scope=$1;
642 if($scope) {
643 if($scope eq "global") {
648 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.md53 within the given scope (origin + request).
57 given scope. This way, an application can iterate over all available headers.
102 headers available within the scope to return.
H A Dcurl_easy_header.md102 and request scope asked for.
105 case this header was used more than once in the requested scope can be larger
/curl/docs/examples/
H A DMakefile.inc28 address-scope \

Completed in 66 milliseconds

12