/third_party/ffmpeg/libavdevice/ |
H A D | iec61883.c | 274 inport = strtol(context->url, &endptr, 10); in iec61883_read_header() 275 if (endptr != context->url && *endptr == '\0') { in iec61883_read_header() 279 } else if (strcmp(context->url, "auto")) { in iec61883_read_header() 281 "\"auto\" for auto-detection, or the port number.\n", context->url); in iec61883_read_header()
|
/third_party/ffmpeg/libavformat/ |
H A D | libssh.c | 30 #include "url.h" 192 static av_cold int libssh_connect(URLContext *h, const char *url, char *path, size_t path_size) in libssh_connect() argument 205 url); in libssh_connect() 229 static av_cold int libssh_open(URLContext *h, const char *url, int flags) in libssh_open() argument 235 if ((ret = libssh_connect(h, url, path, sizeof(path))) < 0) in libssh_open()
|
/third_party/curl/src/ |
H A D | tool_writeout.c | 126 {"url", VAR_INPUT_URL, CURLINFO_NONE, writeString}, 127 {"url.scheme", VAR_INPUT_URLSCHEME, CURLINFO_NONE, writeString}, 128 {"url.user", VAR_INPUT_URLUSER, CURLINFO_NONE, writeString}, 129 {"url.password", VAR_INPUT_URLPASSWORD, CURLINFO_NONE, writeString}, 130 {"url.options", VAR_INPUT_URLOPTIONS, CURLINFO_NONE, writeString}, 131 {"url.host", VAR_INPUT_URLHOST, CURLINFO_NONE, writeString}, 132 {"url.port", VAR_INPUT_URLPORT, CURLINFO_NONE, writeString}, 133 {"url.path", VAR_INPUT_URLPATH, CURLINFO_NONE, writeString}, 134 {"url.query", VAR_INPUT_URLQUERY, CURLINFO_NONE, writeString}, 135 {"url 198 const char *url = NULL; urlpart() local [all...] |
H A D | tool_sdecls.h | 87 char *url; /* the URL we deal with */ member
|
/third_party/node/deps/npm/test/lib/commands/ |
H A D | view.js | 155 url: 'http://bugs.green.com', 159 url: 'http://repository.green.com', 218 { name: 'claudia', url: 'http://c.pink.com' }, 219 { name: 'isaacs', url: 'http://i.pink.com' }, 418 t.test('maintainers with url', async t => {
|
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
H A D | digestauth.c | 670 connection->url, in MHD_digest_auth_check() 671 strlen (connection->url))) in MHD_digest_auth_check() 703 connection->url, in MHD_digest_auth_check() 815 connection->url, in MHD_queue_auth_fail_response()
|
/third_party/skia/third_party/externals/microhttpd/src/testcurl/ |
H A D | test_get.c | 80 const char *url, in ahc_echo() 99 response = MHD_create_response_from_buffer (strlen (url), in ahc_echo() 100 (void *) url, in ahc_echo() 507 const char *url, in ahc_empty() 78 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 505 ahc_empty(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_empty() argument
|
/third_party/vulkan-loader/scripts/ |
H A D | update_deps.py | 120 - url 329 self.url = json['url'] 378 command_output(['git', 'clone', self.url, '.'], self.repo_dir) 393 print("Failed to clone {} on all retries.".format(self.url)) 411 print("Failed to fetch {} on all retries.".format(self.url)) 765 field_list = ('url',
|
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ |
H A D | free_install_observer_proxy.h | 57 * @param url Free install url. 60 virtual void OnInstallFinishedByUrl(const std::string &startTime, const std::string &url,
|
/foundation/ability/ability_runtime/test/unittest/want_utils_test/src/ |
H A D | app_domain_verify_mgr_client.cpp | 34 bool AppDomainVerifyMgrClient::IsAtomicServiceUrl(const std::string& url) in IsAtomicServiceUrl() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_image_span_ffi.h | 35 CJ_EXPORT void FfiOHOSAceFrameworkImageSpanCreateWithUrl(const char* url);
|
/foundation/multimedia/media_foundation/interface/inner_api/network/ |
H A D | network_typs.h | 34 std::string url;
member
|
/foundation/communication/netstack/interfaces/kits/c/net_websocket/include/ |
H A D | net_websocket.h | 81 * @param url URL for the client to connect to the server. 89 int OH_WebSocketClient_Connect(struct WebSocket *client, const char *url, struct WebSocket_RequestOptions options); 109 * @param url URL for the client to connect to the server.
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/ |
H A D | dns_checker.h | 32 bool DoDnsCheck(std::string url, int timeoutMillis);
|
/third_party/node/test/parallel/ |
H A D | test-http-chunked-smuggling.js | 12 assert.notStrictEqual(request.url, '/admin');
|
H A D | test-https-request-arguments.js | 16 // Test providing both a url and options, with the options partially 22 assert.strictEqual(req.url, '/testpath');
|
H A D | test-inspector-console-top-frame.js | 30 assert.strictEqual(basename(topFrame.url), basename(__filename));
|
/third_party/libevdev/doc/html/ |
H A D | menu.js | 31 result+='<li><a href="'+relPath+data.children[i].url+'">'+
|
/third_party/skia/third_party/externals/libwebp/swig/ |
H A D | setup.py | 28 url="http://developers.google.com/speed/webp", variable
|
/third_party/skia/third_party/externals/oboe/docs/reference/ |
H A D | menu.js | 30 result+='<li><a href="'+relPath+data.children[i].url+'">'+
|
/foundation/arkui/ace_engine/frameworks/bridge/common/manifest/ |
H A D | manifest_parser.h | 61 void Parse(const std::string& url);
|
/foundation/bundlemanager/app_domain_verify/frameworks/common/include/config/ |
H A D | white_list_config_mgr.h | 29 bool IsInWhiteList(const std::string& url);
|
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/include/mpd_parser/ |
H A D | dash_mpd_util.h | 27 bool DashUrlIsAbsolute(const std::string &url);
|
/foundation/multimedia/media_foundation/test/scenetest/helper/ |
H A D | media_data_source_impl.h | 25 IMediaDataSourceImpl(std::string url, Plugin::Seekable seekable);
|
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/hls/ |
H A D | hls_playlist_downloader.h | 31 void Open(const std::string& url) override;
|