Searched refs:g_slist_sort (Results 1 – 12 of 12) sorted by relevance
/third_party/glib/glib/ |
D | gslist.h | 129 GSList* g_slist_sort (GSList *list,
|
D | gslist.c | 1066 g_slist_sort (GSList *list, in g_slist_sort() function
|
/third_party/glib/glib/tests/ |
D | slist.c | 34 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/ |
D | NEWS.pre-1-3 | 133 - g_list_sort, g_slist_sort: to merge sort GLists and GSLists
|
D | NEWS | 2756 508976 Does g_slist_sort preserve the order of equal elements?
|
/third_party/gstreamer/gstreamer/gst/ |
D | gst.c | 920 walk = list = g_slist_sort (list, sort_by_category_name); in gst_debug_help()
|
/third_party/glib/gobject/ |
D | gparam.c | 1338 slists[i] = g_slist_sort (slists[i], pspec_compare_id); in g_param_spec_pool_list()
|
/third_party/libsoup/libsoup/ |
D | soup-message-io.c | 296 processors = g_slist_sort (processors, processing_stage_cmp); in soup_message_setup_body_istream()
|
/third_party/glib/tests/ |
D | testglib.c | 216 slist = g_slist_sort (slist, my_list_compare_two); in gslist_test()
|
/third_party/gstreamer/gstplugins_good/gst/videomixer/ |
D | videomixer2.c | 711 mix->sinkpads = g_slist_sort (mix->sinkpads, in gst_videomixer2_pad_set_property()
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 2643 g_slist_sort
|
/third_party/gstreamer/gstplugins_bad/gst/asfmux/ |
D | gstasfmux.c | 1750 g_slist_sort (g_slist_copy (asfmux->collect->data), in gst_asf_mux_write_indexes()
|