Home
last modified time | relevance | path

Searched refs:G_POST_ORDER (Results 1 – 25 of 157) sorted by relevance

1234567

/dports/devel/glib20/glib-2.70.4/glib/tests/
H A Dnode.c84 { G_POST_ORDER, G_TRAVERSE_ALL, -1, -1, "CDEBHIJKGFA" }, in traversal_test()
85 { G_POST_ORDER, G_TRAVERSE_ALL, 1, -1, "A" }, in traversal_test()
86 { G_POST_ORDER, G_TRAVERSE_ALL, 2, -1, "BFA" }, in traversal_test()
87 { G_POST_ORDER, G_TRAVERSE_ALL, 3, -1, "CDEBGFA" }, in traversal_test()
116 { G_POST_ORDER, G_TRAVERSE_ALL, -1, 1, "C" }, in traversal_test()
117 { G_POST_ORDER, G_TRAVERSE_ALL, -1, 2, "CD" }, in traversal_test()
118 { G_POST_ORDER, G_TRAVERSE_ALL, -1, 3, "CDE" }, in traversal_test()
119 { G_POST_ORDER, G_TRAVERSE_ALL, -1, 4, "CDEB" }, in traversal_test()
120 { G_POST_ORDER, G_TRAVERSE_ALL, -1, 5, "CDEBH" }, in traversal_test()
121 { G_POST_ORDER, G_TRAVERSE_ALL, -1, 6, "CDEBHI" }, in traversal_test()
[all …]
H A Dtree.c401 { G_POST_ORDER, 1, "0" }, in test_tree_traverse()
402 { G_POST_ORDER, 2, "02" }, in test_tree_traverse()
403 { G_POST_ORDER, 3, "021" }, in test_tree_traverse()
404 { G_POST_ORDER, 4, "0214" }, in test_tree_traverse()
405 { G_POST_ORDER, 5, "02146" }, in test_tree_traverse()
406 { G_POST_ORDER, 6, "021465" }, in test_tree_traverse()
407 { G_POST_ORDER, 7, "0214653" }, in test_tree_traverse()
408 { G_POST_ORDER, 8, "02146538" }, in test_tree_traverse()
409 { G_POST_ORDER, 9, "02146538A" }, in test_tree_traverse()
410 { G_POST_ORDER, 10, "02146538A9" }, in test_tree_traverse()
[all …]
/dports/graphics/kludge3d/kludge3d-20040822/src/
H A Dmodel.c167 g_node_traverse( model->root, G_POST_ORDER, G_TRAVERSE_ALL, -1, in model_remove_all_textures()
190 g_node_traverse( model->root, G_POST_ORDER, G_TRAVERSE_ALL, -1, in model_remove_texture()
236 g_node_traverse( model->root, G_POST_ORDER, G_TRAVERSE_ALL, -1, in model_vertex_remove()
281 g_node_traverse( model->root, G_POST_ORDER, G_TRAVERSE_ALL, -1, in model_polygon_remove()
H A Dgroup.c62 g_node_traverse( node, G_POST_ORDER, G_TRAVERSE_ALL, -1, in group_delete()
/dports/graphics/clutter/clutter-1.26.4/clutter/deprecated/
H A Dclutter-score.c525 G_POST_ORDER, in traverse_children()
560 G_POST_ORDER, in find_entry_by_timeline()
584 G_POST_ORDER, in find_entry_by_id()
872 G_POST_ORDER, in clutter_score_clear()
1061 G_POST_ORDER, in clutter_score_remove()
1160 G_POST_ORDER, in clutter_score_list_timelines()
/dports/x11-wm/muffin/muffin-4.8.0/clutter/clutter/deprecated/
H A Dclutter-score.c525 G_POST_ORDER, in traverse_children()
560 G_POST_ORDER, in find_entry_by_timeline()
584 G_POST_ORDER, in find_entry_by_id()
872 G_POST_ORDER, in clutter_score_clear()
1061 G_POST_ORDER, in clutter_score_remove()
1160 G_POST_ORDER, in clutter_score_list_timelines()
/dports/x11-fm/thunar/thunar-4.16.10/thunar/
H A Dthunar-tree-model.c402 …g_node_traverse (model->root, G_POST_ORDER, G_TRAVERSE_ALL, -1, thunar_tree_model_node_traverse_fr… in thunar_tree_model_finalize()
1021 …g_node_traverse (node->children, G_POST_ORDER, G_TRAVERSE_ALL, -1, thunar_tree_model_node_traverse… in thunar_tree_model_device_changed()
1066 …g_node_traverse (node->children, G_POST_ORDER, G_TRAVERSE_ALL, -1, thunar_tree_model_node_traverse… in thunar_tree_model_device_pre_unmount()
1153 …g_node_traverse (node, G_POST_ORDER, G_TRAVERSE_ALL, -1, thunar_tree_model_node_traverse_remove, m… in thunar_tree_model_device_removed()
1302 node = g_node_find (model->root, G_POST_ORDER, G_TRAVERSE_ALL, item); in thunar_tree_model_item_files_added()
1332 node = g_node_find (model->root, G_POST_ORDER, G_TRAVERSE_ALL, item); in thunar_tree_model_item_files_removed()
1348 …g_node_traverse (child_node, G_POST_ORDER, G_TRAVERSE_ALL, -1, thunar_tree_model_node_traverse_rem… in thunar_tree_model_item_files_removed()
1400 node = g_node_find (item->model->root, G_POST_ORDER, G_TRAVERSE_ALL, item); in thunar_tree_model_item_notify_loading()
1425 node = g_node_find (item->model->root, G_POST_ORDER, G_TRAVERSE_ALL, item); in thunar_tree_model_item_load_idle()
1565 g_node_traverse (node->children, G_POST_ORDER, G_TRAVERSE_ALL, -1, in thunar_tree_model_node_traverse_cleanup()
[all …]
/dports/cad/pcb/pcb-4.2.0/gts/
H A Dhsurface.c156 gts_hsurface_traverse (hs, G_POST_ORDER, -1, in hsurface_destroy()
354 g_return_if_fail (order == G_PRE_ORDER || order == G_POST_ORDER); in gts_hsurface_foreach()
370 case G_POST_ORDER: in gts_hsurface_foreach()
/dports/science/afni/afni-AFNI_21.3.16/src/SUMA/gts/src/
H A Dhsurface.c156 gts_hsurface_traverse (hs, G_POST_ORDER, -1, in hsurface_destroy()
354 g_return_if_fail (order == G_PRE_ORDER || order == G_POST_ORDER); in gts_hsurface_foreach()
370 case G_POST_ORDER: in gts_hsurface_foreach()
/dports/graphics/gts/gts-0.7.6/src/
H A Dhsurface.c156 gts_hsurface_traverse (hs, G_POST_ORDER, -1, in hsurface_destroy()
354 g_return_if_fail (order == G_PRE_ORDER || order == G_POST_ORDER); in gts_hsurface_foreach()
370 case G_POST_ORDER: in gts_hsurface_foreach()
/dports/textproc/xmlroff/xmlroff-0.6.3/xmlroff/libfo/fo/
H A Dfo-static-content-area.c29 G_POST_ORDER, in fo_static_content_area_new()
H A Dfo-flow-area.c34 G_POST_ORDER, in fo_flow_area_new2()
/dports/textproc/libfo/xmlroff-0.6.3/xmlroff/libfo/fo/
H A Dfo-static-content-area.c29 G_POST_ORDER, in fo_static_content_area_new()
H A Dfo-flow-area.c34 G_POST_ORDER, in fo_flow_area_new2()
/dports/textproc/xmlroff/xmlroff-0.6.3/xmlroff/libfo/area/
H A Dfo-area-tree.c95 G_POST_ORDER, in fo_area_tree_finalize()
/dports/textproc/libfo/xmlroff-0.6.3/xmlroff/libfo/area/
H A Dfo-area-tree.c95 G_POST_ORDER, in fo_area_tree_finalize()
/dports/graphics/gliv/gliv-1.9.7/src/
H A Dtree.c338 g_node_traverse(tree, G_POST_ORDER, G_TRAVERSE_ALL, -1, in make_tree()
350 g_node_traverse(tree, G_POST_ORDER, G_TRAVERSE_ALL, -1, in destroy_tree()
/dports/devel/anjuta/anjuta-3.34.0/libanjuta/
H A Danjuta-project.c365 g_return_val_if_fail ((order != G_PRE_ORDER) || (order != G_POST_ORDER), NULL); in anjuta_project_node_traverse()
371 case G_POST_ORDER: in anjuta_project_node_traverse()
452 g_return_if_fail ((order != G_PRE_ORDER) || (order != G_POST_ORDER)); in anjuta_project_node_foreach()
459 case G_POST_ORDER: in anjuta_project_node_foreach()
542 node = anjuta_project_node_traverse (parent, G_POST_ORDER, check_node, parent); in anjuta_project_node_check()
/dports/mail/rspamd-devel/rspamd-93430bb/src/libutil/
H A Dexpression.c1167 g_node_traverse (e->ast, G_POST_ORDER, G_TRAVERSE_ALL, -1, in rspamd_parse_expression()
1171 g_node_traverse (e->ast, G_POST_ORDER, G_TRAVERSE_NON_LEAVES, -1, in rspamd_parse_expression()
1494 g_node_traverse (expr->ast, G_POST_ORDER, G_TRAVERSE_ALL, -1, in rspamd_process_expression_closure()
1498 g_node_traverse (expr->ast, G_POST_ORDER, G_TRAVERSE_NON_LEAVES, -1, in rspamd_process_expression_closure()
1572 g_node_traverse (expr->ast, G_POST_ORDER, G_TRAVERSE_ALL, -1, in rspamd_expression_tostring()
1615 g_node_traverse (expr->ast, G_POST_ORDER, G_TRAVERSE_ALL, -1, in rspamd_expression_atom_foreach()
/dports/mail/rspamd/rspamd-3.1/src/libutil/
H A Dexpression.c1167 g_node_traverse (e->ast, G_POST_ORDER, G_TRAVERSE_ALL, -1, in rspamd_parse_expression()
1171 g_node_traverse (e->ast, G_POST_ORDER, G_TRAVERSE_NON_LEAVES, -1, in rspamd_parse_expression()
1494 g_node_traverse (expr->ast, G_POST_ORDER, G_TRAVERSE_ALL, -1, in rspamd_process_expression_closure()
1498 g_node_traverse (expr->ast, G_POST_ORDER, G_TRAVERSE_NON_LEAVES, -1, in rspamd_process_expression_closure()
1572 g_node_traverse (expr->ast, G_POST_ORDER, G_TRAVERSE_ALL, -1, in rspamd_expression_tostring()
1615 g_node_traverse (expr->ast, G_POST_ORDER, G_TRAVERSE_ALL, -1, in rspamd_expression_atom_foreach()
/dports/sysutils/tracker/tracker-2.3.4/src/libtracker-miner/
H A Dtracker-indexing-tree.c229 G_POST_ORDER, in tracker_indexing_tree_finalize()
465 G_POST_ORDER, in find_directory_node()
1224 G_POST_ORDER, in tracker_indexing_tree_list_roots()
/dports/devel/glib20/glib-2.70.4/glib/
H A Dgnode.h54 G_POST_ORDER, enumerator
/dports/deskutils/gnome-calendar/gnome-calendar-41.2/tests/
H A Dtest-range-tree.c111 gcal_range_tree_traverse (range_tree, G_POST_ORDER, traverse_func, NULL); in range_tree_traverse()
/dports/lang/fpc-source/fpc-3.2.2/packages/gtk2/src/glib/
H A Dgnode.inc25 G_POST_ORDER,
/dports/x11-toolkits/fpc-gtk2/fpc-3.2.2/packages/gtk2/src/glib/
H A Dgnode.inc25 G_POST_ORDER,

1234567