Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dgqueue.h178 GList* g_queue_pop_head_link (GQueue *queue);
Dgqueue.c574 g_queue_pop_head_link (GQueue *queue) in g_queue_pop_head_link() function
/third_party/glib/glib/tests/
Dqueue.c620 g_list_free (g_queue_pop_head_link (q)); in random_test()
817 node = g_queue_pop_head_link (q); in test_basic()
826 node = g_queue_pop_head_link (q); in test_basic()
881 g_assert (g_queue_pop_head_link (q) == NULL); in test_basic()
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Drtpjitterbuffer.c1312 while ((item = g_queue_pop_head_link (&jbuf->packets))) in rtp_jitter_buffer_flush()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt2701 g_queue_pop_head_link