| /third_party/curl/docs/examples/ |
| H A D | 10-at-a-time.c | 37 static const char *urls[] = { variable 88 #define NUM_URLS sizeof(urls)/sizeof(char *) 102 curl_easy_setopt(eh, CURLOPT_URL, urls[i]); in add_transfer() 103 curl_easy_setopt(eh, CURLOPT_PRIVATE, urls[i]); in add_transfer()
|
| H A D | maxconnects.c | 38 const char *urls[] = { "https://example.com", in main() local 51 while(urls[i]) { in main() 52 curl_easy_setopt(curl, CURLOPT_URL, urls[i]); in main()
|
| H A D | multithread.c | 44 const char * const urls[NUMT]= { variable 82 (void *)urls[i]); in main() 86 fprintf(stderr, "Thread %d, gets %s\n", i, urls[i]); in main()
|
| H A D | smooth-gtk-thread.c | 50 gint num_urls = 9; /* Just make sure this is less than urls[]*/ 51 const char * const urls[]= { variable 70 FILE *outfile = fopen(urls[j], "wb"); in run_one() 98 http = g_strdup_printf("https://example.com/%s", urls[i]); in pull_one_url() 127 /* Make sure I do not create more threads than urls. */ in create_thread() 136 fprintf(stderr, "Thread %d, gets %s\n", i, urls[i]); in create_thread()
|
| H A D | threaded-ssl.c | 113 const char * const urls[]= { variable 152 (void *)urls[i]); in main() 156 fprintf(stderr, "Thread %d, gets %s\n", i, urls[i]); in main()
|
| /third_party/icu/tools/unicodetools/com/ibm/rbm/ |
| H A D | RBJavaImporter.java | 51 URL urls[] = new URL[1]; in beginImport() 52 urls[0] = baseURL; in beginImport() 53 urlLoader = new URLClassLoader(urls); in beginImport()
|
| /third_party/skia/tools/skqp/ |
| H A D | cut_release.py | 27 name, urls, exe = arg 29 for url in urls: 40 urls = [d['URL'] for d in rec['digests'] 43 if urls: 44 jobs.append((rec['testName'], urls, exe))
|
| /third_party/node/benchmark/url/ |
| H A D | whatwg-url-canParse.js | 5 type: Object.keys(common.urls), 12 URL.canParse(common.urls[type]);
|
| H A D | url-resolve.js | 4 const hrefs = common.urls;
|
| /third_party/node/benchmark/ |
| H A D | common.js | 328 const urls = { 378 * @param {string} type Type of the data, 'wpt' or a key of `urls` 388 } else if (urls[type]) { 389 const input = urls[type]; 434 urlDataTypes: Object.keys(urls).concat(['wpt']), 435 urls,
|
| /third_party/node/deps/openssl/openssl/crypto/ocsp/ |
| H A D | ocsp_ext.c | 433 X509_EXTENSION *OCSP_url_svcloc_new(const X509_NAME *issuer, const char **urls) in OCSP_url_svcloc_new() argument 445 if (urls && *urls in OCSP_url_svcloc_new() 448 while (urls && *urls) { in OCSP_url_svcloc_new() 455 if (!ASN1_STRING_set((ASN1_STRING *)ia5, *urls, -1)) in OCSP_url_svcloc_new() 464 urls++; in OCSP_url_svcloc_new()
|
| /third_party/openssl/crypto/ocsp/ |
| H A D | ocsp_ext.c | 433 X509_EXTENSION *OCSP_url_svcloc_new(const X509_NAME *issuer, const char **urls) in OCSP_url_svcloc_new() argument 445 if (urls && *urls in OCSP_url_svcloc_new() 448 while (urls && *urls) { in OCSP_url_svcloc_new() 455 if (!ASN1_STRING_set((ASN1_STRING *)ia5, *urls, -1)) in OCSP_url_svcloc_new() 464 urls++; in OCSP_url_svcloc_new()
|
| /third_party/node/benchmark/http/ |
| H A D | create-clientrequest.js | 7 const types = Object.keys(common.urls) 8 .filter((i) => common.urls[i]
|
| /third_party/python/Lib/test/ |
| H A D | test_urllib2net.py | 138 urls = [ 144 self._test_urls(urls, self._extra_handlers()) 152 urls = [ 157 self._test_urls(urls, self._extra_handlers(), retry=True) 175 ## urls = [ 189 ## self._test_urls(urls, self._extra_handlers()+[bauth, dauth]) 241 def _test_urls(self, urls, handlers, retry=True): 250 for url in urls:
|
| /third_party/curl/scripts/ |
| H A D | mk-ca-bundle.pl | 52 my %urls = ( 129 if(defined($urls{$opt_d})) { 130 $url = $urls{$opt_d}; 178 print "\t\t ", join( ", ", map { ( $_ =~ m/$opt_d/ ) ? "$_ (default)" : "$_" } sort keys %urls ), "\n";
|
| /third_party/libwebsockets/plugins/acme-client/ |
| H A D | protocol_lws_acme_client.c | 69 char urls[6][100]; /* directory contents */ member 353 s->len = sizeof(s->ac->urls[0]) - 1; in cb_dir() 354 s->dest = s->ac->urls[ctx->path_match - 1]; in cb_dir() 725 if (!vhd->ac->urls[0][0]) { in lws_acme_start_acquisition() 732 vhd->ac->urls[JAD_NEW_ACCOUNT_URL]); in lws_acme_start_acquisition() 967 strcpy(buf, ac->urls[JAD_NEW_ACCOUNT_URL]); in callback_acme_client() 1048 strcpy(ac->active_url, ac->urls[JAD_NEW_ACCOUNT_URL]); in callback_acme_client() 1108 strcpy(ac->active_url, ac->urls[JAD_NEW_ORDER_URL]); in callback_acme_client() 1245 lwsl_notice(" %d: %s\n", n, ac->urls[n]); in callback_acme_client() 1249 strcpy(buf, ac->urls[JAD_NEW_NONCE_UR in callback_acme_client() [all...] |
| /foundation/bundlemanager/app_domain_verify/test/unittest/mock/include/ |
| H A D | mock_verify_mgr.h | 65 virtual void UpdateWhiteListUrls(const std::vector<std::string>& urls) override 122 virtual void UpdateWhiteListUrls(const std::vector<std::string>& urls) override
|
| /foundation/bundlemanager/app_domain_verify/services/src/manager/zidl/ |
| H A D | app_domain_verify_mgr_service_stub.cpp | 203 std::vector<std::string> urls; in OnUpdateWhiteListUrls() local 206 urls.emplace_back(url); in OnUpdateWhiteListUrls() 208 UpdateWhiteListUrls(urls); in OnUpdateWhiteListUrls()
|
| /foundation/bundlemanager/app_domain_verify/services/src/manager/core/ |
| H A D | app_domain_verify_mgr_service.cpp | 185 void AppDomainVerifyMgrService::UpdateWhiteListUrls(const std::vector<std::string>& urls) in UpdateWhiteListUrls() argument 196 std::unordered_set<std::string> whiteList(urls.begin(), urls.end()); in UpdateWhiteListUrls()
|
| /kernel/linux/linux-6.6/tools/perf/util/ |
| H A D | util.c | 460 * processing is not triggered, otherwise we set it to 'di->urls' in perf_debuginfod_setup() 461 * value. If 'di->urls' is "system" we keep DEBUGINFOD_URLS value. in perf_debuginfod_setup() 465 else if (di->urls && strcmp(di->urls, "system")) in perf_debuginfod_setup() 466 setenv("DEBUGINFOD_URLS", di->urls, 1); in perf_debuginfod_setup()
|
| /third_party/vk-gl-cts/framework/common/ |
| H A D | tcuWaiverUtil.cpp | 275 std::string& urls = m_sessionInfo.m_waiverUrls; in readWaivedTestsFromXML() local 280 // add space to urls attribute to separate new url from previous one in readWaivedTestsFromXML() 281 if (!urls.empty()) in readWaivedTestsFromXML() 282 urls.append(" "); in readWaivedTestsFromXML() 283 urls.append(waiverUrl); in readWaivedTestsFromXML()
|
| /foundation/multimedia/media_foundation/test/scenetest/ |
| H A D | test_single_video_player_slow.h | 34 PTEST((std::string url), Test single player play all urls video, and finished automatically) in FIXTURE()
|
| /third_party/openssl/test/ |
| H A D | ocspapitest.c | 189 static const char *urls[] = { in test_ocsp_url_svcloc_new() local 205 ext = OCSP_url_svcloc_new(X509_get_issuer_name(issuer), urls); in test_ocsp_url_svcloc_new()
|
| /foundation/bundlemanager/app_domain_verify/test/unittest/services/app_domain_verify_mgr_service_test/ |
| H A D | app_domain_verify_mgr_service_test.cpp | 483 std::vector<std::string> urls{ url }; in HWTEST_F() 484 appDomainVerifyMgrService->UpdateWhiteListUrls(urls); in HWTEST_F() 501 std::vector<std::string> urls{ url2, url3}; in HWTEST_F() 502 appDomainVerifyMgrService->UpdateWhiteListUrls(urls); in HWTEST_F()
|
| /third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/ |
| H A D | metadata.py | 195 urls = {} 223 if label in urls: 224 # The label already exists in our set of urls, so this field 227 raise KeyError("duplicate labels in project urls") 228 urls[label] = url 230 return urls 422 # The project urls is implemented in the metadata spec as a list of
|