Home
last modified time | relevance | path

Searched refs:g_slist_sort (Results 1 – 12 of 12) sorted by relevance

/third_party/glib/glib/
Dgslist.h129 GSList* g_slist_sort (GSList *list,
Dgslist.c1066 g_slist_sort (GSList *list, in g_slist_sort() function
/third_party/glib/glib/tests/
Dslist.c34 slist = g_slist_sort (slist, sort); in test_slist_sort()
85 copy = g_slist_sort (copy, (GCompareFunc) g_strcmp0); in test_slist_sort_stable()
/third_party/glib/
DNEWS.pre-1-3133 - g_list_sort, g_slist_sort: to merge sort GLists and GSLists
DNEWS2756 508976 Does g_slist_sort preserve the order of equal elements?
/third_party/gstreamer/gstreamer/gst/
Dgst.c920 walk = list = g_slist_sort (list, sort_by_category_name); in gst_debug_help()
/third_party/glib/gobject/
Dgparam.c1338 slists[i] = g_slist_sort (slists[i], pspec_compare_id); in g_param_spec_pool_list()
/third_party/libsoup/libsoup/
Dsoup-message-io.c296 processors = g_slist_sort (processors, processing_stage_cmp); in soup_message_setup_body_istream()
/third_party/glib/tests/
Dtestglib.c216 slist = g_slist_sort (slist, my_list_compare_two); in gslist_test()
/third_party/gstreamer/gstplugins_good/gst/videomixer/
Dvideomixer2.c711 mix->sinkpads = g_slist_sort (mix->sinkpads, in gst_videomixer2_pad_set_property()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt2643 g_slist_sort
/third_party/gstreamer/gstplugins_bad/gst/asfmux/
Dgstasfmux.c1750 g_slist_sort (g_slist_copy (asfmux->collect->data), in gst_asf_mux_write_indexes()