Home
last modified time | relevance | path

Searched refs:g_list_insert_sorted (Results 1 – 20 of 20) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/smpte/
Dgstmask.c45 g_list_insert_sorted (masks, (gpointer) definition, in _gst_mask_register()
/third_party/gettext/libtextstyle/gnulib-local/lib/glib/
Dglist.in.h76 GList* g_list_insert_sorted (GList *list,
Dglist.c597 g_list_insert_sorted (GList *list,
/third_party/glib/glib/
Dglist.h69 GList* g_list_insert_sorted (GList *list,
Dglist.c1167 g_list_insert_sorted (GList *list, in g_list_insert_sorted() function
/third_party/glib/gio/
Dgemblemedicon.c265 emblemed->priv->emblems = g_list_insert_sorted (emblemed->priv->emblems, emblem, in g_emblemed_icon_add_emblem()
Dgiomodule.c1572 extension_point->extensions = g_list_insert_sorted (extension_point->extensions, in g_io_extension_point_implement()
Dgcontenttype.c1075 tree_matches = g_list_insert_sorted (tree_matches, match, cmp_match); in insert_match()
/third_party/libsoup/libsoup/
Dsoup-cache.c641 cache->priv->lru_start = g_list_insert_sorted (cache->priv->lru_start, entry, lru_compare_func); in soup_cache_entry_insert()
1097 item = g_list_insert_sorted (item, lru_item->data, lru_compare_func); in soup_cache_has_response()
/third_party/glib/glib/tests/
Dlist.c111 list = g_list_insert_sorted (list, GINT_TO_POINTER (array[i]), sort); in test_list_insert_sorted()
/third_party/gstreamer/gstreamer/gst/
Dgstsystemclock.c937 priv->entries = g_list_insert_sorted (priv->entries, entry, in gst_system_clock_id_wait_async()
/third_party/gstreamer/gstreamer/libs/gst/check/
Dgsttestclock.c563 priv->entry_contexts = g_list_insert_sorted (priv->entry_contexts, ctx, in gst_test_clock_add_entry()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/
Dmklicensestables.c785 source->derived = g_list_insert_sorted (source->derived, license, in main()
/third_party/glib/tests/
Dtestglib.c102 list = g_list_insert_sorted (list, &more_nums[i], my_list_compare_one); in glist_test()
120 list = g_list_insert_sorted (list, &more_nums[i], my_list_compare_two); in glist_test()
/third_party/gstreamer/gstplugins_base/tools/
Dgst-play.c792 files = g_list_insert_sorted (files, path, compare); in add_to_playlist()
/third_party/gstreamer/gstplugins_good/gst/udp/
Dgstmultiudpsink.c1635 sink->clients = g_list_insert_sorted (sink->clients, client, in gst_multiudpsink_add_internal()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt2571 g_list_insert_sorted
/third_party/gstreamer/gstplugins_bad/gst/mxf/
Dmxfdemux.c444 g_list_insert_sorted (demux->partitions, p, in gst_mxf_demux_handle_partition_pack()
2226 g_list_insert_sorted (demux->partitions, p, in gst_mxf_demux_handle_random_index_pack()
/third_party/gstreamer/gstplugins_bad/sys/d3dvideosink/
Dd3dhelpers.c825 fmts = g_list_insert_sorted (fmts, comp, d3d_format_comp_compare); in d3d_supported_caps()
/third_party/gstreamer/gstplugins_good/
DChangeLog7592 The g_list_insert_sorted() will behave like prepend when the compare