Home
last modified time | relevance | path

Searched refs:url (Results 826 - 850 of 1004) sorted by relevance

1...<<3132333435363738394041

/third_party/curl/lib/
H A Dldap.c330 infof(data, "LDAP local: %s", data->state.url); in ldap_do()
333 rc = ldap_url_parse(data->state.url, &ludp); in ldap_do()
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-wrover-kit/main/
H A Dstatic-policy.h217 .url = "generate_204",
234 .url = "index.html",
/third_party/node/deps/npm/test/lib/commands/
H A Dprofile.js11 'qrcode-terminal': qrcode || { generate: (url, cb) => cb() },
737 generate: (url, cb) => cb('qrcode'),
797 'should throw invalid 2fa auth url error'
/third_party/python/Tools/wasm/
H A Dwasm_build.py587 url = f"http://{bind}:{port}/{relbuilddir}/python.html"
608 webbrowser.open(url)
/third_party/node/deps/v8/src/wasm/
H A Dwasm-js.cc94 base::Vector<const char> url = streaming_decoder->url(); in SetClient()
96 CompiledWasmModule(native_module, url.begin(), url.size()); in SetClient()
101 void SetUrl(base::Vector<const char> url) { streaming_decoder_->SetUrl(url); } in SetUrl() argument
143 void WasmStreaming::SetUrl(const char* url, size_t length) { in SetUrl() argument
144 DCHECK_EQ('\0', url[length]); // {url} is null-terminated. in SetUrl()
145 TRACE_EVENT1("v8.wasm", "wasm.SetUrl", "url", ur in SetUrl()
[all...]
/third_party/libsnd/src/
H A Dwavlike.c897 bytes += psf_binheader_readf (psf, "b", c->url, sizeof (c->url)) ; in wavlike_read_cart_chunk()
946 psf_binheader_writef (psf, "b", BHWv (c->url), BHWz (sizeof (c->url))) ; in wavlike_write_cart_chunk()
/third_party/python/Lib/http/
H A Dcookiejar.py627 url = request.get_full_url()
628 host = urllib.parse.urlparse(url)[1]
649 url = request.get_full_url()
650 parts = urllib.parse.urlsplit(url)
1250 urllib.request.build_opener(HTTPCookieProcessor).open(url).
/third_party/python/Lib/test/support/
H A D__init__.py627 def open_urlresource(url, *args, **kw):
637 filename = urllib.parse.urlparse(url)[2].split('/')[-1] # '/': it's URL!
660 print('\tfetching %s ...' % url, file=get_original_stdout())
664 f = opener.open(url, timeout=INTERNET_TIMEOUT)
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-staticpolicy/
H A Dstatic-policy.h1321 .url = "generate_204",
1372 .url = "testserver/formtest",
1388 .url = "index.html",
1404 .url = "index.html",
1421 .url = "index.html?uptag=${uptag}",
1438 .url = "v20160207/events",
1461 .url = "v20160207/events",
1483 .url = "v20160207/directives",
1503 .url = "auth/o2/token",
/third_party/node/deps/llhttp/src/
H A Dllhttp.c5856 state->reason = "Invalid characters in url (strict mode)"; in llhttp__internal__run()
5865 state->reason = "Invalid characters in url"; in llhttp__internal__run()
7544 state->reason = "Invalid char in url fragment start"; in llhttp__internal__run()
7604 state->reason = "Invalid char in url query"; in llhttp__internal__run()
7613 state->reason = "Invalid char in url path"; in llhttp__internal__run()
7724 state->reason = "Double @ in url"; in llhttp__internal__run()
7733 state->reason = "Unexpected char in url server"; in llhttp__internal__run()
7742 state->reason = "Unexpected char in url server"; in llhttp__internal__run()
7751 state->reason = "Unexpected char in url schema"; in llhttp__internal__run()
7760 state->reason = "Unexpected char in url schem in llhttp__internal__run()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H A Dap_config_file.c1357 struct hostapd_venue_url *url; in parse_venue_url() local
1369 url = os_realloc_array(bss->venue_url, bss->venue_url_count + 1, in parse_venue_url()
1371 if (!url) in parse_venue_url()
1374 bss->venue_url = url; in parse_venue_url()
1375 url = &bss->venue_url[bss->venue_url_count++]; in parse_venue_url()
1377 url->venue_number = atoi(pos); in parse_venue_url()
1378 url->url_len = nlen; in parse_venue_url()
1379 os_memcpy(url->url, sep, nlen); in parse_venue_url()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
H A Dap_config_file.c1427 struct hostapd_venue_url *url; in parse_venue_url() local
1439 url = os_realloc_array(bss->venue_url, bss->venue_url_count + 1, in parse_venue_url()
1441 if (!url) in parse_venue_url()
1444 bss->venue_url = url; in parse_venue_url()
1445 url = &bss->venue_url[bss->venue_url_count++]; in parse_venue_url()
1447 url->venue_number = atoi(pos); in parse_venue_url()
1448 url->url_len = nlen; in parse_venue_url()
1449 os_memcpy(url->url, sep, nlen); in parse_venue_url()
/third_party/ffmpeg/doc/examples/
H A Dtranscode_aac.c181 if (!((*output_format_context)->url = av_strdup(filename))) { in open_output_file()
182 fprintf(stderr, "Could not allocate url.\n"); in open_output_file()
/third_party/ffmpeg/libavdevice/
H A Dlavfi.c168 lavfi->graph_str = av_strdup(avctx->url); in lavfi_read_header()
H A Dxv.c154 if (!(xv->window_title = av_strdup(s->url))) { in xv_write_header()
/third_party/ffmpeg/libavformat/
H A Dargo_asf.c377 } else if (!(end = strrchr((name = av_basename(s->url)), '.'))) { in argo_asf_write_header()
H A Dvapoursynth.c237 if (vsscript_evaluateScript(&vss_state->vss, buf, s->url, 0)) { in read_header_vs()
/third_party/libsnd/include/
H A Dsndfile.h563 char url [1024] ; \
/third_party/json/
H A DMakefile207 github_changelog_generator -o ChangeLog.md --user nlohmann --project json --simple-list --release-url https://github.com/nlohmann/json/releases/tag/%s --future-release $(NEXT_VERSION)
/third_party/json/tools/serve_header/
H A Dserve_header.py191 url = os.path.join('/', tree.rel_dir, HEADER)
192 logging.info(f'{tree.name}: serving header at {url}')
/third_party/node/deps/openssl/openssl/apps/include/
H A Dapps.h287 ASN1_VALUE *app_http_get_asn1(const char *url, const char *proxy,
/third_party/openssl/apps/include/
H A Dapps.h287 ASN1_VALUE *app_http_get_asn1(const char *url, const char *proxy,
/third_party/skia/third_party/externals/microhttpd/src/include/
H A Dmicrohttpd.h1231 * A client has requested the given url using the given method
1240 * @param url the requested url
1272 const char *url,
/third_party/skia/third_party/externals/microhttpd/src/testcurl/
H A Dtest_get_sendfile.c79 const char *url, in ahc_echo()
77 ahc_echo(void *cls, struct MHD_Connection *connection, const char *url, const char *method, const char *version, const char *upload_data, size_t *upload_data_size, void **unused) ahc_echo() argument
/third_party/python/Lib/test/
H A Dtest_mimetypes.py233 url="foo.html", strict=True), ("text/html", None))

Completed in 44 milliseconds

1...<<3132333435363738394041