/third_party/skia/third_party/externals/microhttpd/src/testcurl/https/ |
H A D | test_tls_options.c | 57 char url[255]; in test_unmatching_ssl_version() local 58 if (gen_test_file_url (url, DEAMON_TEST_PORT)) in test_unmatching_ssl_version() 67 send_curl_req (url, &cbc, cipher_suite, curl_req_ssl_version)) in test_unmatching_ssl_version()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | hs20_supplicant.h | 31 const char *url, u8 osu_method); 33 u16 reauth_delay, const char *url); 34 void hs20_rx_t_c_acceptance(struct wpa_supplicant *wpa_s, const char *url);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | hs20_supplicant.h | 31 const char *url, u8 osu_method); 33 u16 reauth_delay, const char *url); 34 void hs20_rx_t_c_acceptance(struct wpa_supplicant *wpa_s, const char *url);
|
/third_party/node/lib/internal/ |
H A D | url.js | 92 const bindingUrl = internalBinding('url'); 111 // deliberately moved to `internal/url` rather than `url`. 179 // Refs: https://url.spec.whatwg.org/#concept-url 230 // "associated url object" 318 // https://url.spec.whatwg.org/#dom-urlsearchparams-urlsearchparams 612 // https://url.spec.whatwg.org/#urlsearchparams-stringification-behavior 662 throw new ERR_MISSING_ARGS('url'); 1005 static canParse(url, bas [all...] |
/third_party/python/Mac/BuildScript/ |
H A D | build-installer.py | 250 url="https://www.openssl.org/source/openssl-1.1.1u.tar.gz", 277 url="ftp://ftp.tcl.tk/pub/tcl//tcl8_6/tcl%s-src.tar.gz"%(tcl_tk_ver,), 294 url="ftp://ftp.tcl.tk/pub/tcl//tcl8_6/tk%s-src.tar.gz"%(tcl_tk_ver,), 317 url="http://tukaani.org/xz/xz-5.2.3.tar.gz", 328 url="http://ftp.gnu.org/pub/gnu/ncurses/ncurses-5.9.tar.gz", 362 url="https://sqlite.org/2023/sqlite-autoconf-3420000.tar.gz", 386 url="http://download.oracle.com/berkeley-db/db-4.7.25.tar.gz", 767 def downloadURL(url, fname): 769 Download the contents of the url into the file. 771 fpIn = urllib_request.urlopen(url) [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | avio.h | 328 const char *avio_find_protocol_name(const char *url); 332 * of the resource in url, or a negative value corresponding to an 342 int avio_check(const char *url, int flags); 348 * @param url directory to be listed. 354 int avio_open_dir(AVIODirContext **s, const char *url, AVDictionary **options); 659 * resource indicated by url. 660 * @note When the resource indicated by url has been opened in 665 * @param url resource to access 666 * @param flags flags which control how the resource indicated by url 671 int avio_open(AVIOContext **s, const char *url, in [all...] |
H A D | rtspenc.c | 36 #include "url.h" 53 char url[MAX_URL_SIZE]; in ff_rtsp_setup_output_streams() local 75 sdp_ctx.url = url; in ff_rtsp_setup_output_streams() 76 ff_url_join(url, sizeof(url), in ff_rtsp_setup_output_streams()
|
H A D | sapdec.c | 29 #include "url.h" 65 char host[1024], path[1024], url[1024]; in sap_read_header() local 75 path, sizeof(path), s->url); in sap_read_header() 84 ff_url_join(url, sizeof(url), "udp", NULL, host, port, "?localport=%d", in sap_read_header() 86 ret = ffurl_open_whitelist(&sap->ann_fd, url, AVIO_FLAG_READ, in sap_read_header()
|
H A D | mux_utils.c | 77 ret = s->io_open(s, &read_pb, s->url, AVIO_FLAG_READ, NULL); in ff_format_shift_data() 79 av_log(s, AV_LOG_ERROR, "Unable to re-open %s output file for shifting data\n", s->url); in ff_format_shift_data() 114 int ff_format_output_open(AVFormatContext *s, const char *url, AVDictionary **options) in ff_format_output_open() argument 120 return s->io_open(s, &s->pb, url, AVIO_FLAG_WRITE, options); in ff_format_output_open()
|
/third_party/gn/infra/ |
H A D | recipes.py | 45 # url (str) - the url to the engine repo we want to use. 49 EngineDep = namedtuple('EngineDep', 'url revision branch') 95 if 'url' not in engine: 97 'Required field "url" in dependency "recipe_engine" not found', 181 url = dep.url 183 if not engine_path and url.startswith('file://'): 184 engine_path = urlparse.urlparse(url).path 204 _git_check_call(['fetch', '--quiet', url, branc [all...] |
/third_party/skia/infra/bots/ |
H A D | recipes.py | 45 # url (str) - the url to the engine repo we want to use. 49 EngineDep = namedtuple('EngineDep', 'url revision branch') 92 if 'url' not in engine: 94 'Required field "url" in dependency "recipe_engine" not found', 177 url = dep.url 179 if not engine_path and url.startswith('file://'): 180 engine_path = urlparse.urlparse(url).path 200 _git_check_call(['fetch', url, branc [all...] |
/foundation/multimedia/media_foundation/test/scenetest/ |
H A D | test_lite_stream_player.h | 32 PTEST((std::string url), Test play stream source automatically stop) in FIXTURE() argument 34 ASSERT_EQ(0, StartLiteStreamPlayer(url)); in FIXTURE()
|
/third_party/curl/src/ |
H A D | tool_operhlp.h | 32 bool output_expected(const char *url, const char *uploadfile); 38 CURLcode get_url_file_name(char **filename, const char *url);
|
H A D | tool_ipfs.c | 140 CURLcode ipfs_url_rewrite(CURLU *uh, const char *protocol, char **url, in ipfs_url_rewrite() argument 167 * if we do have something but if it's an invalid url. in ipfs_url_rewrite() 229 /* set gateway parts in input url */ in ipfs_url_rewrite() 253 Curl_safefree(*url); in ipfs_url_rewrite() 259 *url = strdup(cloneurl); in ipfs_url_rewrite() 261 if(!*url) in ipfs_url_rewrite()
|
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/ |
H A D | playlist_downloader.h | 47 virtual void Open(const std::string& url, const std::map<std::string, std::string>& httpHeader) = 0; 75 void UpdateDownloadFinished(const std::string& url, const std::string& location); 94 void DoOpen(const std::string& url); 95 void DoOpenNative(const std::string& url);
|
/foundation/multimedia/player_framework/test/fuzztest/soundpool_fuzztest/soundpoolplaystop_fuzzer/ |
H A D | soundpoolplaystop_fuzzer.cpp | 60 std::string url = "fd://" + std::to_string(fd);
in FuzzSoundPoolPlay() local 61 soundID = TestSoundPool::Load(url);
in FuzzSoundPoolPlay() 110 std::string url = "fd://" + std::to_string(fd);
in FuzzSoundPoolStop() local 111 soundID = TestSoundPool::Load(url);
in FuzzSoundPoolStop()
|
/third_party/curl/tests/libtest/ |
H A D | lib540.c | 51 static int init(int num, CURLM *cm, const char *url, const char *userpwd, in init() argument 60 res_easy_setopt(eh[num], CURLOPT_URL, url); in init() 102 static int loop(int num, CURLM *cm, const char *url, const char *userpwd, in loop() argument 112 res = init(num, cm, url, userpwd, headers); in loop()
|
H A D | libntlmconnect.c | 92 int test(char *url) in test() argument 99 size_t urllen = strlen(url) + 4 + 1; in test() 105 fprintf(stderr, "Not enough memory for full url\n"); in test() 136 msnprintf(full_url, urllen, "%s0200", url); in test() 140 msnprintf(full_url, urllen, "%s0100", url); in test()
|
/third_party/skia/third_party/externals/microhttpd/src/testcurl/ |
H A D | test_concurrent_stop.c | 74 const char *url, in ahc_echo() 110 char url[64]; in do_gets() local 112 sprintf(url, "http://127.0.0.1:%d/hello_world", port); in do_gets() 126 curl_easy_setopt (c, CURLOPT_URL, url); in do_gets() 72 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
|
/foundation/communication/netstack/frameworks/js/builtin/fetch/src/ |
H A D | fetch_module.cpp | 76 HTTP_REQUEST_INFO("request url is ..."); in JsObjectToRequestData() 173 std::string url = requestData->GetUrl(); in ParseExtraData() local 175 auto index = url.find(HttpConstant::HTTP_URL_PARAM_SEPARATOR); in ParseExtraData() 177 param = url.substr(index + 1); in ParseExtraData() 178 url.resize(index); in ParseExtraData() 188 requestData->SetUrl(MakeUrl(url, param, extraParam)); in ParseExtraData() 206 requestData->SetUrl(MakeUrl(url, param, extraParam)); in ParseExtraData()
|
/third_party/curl/tests/http/clients/ |
H A D | h2-download.c | 142 static int setup(CURL *hnd, const char *url, struct transfer *t) in setup() argument 144 curl_easy_setopt(hnd, CURLOPT_URL, url); in setup() 170 "usage: [options] url\n" in usage() 171 " download a url with following options:\n" in usage() 185 const char *url; in main() local 222 url = argv[0]; in main() 244 if(!t->easy || setup(t->easy, url, t)) { in main() 314 if(!t->easy || setup(t->easy, url, t)) { in main()
|
/third_party/openssl/test/ |
H A D | http_test.c | 203 static int test_http_url_ok(const char *url, int exp_ssl, const char *exp_host, in test_http_url_ok() argument 212 res = TEST_true(OSSL_HTTP_parse_url(url, &ssl, &user, &host, &port, &num, in test_http_url_ok() 234 static int test_http_url_path_query_ok(const char *url, const char *exp_path_qu) in test_http_url_path_query_ok() argument 239 res = TEST_true(OSSL_HTTP_parse_url(url, NULL, NULL, &host, NULL, NULL, in test_http_url_path_query_ok() 275 static int test_http_url_invalid(const char *url) in test_http_url_invalid() argument 281 res = TEST_false(OSSL_HTTP_parse_url(url, &ssl, NULL, &host, &port, &num, in test_http_url_invalid()
|
/foundation/arkui/ace_engine/test/mock/core/render/ |
H A D | mock_animated_image.cpp | 21 const RefPtr<SkiaImageData>& data, const ResizeParam& size, const std::string& url) in Create() 24 const RefPtr<DrawingImageData>& data, const ResizeParam& size, const std::string& url) in Create() 20 Create( const RefPtr<SkiaImageData>& data, const ResizeParam& size, const std::string& url) Create() argument
|
/foundation/arkui/ace_engine/test/unittest/core/rosen/ |
H A D | mock_animated_image.cpp | 21 const RefPtr<SkiaImageData>& data, const ResizeParam& size, const std::string& url) in Create() 24 const RefPtr<DrawingImageData>& data, const ResizeParam& size, const std::string& url) in Create() 20 Create( const RefPtr<SkiaImageData>& data, const ResizeParam& size, const std::string& url) Create() argument
|
/third_party/node/test/fixtures/wpt/url/ |
H A D | url-origin.any.js | 12 const url = new URL(expected.input, base); 13 assert_equals(url.origin, expected.origin, "origin");
|