/third_party/python/Lib/test/test_sqlite3/ |
H A D | test_dbapi.py | 676 uri = "file:" + urllib.parse.quote(os.fsencode(path)) 678 with contextlib.closing(sqlite.connect(uri, uri=True)) as cx: 685 uri = "file:" + path 687 with contextlib.closing(sqlite.connect(uri, uri=True)) as cx: 694 uri = "file:" + urllib.parse.quote(os.fsencode(path)) + "?mode=ro" 698 sqlite.connect(uri, uri=True) 703 with contextlib.closing(sqlite.connect(uri, ur [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | hls.c | 390 char uri[MAX_URL_SIZE]; member 402 *dest = info->uri; in handle_key_args() 403 *dest_len = sizeof(info->uri); in handle_key_args() 411 char uri[MAX_URL_SIZE]; member 422 if (!info->uri[0]) in new_init_section() 429 if (!av_strncasecmp(info->uri, "data:", 5)) { in new_init_section() 430 ptr = info->uri; in new_init_section() 432 ff_make_absolute_url(tmp_str, sizeof(tmp_str), url_base, info->uri); in new_init_section() 463 *dest = info->uri; in handle_init_section_args() 464 *dest_len = sizeof(info->uri); in handle_init_section_args() 473 char uri[MAX_URL_SIZE]; global() member [all...] |
H A D | sctp.c | 178 static int sctp_open(URLContext *h, const char *uri, int flags) in sctp_open() argument 194 &port, path, sizeof(path), uri); in sctp_open() 198 av_log(s, AV_LOG_ERROR, "Port missing in uri\n"); in sctp_open() 202 p = strchr(uri, '?'); in sctp_open()
|
H A D | tcp.c | 103 static int tcp_open(URLContext *h, const char *uri, int flags) in tcp_open() argument 116 &port, path, sizeof(path), uri); in tcp_open() 120 av_log(h, AV_LOG_ERROR, "Port missing in uri\n"); in tcp_open() 123 p = strchr(uri, '?'); in tcp_open()
|
H A D | udp.c | 424 * @param uri of the remote server 427 int ff_udp_set_remote_url(URLContext *h, const char *uri) in ff_udp_set_remote_url() argument 434 av_url_split(NULL, 0, NULL, 0, hostname, sizeof(hostname), &port, NULL, 0, uri); in ff_udp_set_remote_url() 442 p = strchr(uri, '?'); in ff_udp_set_remote_url() 645 static int udp_open(URLContext *h, const char *uri, int flags) in udp_open() argument 673 p = strchr(uri, '?'); in udp_open() 763 av_url_split(NULL, 0, NULL, 0, hostname, sizeof(hostname), &port, NULL, 0, uri); in udp_open() 773 if ((ret = ff_udp_set_remote_url(h, uri)) < 0) in udp_open() 974 static int udplite_open(URLContext *h, const char *uri, int flags) in udplite_open() argument 981 return udp_open(h, uri, flag in udplite_open() [all...] |
H A D | mmsh.c | 212 static int mmsh_open_internal(URLContext *h, const char *uri, int flags, int timestamp, int64_t pos) in mmsh_open_internal() argument 223 av_strlcpy(mmsh->location, uri, sizeof(mmsh->location)); in mmsh_open_internal() 323 static int mmsh_open(URLContext *h, const char *uri, int flags) in mmsh_open() argument 325 return mmsh_open_internal(h, uri, flags, 0, 0); in mmsh_open()
|
H A D | crypto.c | 110 static int crypto_open2(URLContext *h, const char *uri, int flags, AVDictionary **options) in crypto_open2() argument 117 if (!av_strstart(uri, "crypto+", &nested_url) && in crypto_open2() 118 !av_strstart(uri, "crypto:", &nested_url)) { in crypto_open2() 119 av_log(h, AV_LOG_ERROR, "Unsupported url %s\n", uri); in crypto_open2()
|
/third_party/libwebsockets/minimal-examples/dbus-client/minimal-dbus-ws-proxy-testclient/ |
H A D | minimal-dbus-ws-proxy-testclient.c | 265 const char *subprotocol = "lws-mirror-protocol", *uri = _uri; in remote_method_call() local 286 if (!dbus_message_append_args(msg, DBUS_TYPE_STRING, &uri, in remote_method_call() 292 uri, subprotocol); in remote_method_call()
|
/third_party/node/deps/npm/node_modules/libnpmpublish/lib/ |
H A D | provenance.js | 50 uri: `git+${env.GITHUB_SERVER_URL}/${env.GITHUB_REPOSITORY}@${env.GITHUB_REF}`, 77 uri: `git+${env.CI_PROJECT_URL}`, 187 uri: `git+${env.CI_PROJECT_URL}`,
|
/third_party/skia/modules/skresources/src/ |
H A D | SkResources.cpp | 275 static sk_sp<SkData> decode_datauri(const char prefix[], const char uri[]) { in decode_datauri() argument 281 if (strncmp(uri, prefix, prefixLen) != 0) { in decode_datauri() 285 const char* encoding = strstr(uri + prefixLen, kDataURIEncodingStr); in decode_datauri()
|
/third_party/rust/crates/rust-openssl/openssl/src/x509/ |
H A D | extension.rs | 474 /// Sets the `uri` flag. 475 pub fn uri(&mut self, uri: &str) -> &mut SubjectAlternativeName { in uri() functions 476 self.items.push(RustGeneralName::Uri(uri.to_string())); in uri()
|
/test/xts/acts/ability/ability_runtime/actsjsdataabilitytest/entry/src/ohosTest/js/DataAbility/ |
H A D | data.js | 37 call(uri, method, arg, extras) {
|
/third_party/pulseaudio/src/modules/raop/ |
H A D | raop-util.h | 39 const char *nonce, const char *uri, char **str);
|
/third_party/skia/third_party/externals/microhttpd/src/examples/ |
H A D | mhd2spdy_http.h | 41 void * http_cb_log(void * cls, const char * uri);
|
H A D | mhd2spdy_spdy.h | 31 spdy_connect(const struct URI *uri,
|
/test/xts/acts/multimedia/image/image_js_standard/imageSourceNDK/entry/src/main/cpp/napi/ |
H A D | image_source_test.cpp | 179 if (!GetStringValue(env, arg, &src.uri, &src.uriSize)) { in parseImageSource() 183 DEBUG_LOG("Uri arg %{public}s", src.uri); in parseImageSource() 208 if (src.uri != nullptr) { in OhosImageSourceRelease() 209 free(src.uri); in OhosImageSourceRelease() 210 src.uri = nullptr; in OhosImageSourceRelease() 377 char uri[2048]; in CreateFromUri() local 378 napi_get_value_string_utf8(env, argValue[ARGS_FIRST], uri, sizeof(uri), &uriSize); in CreateFromUri() 386 int32_t res = OH_ImageSource_CreateFromUri(env, uri, uriSize, &ops, &imageSource); in CreateFromUri()
|
/applications/sample/camera/gallery/src/ |
H A D | player_ability_slice.cpp | 188 std::string uri(videoPlayer_->filePath); in SetUpVideoPlayer() 190 Source source(uri, header); in SetUpVideoPlayer() 407 std::string uri(videoPlayer_->filePath); in Callback() 409 Source source(uri, header); in Callback()
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | storeutl.c | 19 static int process(const char *uri, const UI_METHOD *uimeth, PW_CB_DATA *uidata, 35 {OPT_HELP_STR, 1, '-', "Usage: %s [options] uri\n"}, 66 {"uri", 0, 0, "URI of the store object"}, 350 static int process(const char *uri, const UI_METHOD *uimeth, PW_CB_DATA *uidata, in process() argument 358 if ((store_ctx = OSSL_STORE_open_ex(uri, libctx, app_get0_propq(), uimeth, uidata, in process() 361 BIO_printf(bio_err, "Couldn't open file or uri %s\n", uri); in process()
|
/third_party/openssl/apps/ |
H A D | storeutl.c | 19 static int process(const char *uri, const UI_METHOD *uimeth, PW_CB_DATA *uidata, 35 {OPT_HELP_STR, 1, '-', "Usage: %s [options] uri\n"}, 66 {"uri", 0, 0, "URI of the store object"}, 350 static int process(const char *uri, const UI_METHOD *uimeth, PW_CB_DATA *uidata, in process() argument 358 if ((store_ctx = OSSL_STORE_open_ex(uri, libctx, app_get0_propq(), uimeth, uidata, in process() 361 BIO_printf(bio_err, "Couldn't open file or uri %s\n", uri); in process()
|
/applications/standard/settings/cj/settings/src/ |
H A D | cj_settings_utils.h | 31 std::string uri; member
|
/third_party/skia/third_party/externals/expat/expat/lib/ |
H A D | xmlparse.c | 260 XML_Char *uri; member 490 const ATTRIBUTE_ID *attId, const XML_Char *uri, 1497 FREE(parser, b->uri); in destroyBindings() 3080 XML_Char *uri; in doContent() local 3084 tag->name.str, since this points to the binding->uri in doContent() 3087 uri = (XML_Char *)tag->name.str + tag->name.uriLen; in doContent() 3090 *uri++ = *localPart++; in doContent() 3093 *uri++ = parser->m_namespaceSeparator; in doContent() 3095 *uri++ = *prefix++; in doContent() 3097 *uri in doContent() 3304 XML_Char *uri; storeAtts() local 3765 addBinding(XML_Parser parser, PREFIX *prefix, const ATTRIBUTE_ID *attId, const XML_Char *uri, BINDING **bindingsPtr) addBinding() argument [all...] |
/third_party/cups-filters/backend/ |
H A D | backend-private.h | 70 const char *scheme, char *uri,
|
/third_party/rust/crates/nom/benchmarks/benches/ |
H A D | http.rs | 13 uri: &'a [u8], 73 let (input, uri) = take_while1(is_not_space)(input)?; 78 Ok((input, Request {method, uri, version}))
|
/kernel/linux/linux-5.10/net/nfc/ |
H A D | llcp.h | 42 char *uri; member 231 struct nfc_llcp_sdp_tlv *nfc_llcp_build_sdreq_tlv(u8 tid, const char *uri,
|
/kernel/linux/linux-6.6/net/nfc/ |
H A D | llcp.h | 41 char *uri; member 230 struct nfc_llcp_sdp_tlv *nfc_llcp_build_sdreq_tlv(u8 tid, const char *uri,
|