Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dgqueue.c682 GList *nth_link; in g_queue_pop_nth() local
690 nth_link = g_queue_peek_nth_link (queue, n); in g_queue_pop_nth()
691 result = nth_link->data; in g_queue_pop_nth()
693 g_queue_delete_link (queue, nth_link); in g_queue_pop_nth()