Home
last modified time | relevance | path

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

/third_party/glib/glib/tests/
Dqueue.c600 g_queue_push_nth_link (q, n, link); in random_test()
932 g_queue_push_nth_link (q, i, l); in test_copy()
1139 g_queue_push_nth_link (q, -1, g_list_prepend (NULL, GINT_TO_POINTER (1))); in test_push_nth_link()
1147 g_queue_push_nth_link (q, 100, g_list_prepend (NULL, GINT_TO_POINTER (2))); in test_push_nth_link()
1155 g_queue_push_nth_link (q, 0, g_list_prepend (NULL, GINT_TO_POINTER (3))); in test_push_nth_link()
1165 g_queue_push_nth_link (q, -1, g_list_prepend (NULL, GINT_TO_POINTER (5))); in test_push_nth_link()
1175 g_queue_push_nth_link (q, 100, g_list_prepend (NULL, GINT_TO_POINTER (7))); in test_push_nth_link()
1185 g_queue_push_nth_link (q, 1, g_list_prepend (NULL, GINT_TO_POINTER (9))); in test_push_nth_link()
1195 g_queue_push_nth_link (q, 0, g_list_prepend (NULL, GINT_TO_POINTER (11))); in test_push_nth_link()
1206 g_queue_push_nth_link (q, 1, g_list_prepend (NULL, GINT_TO_POINTER (14))); in test_push_nth_link()
/third_party/glib/glib/
Dgqueue.h174 void g_queue_push_nth_link (GQueue *queue,
Dgqueue.c491 g_queue_push_nth_link (GQueue *queue, in g_queue_push_nth_link() function
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpreddec.c151 g_queue_push_nth_link (self->rtp_history, in gst_rtp_red_history_update()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt2700 g_queue_push_nth_link