Searched refs:h_node (Results 1 – 2 of 2) sorted by relevance
143 GList *h_list, *h_node, *t_node; in _priv_gst_tracing_deinit() local152 for (h_node = h_list; h_node; h_node = g_list_next (h_node)) { in _priv_gst_tracing_deinit()153 for (t_node = h_node->data; t_node; t_node = g_list_next (t_node)) { in _priv_gst_tracing_deinit()158 g_list_free (h_node->data); in _priv_gst_tracing_deinit()213 GList *tracers, *h_list, *h_node, *t_node; in gst_tracing_get_active_tracers() local221 for (h_node = h_list; h_node; h_node = g_list_next (h_node)) { in gst_tracing_get_active_tracers()222 for (t_node = h_node->data; t_node; t_node = g_list_next (t_node)) { in gst_tracing_get_active_tracers()
65522 struct list_head h_node; member