/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-echo/ |
H A D | protocol_lws_minimal_client_echo.c | 50 const char **url; member 71 i.path = *vhd->url; in sul_connect_attempt() 137 vhd->url = (const char **)lws_pvo_search( in callback_minimal_client_echo() 139 "url")->value; in callback_minimal_client_echo()
|
/third_party/node/test/parallel/ |
H A D | test-http-set-timeout-server.js | 123 if (req.url === '/2') 125 if (req.url === '/1') { 130 caughtTimeout += req.url;
|
H A D | test-https-set-timeout-server.js | 143 if (req.url === '/2') 145 if (req.url === '/1') { 150 caughtTimeout += req.url;
|
H A D | test-http2-compat-socket.js | 78 const url = `http://localhost:${port}`; 79 const client = h2.connect(url, common.mustCall(() => {
|
/third_party/node/src/ |
H A D | node_wasm_web_api.cc | 90 Utf8Value url(Environment::GetCurrent(args)->isolate(), args[0]); in SetURL() 91 obj->streaming_->SetUrl(url.out(), url.length()); in SetURL()
|
/third_party/skia/third_party/externals/microhttpd/src/testcurl/ |
H A D | test_get_response_cleanup.c | 66 fork_curl (const char *url) in fork_curl() argument 73 execlp ("curl", "curl", "-s", "-N", "-o", "/dev/null", "-GET", url, NULL); in fork_curl() 113 const char *url, in ahc_echo() 111 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
|
H A D | test_iplimit.c | 78 const char *url, in ahc_echo() 97 response = MHD_create_response_from_buffer (strlen (url), in ahc_echo() 98 (void *) url, in ahc_echo() 76 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
|
H A D | test_parse_cookies.c | 64 const char *url, in ahc_echo() 98 response = MHD_create_response_from_buffer (strlen (url), in ahc_echo() 99 (void *) url, in ahc_echo() 62 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
|
H A D | test_process_arguments.c | 65 const char *url, in ahc_echo() 100 response = MHD_create_response_from_buffer (strlen (url), in ahc_echo() 101 (void *) url, in ahc_echo() 63 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
|
H A D | test_timeout.c | 124 const char *url, in ahc_echo() 152 response = MHD_create_response_from_buffer (strlen (url), in ahc_echo() 153 (void *) url, in ahc_echo() 122 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/typescript/tests/baselines/reference/ |
H A D | variableDeclaratorResolvedDuringContextualTyping.js | 57 url?: string; 111 url: this.requestService.getRequestUrl('root', path), 148 url: this.requestService.getRequestUrl('root', path),
|
/third_party/python/Lib/test/ |
H A D | test_ucn.py | 179 url = ("http://www.pythontest.net/unicode/%s/NamedSequences.txt" % 182 testdata = support.open_urlresource(url, encoding="utf-8", 185 self.skipTest("Could not retrieve " + url)
|
/test/xts/acts/multimedia/media/media_js_standard/ |
H A D | AVRecorderTestBase.js | 448 console.info('case avConfig.url is ' + avConfig.url); 464 console.info('case avConfig.url is ' + avConfig.url); 481 console.info('case avConfig.url is ' + avConfig.url); 496 console.info('case avConfig.url is ' + avConfig.url); 512 console.info('case avConfig.url is ' + avConfig.url); [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | utils.c | 360 int *port_ptr, char *path, int path_size, const char *url) in av_url_split() 376 if ((p = strchr(url, ':'))) { in av_url_split() 377 av_strlcpy(proto, url, FFMIN(proto_size, p + 1 - url)); in av_url_split() 385 av_strlcpy(path, url, path_size); in av_url_split() 357 av_url_split(char *proto, int proto_size, char *authorization, int authorization_size, char *hostname, int hostname_size, int *port_ptr, char *path, int path_size, const char *url) av_url_split() argument
|
H A D | smoothstreamingenc.c | 32 #include "url.h" 211 snprintf(filename, sizeof(filename), "%s/Manifest", s->url); in write_manifest() 212 snprintf(temp_filename, sizeof(temp_filename), "%s/Manifest.tmp", s->url); in write_manifest() 287 if (mkdir(s->url, 0777) == -1 && errno != EEXIST) { in ism_write_header() 311 snprintf(os->dirname, sizeof(os->dirname), "%s/QualityLevels(Tmp_%d)", s->url, i); in ism_write_header() 313 snprintf(os->dirname, sizeof(os->dirname), "%s/QualityLevels(%"PRId64")", s->url, s->streams[i]->codecpar->bit_rate); in ism_write_header() 536 snprintf(os->dirname, sizeof(os->dirname), "%s/QualityLevels(%"PRId64")", s->url, s->streams[i]->codecpar->bit_rate); in ism_flush() 613 snprintf(filename, sizeof(filename), "%s/Manifest", s->url); in ism_write_trailer() 615 rmdir(s->url); in ism_write_trailer()
|
H A D | rtmpcrypt.c | 39 #include "url.h" 251 char host[256], url[1024]; in rtmpe_open() local 259 ff_url_join(url, sizeof(url), "ffrtmphttp", NULL, host, port, NULL); in rtmpe_open() 263 ff_url_join(url, sizeof(url), "tcp", NULL, host, port, NULL); in rtmpe_open() 267 if ((ret = ffurl_open_whitelist(&rt->stream, url, AVIO_FLAG_READ_WRITE, in rtmpe_open()
|
/third_party/node/deps/v8/src/inspector/ |
H A D | v8-debugger-script.cc | 285 std::unique_ptr<StringBuffer> url = in GetScriptName() local 287 return url ? toString16(url->string()) : name; in GetScriptName() 361 String16 url, String16 embedderName) in V8DebuggerScript() 363 m_url(std::move(url)), in V8DebuggerScript() 360 V8DebuggerScript(v8::Isolate* isolate, String16 id, String16 url, String16 embedderName) V8DebuggerScript() argument
|
/third_party/python/Tools/ssl/ |
H A D | multissltests.py | 253 url = url_template.format(v=self.version, s=self.short_version) 254 log.info("Downloading from {}".format(url)) 256 req = urlopen(url) 261 "Download from {} has from failed: {}".format(url, e) 264 log.info("Successfully downloaded from {}".format(url))
|
/third_party/skia/third_party/externals/microhttpd/src/examples/ |
H A D | mhd2spdy_spdy.c | 303 PRINT_INFO2("opening stream: str open %i; %s", glob_opt.streams_opened, proxy->url); in spdy_cb_before_ctrl_send() 359 PRINT_INFO2("received headers for %s", proxy->url); in spdy_cb_on_ctrl_recv() 363 PRINT_INFO2("received reset stream for %s", proxy->url); in spdy_cb_on_ctrl_recv() 367 PRINT_INFO2("received headers for %s", proxy->url); in spdy_cb_on_ctrl_recv() 458 PRINT_INFO2("received data for %s; %zu bytes", proxy->url, len); in spdy_cb_on_data_chunk_recv() 478 PRINT_INFO2("last data frame received for %s", proxy->url); in spdy_cb_on_data_recv()
|
/drivers/peripheral/audio/test/sample/tools/gen_cr_by_pr/ |
H A D | gen_cr_by_pr.py | 102 def extract_repo_and_pr(url): 104 path = url.split('/')[-3:]
|
/third_party/curl/tests/libtest/ |
H A D | lib1156.c | 86 static int onetest(CURL *curl, const char *url, const struct testparams *p, in onetest() argument 96 msnprintf(urlbuf, sizeof(urlbuf), "%s%04u", url, replyselector); in onetest()
|
/third_party/ffmpeg/libavdevice/ |
H A D | v4l2enc.c | 44 s->fd = open(s1->url, flags); in write_header() 47 av_log(s1, AV_LOG_ERROR, "Unable to open V4L2 device '%s'\n", s1->url); in write_header()
|
/third_party/ffmpeg/tools/ |
H A D | decode_simple.c | 119 int ds_open(DecodeContext *dc, const char *url, int stream_idx) in ds_open() argument 133 ret = avformat_open_input(&dc->demuxer, url, NULL, NULL); in ds_open()
|
/third_party/jerryscript/tests/jerry/es2015/ |
H A D | object-pattern.js | 115 url: '/de/docs/Tools/Scratchpad', 119 url: '/en-US/docs/Tools/Scratchpad'
|
/third_party/node/lib/ |
H A D | inspector.js | 41 url, 200 url,
|