Searched refs:g_queue_pop_nth_link (Results 1 – 4 of 4) sorted by relevance
182 GList* g_queue_pop_nth_link (GQueue *queue,
744 g_queue_pop_nth_link (GQueue *queue, in g_queue_pop_nth_link() function
635 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()
2703 g_queue_pop_nth_link