/third_party/curl/tests/unit/ |
H A D | unit2600.c | 79 const char *url; member 314 curl_easy_setopt(easy, CURLOPT_URL, tc->url); in test_connect()
|
/third_party/ffmpeg/libavdevice/ |
H A D | jack.c | 154 /* Register as a JACK client, using the context url as client name. */ in start_jack() 155 self->client = jack_client_open(context->url, JackNullOption, &status); in start_jack() 178 context->url, str); in start_jack()
|
/third_party/icu/icu4c/source/i18n/unicode/ |
H A D | vtzone.h | 121 * @param url Receives the RFC2445 TZURL property value. 125 UBool getTZURL(UnicodeString& url) const; 129 * @param url The TZURL property value. 132 void setTZURL(const UnicodeString& url);
|
/third_party/mesa3d/bin/ |
H A D | gen_release_notes.py | 226 url = 'https://gitlab.freedesktop.org/api/v4/projects/176/issues' 228 async with session.get(url, params=params) as response:
|
/third_party/node/test/parallel/ |
H A D | test-querystring.js | 371 const url = qs.stringify(query); 374 Object.keys(qs.parse(url, null, null, { maxKeys: 0 })).length,
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | vtzone.h | 121 * @param url Receives the RFC2445 TZURL property value. 125 UBool getTZURL(UnicodeString& url) const; 129 * @param url The TZURL property value. 132 void setTZURL(const UnicodeString& url);
|
/third_party/node/deps/npm/lib/commands/ |
H A D | profile.js | 2 const { URL } = require('url') 12 const qrcode = url => 13 new Promise((resolve) => qrcodeTerminal.generate(url, resolve))
|
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/ |
H A D | audit-report.js | 290 url, 297 bulk[name].push({ id, url, title, severity, vulnerable_versions })
|
/third_party/node/deps/undici/src/lib/mock/ |
H A D | mock-utils.js | 320 const url = new URL(origin) 323 } else if (Array.isArray(netConnect) && netConnect.some((matcher) => matchValue(matcher, url.host))) {
|
/third_party/python/Lib/distutils/command/ |
H A D | register.py | 88 url = self.repository+'?:action=list_classifiers' 89 response = urllib.request.urlopen(url)
|
/third_party/skia/third_party/externals/tint/tools/src/cmd/check-spec-examples/ |
H A D | main.go | 34 "net/url" 97 specURL, _ := url.Parse(defaultSpecPath) 102 specURL, err = url.Parse(args[0])
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | browser.c | 292 int hs20_web_browser(const char *url, int ignore_tls) in hs20_web_browser() argument 381 webkit_web_view_load_uri(view, url); in hs20_web_browser()
|
/third_party/backends/backend/escl/ |
H A D | escl.c | 125 escl_tls_protocol_supported(char *url, int proto) in escl_tls_protocol_supported() argument 130 curl_easy_setopt(curl, CURLOPT_URL, url); in escl_tls_protocol_supported() 146 escl_is_tls(char * url, char *type) in escl_is_tls() argument 154 if (escl_tls_protocol_supported(url, proto_tls[tls_version]) == CURLE_OK) in escl_is_tls() 168 escl_is_tls(char * url, char *type) in escl_is_tls() argument 170 (void)url; in escl_is_tls() 224 * the port number, the model name, the ip address, and the type of url (http/https). 250 * the port number, the model name, the ip address and the type of the url (http / https). 383 * \brief Function that checks if the url of the received scanner is secured or not (http / https). 384 * --> if the url i 1875 char *url; escl_curl_url() local [all...] |
/third_party/libwebsockets/plugins/acme-client/ |
H A D | protocol_lws_acme_client.c | 210 const char *nonce, const char *url, const char *kid, in jws_create_packet() 254 p += lws_snprintf(p, lws_ptr_diff_size_t(end, p), ",\"url\":\"%s\"", url); in jws_create_packet() 362 lwsl_notice("url too long\n"); in cb_dir() 442 "challenges[].url", 577 * Notice: trashes i and url 582 char *url, const char *method) in lws_acme_client_connect() 590 lws_strncpy(_url, url, sizeof(_url)); in lws_acme_client_connect() 592 lwsl_err("unable to parse uri %s\n", url); in lws_acme_client_connect() 613 "Unable to connect to %s", url); in lws_acme_client_connect() 209 jws_create_packet(struct lws_jwe *jwe, const char *payload, size_t len, const char *nonce, const char *url, const char *kid, char *out, size_t out_len, struct lws_context *context) jws_create_packet() argument 580 lws_acme_client_connect(struct lws_context *context, struct lws_vhost *vh, struct lws **pwsi, struct lws_client_connect_info *i, char *url, const char *method) lws_acme_client_connect() argument [all...] |
/third_party/libsnd/tests/ |
H A D | command_test.c | 1494 snprintf (ca_write.url, sizeof (ca_write.url), "http://www.test.com/test_url") ; in cart_test() 1605 if (memcmp (ca_write.url, ca_read.url, sizeof (ca_write.url)) != 0) in cart_test() 1606 { printf ("\n\nLine %d : url mismatch :\n\twrite : '%s'\n\tread : '%s'\n\n", __LINE__, ca_write.url, ca_read.url) ; in cart_test() 1653 snprintf (cinfo.url, sizeof (cinfo.url), "htt in cart_rdwr_test() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
H A D | ap_ctrl_iface.c | 602 const char *url; in hostapd_ctrl_iface_hs20_wnm_notif() local 606 url = cmd + 17; in hostapd_ctrl_iface_hs20_wnm_notif() 607 if (*url == '\0') { in hostapd_ctrl_iface_hs20_wnm_notif() 608 url = NULL; in hostapd_ctrl_iface_hs20_wnm_notif() 610 if (*url != ' ') in hostapd_ctrl_iface_hs20_wnm_notif() 612 url++; in hostapd_ctrl_iface_hs20_wnm_notif() 613 if (*url == '\0') in hostapd_ctrl_iface_hs20_wnm_notif() 614 url = NULL; in hostapd_ctrl_iface_hs20_wnm_notif() 617 return hs20_send_wnm_notification(hapd, addr, 1, url); in hostapd_ctrl_iface_hs20_wnm_notif() 804 const char *url, *timerst in hostapd_ctrl_iface_ess_disassoc() local 845 char *url = NULL; hostapd_ctrl_iface_bss_tm_req() local [all...] |
/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
H A D | napi_web_download_item.cpp | 266 napi_status status = napi_create_string_utf8(env, webDownloadItem->url.c_str(), NAPI_AUTO_LENGTH, &urlValue); in JS_GetUrl() 675 webDownloadPb.set_url(webDownloadItem->url); in SetWebDownloadPb() 768 webDownloadItem->url = webDownloadPb.url(); in JS_Deserialize()
|
/base/web/webview/test/unittest/nweb_helper_test/ |
H A D | nweb_helper_test.cpp | 107 void PrepareForPageLoad(const std::string& url, bool preconnectable, int32_t num_sockets) {} in PrepareForPageLoad() argument 139 void WarmupServiceWorker(const std::string& url) {} in WarmupServiceWorker() argument 457 char* url = WebDownloadItem_Url(downloadItem); in HWTEST_F() local 458 EXPECT_NE(url, nullptr); in HWTEST_F()
|
/third_party/curl/lib/ |
H A D | easy.c | 51 #include "url.h" 938 if(data->state.url) { in curl_easy_duphandle() 939 outcurl->state.url = strdup(data->state.url); in curl_easy_duphandle() 940 if(!outcurl->state.url) in curl_easy_duphandle()
|
/third_party/libwebsockets/plugins/ |
H A D | protocol_lws_openmetrics_export.c | 140 char url[128]; in omc_connect_client() local 146 lws_strncpy(url, vhd->ws_server_uri, sizeof(url)); in omc_connect_client() 148 if (lws_parse_uri(url, &prot, &i.address, &i.port, &i.path)) { in omc_connect_client()
|
/third_party/node/src/api/ |
H A D | environment.cc | 467 const char* url) { in GetInspectorParentHandle() 468 return GetInspectorParentHandle(env, thread_id, url, ""); in GetInspectorParentHandle() 472 Environment* env, ThreadId thread_id, const char* url, const char* name) { in GetInspectorParentHandle() 481 env->inspector_agent()->GetParentHandle(thread_id.id, url, name)); in GetInspectorParentHandle() 464 GetInspectorParentHandle( Environment* env, ThreadId thread_id, const char* url) GetInspectorParentHandle() argument 471 GetInspectorParentHandle( Environment* env, ThreadId thread_id, const char* url, const char* name) GetInspectorParentHandle() argument
|
/third_party/node/deps/v8/tools/release/ |
H A D | common_includes.py | 151 def ReadURL(self, url, params=None): 153 url_fh = urllib2.urlopen(url, params, 60) 418 def ReadURL(self, url, params=None, retry_on=None, wait_plan=None): 420 cmd = lambda: self._side_effect_handler.ReadURL(url, params)
|
/third_party/python/Lib/test/ |
H A D | test_site.py | 476 url = license._Printer__data.split()[1] 477 req = urllib.request.Request(url, method='HEAD') 481 with socket_helper.transient_internet(url): 486 self.assertEqual(code, 200, msg="Can't find " + url)
|
H A D | test_urllib2_localnet.py | 314 self.fail("Basic auth failed for the url: %s" % self.server_url) 467 def urlopen(self, url, data=None, **kwargs): 469 f = urllib.request.urlopen(url, data, **kwargs) 653 url = open_url.geturl() 654 self.assertEqual(url, "http://localhost:%s" % handler.port)
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
H A D | wps_upnp.c | 306 /* subscr_addr_add_url -- add address(es) for one url to subscription */ 307 static void subscr_addr_add_url(struct subscription *s, const char *url, in subscr_addr_add_url() argument 323 /* url MUST begin with http: */ in subscr_addr_add_url() 324 if (url_len < 7 || os_strncasecmp(url, "http://", 7)) in subscr_addr_add_url() 326 url += 7; in subscr_addr_add_url() 330 scratch_mem = dup_binstr(url, url_len); in subscr_addr_add_url() 418 * Each url is enclosed by angle brackets.
|