Home
last modified time | relevance | path

Searched refs:g_strdupv (Results 1 – 25 of 30) sorted by relevance

12

/third_party/glib/gio/
Dgproxyresolverportal.c112 proxy = g_strdupv ((gchar **)no_proxy); in g_proxy_resolver_portal_lookup()
176 proxies = g_strdupv ((gchar **)no_proxy); in g_proxy_resolver_portal_lookup_finish()
Dgfileattribute.c203 attr->u.stringv = g_strdupv (attr->u.stringv); in _g_file_attribute_value_set()
579 value->u.stringv = g_strdupv (value_p); in _g_file_attribute_value_set_from_pointer()
667 attr->u.stringv = g_strdupv (value); in _g_file_attribute_value_set_stringv()
Dgunixmount.c315 g_task_set_task_data (task, g_strdupv (argv), (GDestroyNotify) g_strfreev); in eject_unmount_do()
Dgsimpleproxyresolver.c564 resolver->priv->ignore_hosts = g_strdupv (ignore_hosts); in g_simple_proxy_resolver_set_ignore_hosts()
Dgsubprocesslauncher.c242 self->envp = g_strdupv (env); in g_subprocess_launcher_set_environ()
Dgsettingsbackend.c326 closure->names = g_strdupv ((gchar **) names); in g_settings_backend_dispatch_signal()
Dgappinfo.c1269 return g_strdupv (context->priv->envp); in g_app_launch_context_get_environment()
Dgcontenttype.c126 global_mime_dirs = g_strdupv ((gchar **) dirs); in _g_content_type_set_mime_dirs_locked()
Dgdesktopappinfo.c2056 new_info->keywords = g_strdupv (info->keywords); in g_desktop_app_info_dup()
2062 new_info->only_show_in = g_strdupv (info->only_show_in); in g_desktop_app_info_dup()
2063 new_info->not_show_in = g_strdupv (info->not_show_in); in g_desktop_app_info_dup()
/third_party/glib/gio/fam/
Dgfamfilemonitor.c234 return g_strdupv (eps); in g_io_module_query()
/third_party/gettext/libtextstyle/gnulib-local/lib/glib/
Dgstrfuncs.in.h269 gchar** g_strdupv (gchar **str_array) G_GNUC_MALLOC;
Dgstrfuncs.c2466 g_strdupv (gchar **str_array)
/third_party/gstreamer/gstreamer/gst/
Dgstmeta.c146 g_type_set_qdata (type, GST_QUARK (TAGS), g_strdupv ((gchar **) tags)); in gst_meta_api_type_register()
Dgstplugin.c1952 dep->env_vars = g_strdupv ((gchar **) env_vars); in gst_plugin_add_dependency()
1953 dep->paths = g_strdupv ((gchar **) paths); in gst_plugin_add_dependency()
1954 dep->names = g_strdupv ((gchar **) names); in gst_plugin_add_dependency()
Dgstdevicemonitor.c156 copy->classesv = g_strdupv (filter->classesv); in device_filter_copy()
Dgstelementfactory.c288 factory->uri_protocols = g_strdupv ((gchar **) protocols); in gst_element_register()
/third_party/glib/glib/
Dgstrfuncs.h296 gchar** g_strdupv (gchar **str_array);
Dgenviron.c445 return g_strdupv (environ); in g_get_environ()
Dgutils.c1624 *global_strv = g_strdupv ((gchar **) new_value); in set_strv_if_different()
2510 data_dir_vector = g_strdupv ((gchar **) g_win32_get_system_data_dirs_for_module_real (NULL)); in g_build_system_data_dirs()
/third_party/gstreamer/gstplugins_good/ext/soup/
Dgstsouphttpclientsink.c358 souphttpsink->cookies = g_strdupv (g_value_get_boxed (value)); in gst_soup_http_client_sink_set_property()
419 g_value_set_boxed (value, g_strdupv (souphttpsink->cookies)); in gst_soup_http_client_sink_get_property()
Dgstsouphttpsrc.c766 src->cookies = g_strdupv (g_value_get_boxed (value)); in gst_soup_http_src_set_property()
891 g_value_set_boxed (value, g_strdupv (src->cookies)); in gst_soup_http_src_get_property()
/third_party/glib/gobject/
Dgboxed.c189 (GBoxedCopyFunc) g_strdupv, in G_DEFINE_BOXED_TYPE()
/third_party/glib/gio/tests/
Dproxy-test.c149 last_proxies = g_strdupv (proxies); in g_test_proxy_resolver_lookup()
232 last_proxies = g_strdupv (proxies); in g_test_alt_proxy_resolver_lookup()
/third_party/gstreamer/gstplugins_bad/ext/ttml/
Dttmlparse.c929 element->styles = g_strdupv (parent->styles); in ttml_inherit_styles()
1449 ret->styles = g_strdupv (element->styles); in ttml_copy_element()
/third_party/glib/glib/tests/
Dstrfuncs.c547 copy = g_strdupv (NULL); in test_strdupv()
550 copy = g_strdupv (vec); in test_strdupv()

12