Searched refs:a_names (Results 1 – 3 of 3) sorted by relevance
32 a_names = sorted(attrs.keys())34 for a_name in a_names:
2005 gchar **a_names = NULL; in gst_plugin_add_dependency_simple() local2012 a_names = g_strsplit_set (names, ",", -1); in gst_plugin_add_dependency_simple()2015 (const gchar **) a_paths, (const gchar **) a_names, flags); in gst_plugin_add_dependency_simple()2021 if (a_names) in gst_plugin_add_dependency_simple()2022 g_strfreev (a_names); in gst_plugin_add_dependency_simple()