Searched refs:g_slist_insert (Results 1 – 5 of 5) sorted by relevance
/third_party/glib/glib/tests/ |
D | slist.c | 261 slist = g_slist_insert (slist, &nums[3], 1); in test_slist_insert() 262 slist = g_slist_insert (slist, &nums[4], -1); in test_slist_insert() 263 slist = g_slist_insert (slist, &nums[0], 0); in test_slist_insert() 264 slist = g_slist_insert (slist, &nums[5], 100); in test_slist_insert() 268 slist = g_slist_insert (slist, &nums[9], 7); in test_slist_insert() 269 slist = g_slist_insert (slist, &nums[8], 7); in test_slist_insert() 270 slist = g_slist_insert (slist, &nums[7], 7); in test_slist_insert() 280 slist = g_slist_insert (NULL, a, 1); in test_slist_insert() 287 slist = g_slist_insert (slist, c, 5); in test_slist_insert()
|
/third_party/glib/glib/ |
D | gslist.h | 64 GSList* g_slist_insert (GSList *list,
|
D | gslist.c | 301 g_slist_insert (GSList *list, in g_slist_insert() function
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 2624 g_slist_insert
|
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | atoms.c | 3974 edts->elst.entries = g_slist_insert (edts->elst.entries, e, index); in atom_edts_add_entry()
|