Searched refs:scope (Results 1 – 25 of 35) sorted by relevance
12
/curl/tests/http/ |
H A D | conftest.py | 75 @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 D | test_18_methods.py | 38 @pytest.fixture(autouse=True, scope='class')
|
H A D | test_19_shutdown.py | 39 @pytest.fixture(autouse=True, scope='class') 46 @pytest.fixture(autouse=True, scope='class')
|
H A D | test_09_push.py | 39 @pytest.fixture(autouse=True, scope='class')
|
H A D | test_16_info.py | 39 @pytest.fixture(autouse=True, scope='class') 46 @pytest.fixture(autouse=True, scope='class')
|
H A D | test_11_unix.py | 93 @pytest.fixture(scope="class")
|
H A D | test_03_goaway.py | 41 @pytest.fixture(autouse=True, scope='class')
|
H A D | test_06_eyeballs.py | 38 @pytest.fixture(autouse=True, scope='class')
|
H A D | test_05_errors.py | 40 @pytest.fixture(autouse=True, scope='class')
|
H A D | test_14_auth.py | 39 @pytest.fixture(autouse=True, scope='class')
|
H A D | test_04_stuttered.py | 41 @pytest.fixture(autouse=True, scope='class')
|
H A D | test_08_caddy.py | 44 @pytest.fixture(autouse=True, scope='class') 61 @pytest.fixture(autouse=True, scope='class')
|
H A D | test_30_vsftpd.py | 43 @pytest.fixture(autouse=True, scope='class') 60 @pytest.fixture(autouse=True, scope='class')
|
H A D | test_20_websockets.py | 64 @pytest.fixture(autouse=True, scope='class')
|
H A D | test_17_ssl_use.py | 41 @pytest.fixture(autouse=True, scope='class') 47 @pytest.fixture(autouse=True, scope='function')
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_ADDRESS_SCOPE.md | 17 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 D | CURLOPT_PORT.md | 30 We discourage using this option since its scope is not obvious and hard to
|
/curl/lib/ |
H A D | if2ip.c | 122 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 D | checksrc.pl | 344 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 D | managen | 513 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 D | test1056 | 45 # 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 D | curl_easy_nextheader.md | 54 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 D | curl_easy_header.md | 103 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 | .gitignore | 6 address-scope
|
H A D | Makefile.inc | 28 address-scope \
|
Completed in 35 milliseconds
12