Searched refs:url_string (Results 1 – 8 of 8) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | descriptors.c | 147 es->url_string = NULL; in desc_es_init() 201 if (es->url_string) { in desc_es_descriptor_clear() 202 g_free (es->url_string); in desc_es_descriptor_clear() 203 es->url_string = NULL; in desc_es_descriptor_clear() 438 prop_copy_size_string (desc->url_string, desc->url_length, buffer, size, in desc_es_descriptor_copy_data()
|
D | descriptors.h | 129 guint8 *url_string; /* size is url_length */ member
|
/third_party/cef/libcef/browser/extensions/ |
D | extension_function_details.cc | 324 std::string url_string = *params.url; in OpenTab() local 326 url_string, function()->extension(), &url, error_message)) { in OpenTab()
|
/third_party/cef/libcef/browser/extensions/api/tabs/ |
D | tabs_api.cc | 199 bool TabsUpdateFunction::UpdateURL(const std::string& url_string, in UpdateURL() argument 203 if (!ExtensionTabUtil::PrepareURLForNavigation(url_string, extension(), &url, in UpdateURL()
|
/third_party/gstreamer/gstplugins_bad/gst/mxf/ |
D | mxfmetadata.h | 746 gchar *url_string; member
|
D | mxfmetadata.c | 6405 g_free (self->url_string); in mxf_metadata_network_locator_finalize() 6406 self->url_string = NULL; in mxf_metadata_network_locator_finalize() 6421 self->url_string = mxf_utf16_to_utf8 (tag_data, tag_size); in mxf_metadata_network_locator_handle_tag() 6422 GST_DEBUG (" url string = %s", GST_STR_NULL (self->url_string)); in mxf_metadata_network_locator_handle_tag() 6444 self->url_string, NULL); in mxf_metadata_network_locator_to_structure() 6459 if (self->url_string) { in mxf_metadata_network_locator_write_tags() 6462 t->data = mxf_utf8_to_utf16 (self->url_string, &t->size); in mxf_metadata_network_locator_write_tags()
|
/third_party/node/src/ |
D | module_wrap.cc | 225 if (!that->Set(context, env->url_string(), url).FromMaybe(false)) { in New()
|
D | env.h | 395 V(url_string, "url") \
|