Home
last modified time | relevance | path

Searched refs:g_queue_pop_nth_link (Results 1 – 4 of 4) sorted by relevance

/third_party/glib/glib/
Dgqueue.h182 GList* g_queue_pop_nth_link (GQueue *queue,
Dgqueue.c744 g_queue_pop_nth_link (GQueue *queue, in g_queue_pop_nth_link() function
/third_party/glib/glib/tests/
Dqueue.c635 g_assert (g_queue_pop_nth_link (q, 200) == NULL); in random_test()
648 g_list_free (g_queue_pop_nth_link (q, n)); in random_test()
967 node = g_queue_pop_nth_link (q, g_queue_get_length (q)); in test_off_by_one()
969 node = g_queue_pop_nth_link (q, g_queue_get_length (q) - 1); in test_off_by_one()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt2703 g_queue_pop_nth_link