| /third_party/gstreamer/gstreamer/gst/ |
| D | gsturi.c | 334 gst_uri_protocol_check_internal (const gchar * uri, gchar ** endptr) in gst_uri_protocol_check_internal() 383 gst_uri_is_valid (const gchar * uri) in gst_uri_is_valid() 404 gst_uri_get_protocol (const gchar * uri) in gst_uri_get_protocol() 426 gst_uri_has_protocol (const gchar * uri, const gchar * protocol) in gst_uri_has_protocol() 460 gst_uri_get_location (const gchar * uri) in gst_uri_get_location() 629 gst_element_make_from_uri (const GstURIType type, const gchar * uri, in gst_element_make_from_uri() 799 gst_uri_handler_set_uri (GstURIHandler * handler, const gchar * uri, in gst_uri_handler_set_uri() 926 gchar *uri, *abs_clean; in gst_filename_to_uri() local 1004 GstUri *uri; in _gst_uri_new() local 1019 _gst_uri_free (GstUri * uri) in _gst_uri_free() [all …]
|
| D | gsturi.h | 356 gst_uri_copy (const GstUri * uri) in gst_uri_copy() 362 gst_uri_ref (GstUri * uri) in gst_uri_ref() 368 gst_uri_unref (GstUri * uri) in gst_uri_unref()
|
| /third_party/libcoap/tests/ |
| D | test_uri.c | 21 coap_uri_t uri; in t_parse_uri1() local 44 coap_uri_t uri; in t_parse_uri2() local 67 coap_uri_t uri; in t_parse_uri3() local 89 coap_uri_t uri; in t_parse_uri4() local 99 coap_uri_t uri; in t_parse_uri5() local 122 coap_uri_t uri; in t_parse_uri6() local 145 coap_uri_t uri; in t_parse_uri7() local 187 coap_uri_t uri; in t_parse_uri8() local 204 coap_uri_t uri; in t_parse_uri9() local 220 coap_uri_t uri; in t_parse_uri10() local [all …]
|
| /third_party/node/deps/npm/test/lib/commands/ |
| D | hook.js | 16 add: async (pkg, uri, secret, opts) => { argument 17 hookArgs = { pkg, uri, secret, opts } property 45 update: async (id, uri, secret, opts) => { argument 46 hookArgs = { id, uri, secret, opts } property 81 uri: 'https://google.com', property 98 uri: 'https://google.com', property 115 uri: 'https://google.com', property 138 uri: 'https://google.com', property 161 uri: 'https://google.com', property 193 uri: 'https://google.com', property [all …]
|
| D | token.js | 75 getCredentialsByURI: uri => { argument 116 getCredentialsByURI: uri => { argument 162 getCredentialsByURI: uri => { argument 210 getCredentialsByURI: uri => { argument 233 getCredentialsByURI: uri => { argument 254 getCredentialsByURI: uri => { argument 276 getCredentialsByURI: uri => { argument 296 getCredentialsByURI: uri => { argument 321 getCredentialsByURI: uri => { argument 336 getCredentialsByURI: uri => { argument [all …]
|
| /third_party/node/deps/npm/node_modules/npm-registry-fetch/lib/ |
| D | index.js | 26 function regFetch (uri, /* istanbul ignore next */ opts_ = {}) { argument 135 uri, property 170 function fetchJSON (uri, opts) { argument 175 function fetchJSONStream (uri, jsonPath, argument 211 function getHeaders (uri, auth, opts) { argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
| D | browser.c | 62 const char *uri) in process_request_starting_uri() 107 const gchar *uri = webkit_uri_request_get_uri(req); in view_cb_resource_load_starting() local 138 const gchar *uri; in view_cb_decide_policy() local 163 const char *uri = NULL; in view_cb_mouse_target_changed() local 227 const gchar *uri = webkit_network_request_get_uri(req); in view_cb_resource_request_starting() local 257 const gchar *uri; in view_cb_download_requested() local 265 gchar *uri, struct browser_context *ctx) in view_cb_hovering_over_link()
|
| D | xml-utils.c | 16 xml_node_t *root, char *uri) in get_node_uri_iter() 47 const char *uri) in get_node_uri() 228 xml_node_t *in, const char *uri) in node_to_tnds() 338 xml_node_t *node, const char *uri) in add_mo_node() 385 xml_node_t *node, const char *uri) in tnds_to_mo_iter()
|
| /third_party/gstreamer/gstplugins_base/tests/check/libs/ |
| D | discoverer.c | 53 gchar *uri; in GST_START_TEST() local 115 gchar *uri; in GST_START_TEST() local 150 gchar *uri, *path; in test_disco_sync_reuse() local 213 gchar *uri, *path; in GST_START_TEST() local 250 gchar *uri; member 259 const gchar *uri = gst_discoverer_info_get_uri (info); in discovered_cb() local
|
| /third_party/node/deps/v8/src/strings/ |
| D | uri.h | 18 static MaybeHandle<String> DecodeUri(Isolate* isolate, Handle<String> uri) { in DecodeUri() 29 static MaybeHandle<String> EncodeUri(Isolate* isolate, Handle<String> uri) { in EncodeUri()
|
| /third_party/lwip/src/apps/http/ |
| D | http_client.c | 98 #define HTTPC_REQ_11_FORMAT(uri) HTTPC_REQ_11, uri, HTTPC_CLIENT_AGENT argument 107 #define HTTPC_REQ_11_HOST_FORMAT(uri, srv_name) HTTPC_REQ_11_HOST, uri, HTTPC_CLIENT_AGENT, srv_name argument 116 #define HTTPC_REQ_11_PROXY_FORMAT(host, uri, srv_name) HTTPC_REQ_11_PROXY, host, uri, HTTPC_CLIENT_… argument 125 #define HTTPC_REQ_11_PROXY_PORT_FORMAT(host, host_port, uri, srv_name) HTTPC_REQ_11_PROXY_PORT, hos… argument 151 char* uri; member 487 …ring(const httpc_connection_t *settings, const char* server_name, int server_port, const char* uri, in httpc_create_request_string() 508 … u16_t server_port, const char* uri, altcp_recv_fn recv_fn, void* callback_arg, int use_host) in httpc_init_connection_common() 595 u16_t server_port, const char* uri, altcp_recv_fn recv_fn, void* callback_arg) in httpc_init_connection() 606 const ip_addr_t* server_addr, u16_t server_port, const char* uri, in httpc_init_connection_addr() 632 httpc_get_file(const ip_addr_t* server_addr, u16_t port, const char* uri, const httpc_connection_t … in httpc_get_file() [all …]
|
| /third_party/libcoap/src/ |
| D | coap_uri.c | 65 coap_uri_t *uri, in coap_split_uri_sub() 269 coap_split_uri(const uint8_t *str_var, size_t len, coap_uri_t *uri) { in coap_split_uri() 274 coap_split_proxy_uri(const uint8_t *str_var, size_t len, coap_uri_t *uri) { in coap_split_proxy_uri() 279 coap_uri_into_options(const coap_uri_t *uri, const coap_address_t *dst, in coap_uri_into_options() 638 coap_new_uri(const uint8_t *uri, unsigned int length) { in coap_new_uri() 657 coap_clone_uri(const coap_uri_t *uri) { in coap_clone_uri() 699 coap_delete_uri(coap_uri_t *uri) { in coap_delete_uri() 779 coap_uri_t uri; in coap_get_uri_path() local
|
| /third_party/gstreamer/gstplugins_base/gst/gio/ |
| D | gstgiosink.c | 176 const gchar *uri = NULL; in gst_gio_sink_set_property() local 233 gchar *uri; in gst_gio_sink_get_property() local 264 gchar *uri; in gst_gio_sink_get_stream() local
|
| D | gstgiosrc.c | 116 gchar *uri = g_file_get_uri (src->file); in gst_gio_src_check_deleted() local 348 const gchar *uri = NULL; in gst_gio_src_set_property() local 431 gchar *uri; in gst_gio_src_get_property() local 520 gchar *uri = NULL; in gst_gio_src_get_stream() local
|
| /third_party/node/test/fixtures/wpt/common/ |
| D | PrefixedPostMessage.js | 26 PrefixedMessage.prototype.url = function (uri) { argument 27 function updateUrlParameter (uri, key, value) { argument
|
| D | PrefixedLocalStorage.js | 29 PrefixedLocalStorage.prototype.url = function (uri) { argument 30 function updateUrlParameter (uri, key, value) { argument
|
| /third_party/gstreamer/gstplugins_bad/tests/check/libs/ |
| D | play.c | 88 gchar *uri; in START_TEST() local 529 gchar *uri; in START_TEST() local 705 gchar *uri; in START_TEST() local 768 gchar *uri; in START_TEST() local 831 gchar *uri; in START_TEST() local 893 gchar *uri; in START_TEST() local 951 gchar *uri; in START_TEST() local 1028 gchar *uri; in START_TEST() local 1098 gchar *uri; in START_TEST() local 1128 gchar *uri; in START_TEST() local [all …]
|
| /third_party/ffmpeg/libavformat/ |
| D | tls.c | 32 static void set_options(TLSShared *c, const char *uri) in set_options() 56 int ff_tls_open_underlying(TLSShared *c, URLContext *parent, const char *uri, AVDictionary **option… in ff_tls_open_underlying()
|
| /third_party/gstreamer/gstreamer/tests/check/gst/ |
| D | gsturi.c | 122 gchar *uri, *l; in GST_START_TEST() local 229 } uri; member 372 GstUri *uri; in GST_START_TEST() local 425 GstUri *uri; in GST_START_TEST() local 495 GstUri *uri; in GST_START_TEST() local
|
| /third_party/skia/third_party/externals/microhttpd/src/examples/ |
| D | mhd2spdy_structures.c | 28 free_uri(struct URI * uri) in free_uri() 71 struct URI ** uri) in parse_uri()
|
| /third_party/node/deps/npm/test/lib/utils/ |
| D | audit-error.js | 49 uri: 'https://example.com/not/a/registry', property 71 uri: 'https://example.com/not/a/registry', property 94 uri: 'https://username:password@example.com/not/a/registry', property
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
| D | xml-utils.c | 16 xml_node_t *root, char *uri) in get_node_uri_iter() 47 const char *uri) in get_node_uri() 228 xml_node_t *in, const char *uri) in node_to_tnds() 338 xml_node_t *node, const char *uri) in add_mo_node() 385 xml_node_t *node, const char *uri) in tnds_to_mo_iter()
|
| D | browser.c | 79 const gchar *uri = webkit_network_request_get_uri(req); in view_cb_resource_request_starting() local 118 const gchar *uri; in view_cb_download_requested() local 126 gchar *uri, struct browser_context *ctx) in view_cb_hovering_over_link()
|
| /third_party/cups-filters/backend/ |
| D | beh.c | 48 char *uri, *ptr, *filename; in main() local 210 call_backend(char *uri, /* I - URI of final destination */ in call_backend()
|
| /third_party/node/deps/npm/node_modules/make-fetch-happen/lib/ |
| D | agent.js | 18 function getAgent (uri, opts) { argument 93 function checkNoProxy (uri, opts) { argument 144 function getProxyUri (uri, opts) { argument
|