Home
last modified time | relevance | path

Searched refs:valid_schemes (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/src/core/ext/filters/http/client/
Dhttp_client_filter.cc454 grpc_mdelem valid_schemes[] = {GRPC_MDELEM_SCHEME_HTTP, in scheme_from_args() local
460 for (j = 0; j < GPR_ARRAY_SIZE(valid_schemes); j++) { in scheme_from_args()
461 if (0 == grpc_slice_str_cmp(GRPC_MDVALUE(valid_schemes[j]), in scheme_from_args()
463 return valid_schemes[j]; in scheme_from_args()
/external/python/cpython2/Lib/test/
Dtest_urllib2.py996 valid_schemes = ['http', 'https', 'ftp']
1010 for scheme in valid_schemes:
/external/python/cpython3/Lib/test/
Dtest_urllib2.py1236 valid_schemes = ['http','https','ftp']
1250 for scheme in valid_schemes: