Home
last modified time | relevance | path

Searched refs:g_slist_copy (Results 1 – 13 of 13) sorted by relevance

/third_party/glib/glib/tests/
Dslist.c84 copy = g_slist_copy (list); in test_slist_sort_stable()
377 copy = g_slist_copy (slist); in test_slist_copy()
388 copy = g_slist_copy (NULL); in test_slist_copy()
/third_party/glib/glib/
Dgslist.h98 GSList* g_slist_copy (GSList *list) G_GNUC_WARN_UNUSED_RESULT;
Dgslist.c565 g_slist_copy (GSList *list) in g_slist_copy() function
/third_party/libsoup/tests/
Dlibsoup.supp303 fun:g_slist_copy
/third_party/glib/glib/deprecated/
Dgthread-deprecated.c263 slist = g_slist_copy (g_thread_all_threads); in g_thread_foreach()
/third_party/glib/
DNEWS.pre-1-3101 * New functions g_slist_copy and g_list_copy to duplicate a list with all
Dglib.supp354 fun:g_slist_copy
DNEWS2922 787581 tests: Add tests for g_slist_copy() and g_slist_copy_deep()
/third_party/gstreamer/gstreamer/gst/
Dgstinfo.c1486 list = g_slist_copy (__log_functions); in gst_debug_add_log_function()
1525 new = g_slist_copy (new); in gst_debug_remove_with_compare_func()
2039 ret = g_slist_copy (__categories); in gst_debug_get_all_categories()
/third_party/gstreamer/gstplugins_bad/gst/asfmux/
Dgstasfmux.c1750 g_slist_sort (g_slist_copy (asfmux->collect->data), in gst_asf_mux_write_indexes()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt2639 g_slist_copy
/third_party/glib/gobject/
Dgobject.c472 class->construct_properties = pclass ? g_slist_copy (pclass->construct_properties) : NULL; in g_object_base_class_init()
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtpbin.c4554 copy = g_slist_copy (session->recv_fec_sink_ghosts); in remove_recv_fec()