Symbol: traverse_postorder
sbin/unwind/libunbound/dns64/dns64.c
443
traverse_postorder(&dns64_env->ignore_aaaa, free_ignore_aaaa_node,
sbin/unwind/libunbound/iterator/iter_fwd.c
95
traverse_postorder(fwd->tree, &delfwdnode, NULL);
sbin/unwind/libunbound/iterator/iter_hints.c
80
traverse_postorder(&hints->tree, &delhintnode, NULL);
sbin/unwind/libunbound/iterator/iter_utils.c
142
traverse_postorder(caps_white, caps_free, NULL);
sbin/unwind/libunbound/libunbound/libunbound.c
399
traverse_postorder(&ctx->queries, delq, NULL);
sbin/unwind/libunbound/respip/respip.c
90
traverse_postorder(&set->ip_tree, resp_addr_del, NULL);
sbin/unwind/libunbound/services/authzone.c
1602
traverse_postorder(&z->data, auth_data_del, NULL);
sbin/unwind/libunbound/services/authzone.c
2370
traverse_postorder(&az->ztree, auth_zone_del, NULL);
sbin/unwind/libunbound/services/authzone.c
2371
traverse_postorder(&az->xtree, auth_xfer_del, NULL);
sbin/unwind/libunbound/services/authzone.c
395
traverse_postorder(&z->data, auth_data_del, NULL);
sbin/unwind/libunbound/services/authzone.c
5019
traverse_postorder(&z->data, auth_data_del, NULL);
sbin/unwind/libunbound/services/authzone.c
5121
traverse_postorder(&z->data, auth_data_del, NULL);
sbin/unwind/libunbound/services/cache/infra.c
409
traverse_postorder(domain_limits, domain_limit_free, NULL);
sbin/unwind/libunbound/services/cache/infra.c
423
traverse_postorder(wait_limits_tree, wait_limit_netblock_del,
sbin/unwind/libunbound/services/cache/infra.c
466
traverse_postorder(&infra->domain_limits, domain_limit_free,
sbin/unwind/libunbound/services/listen_dnsport.c
3389
traverse_postorder(table->conn_tree, conn_tree_del, table);
sbin/unwind/libunbound/services/listen_dnsport.c
3396
traverse_postorder(table->conid_tree, conid_tree_del, NULL);
sbin/unwind/libunbound/services/listen_dnsport.c
3639
traverse_postorder(&conn->stream_tree, stream_tree_del, table);
sbin/unwind/libunbound/services/localzone.c
126
traverse_postorder(&zones->ztree, lzdel, NULL);
sbin/unwind/libunbound/services/outside_network.c
1181
traverse_postorder(tree_by_id, &reuse_del_readwait_elem, NULL);
sbin/unwind/libunbound/services/outside_network.c
1268
traverse_postorder(&store, &mark_for_cb_and_decommission, NULL);
sbin/unwind/libunbound/services/outside_network.c
1863
traverse_postorder(outnet->pending, pending_node_del, NULL);
sbin/unwind/libunbound/services/outside_network.c
1867
traverse_postorder(outnet->serviced, serviced_node_del, NULL);
sbin/unwind/libunbound/services/rpz.c
377
traverse_postorder(&set->entries, rpz_clientip_synthesized_rr_delete, NULL);
sbin/unwind/libunbound/services/view.c
95
traverse_postorder(&v->vtree, delviewnode, NULL);
sbin/unwind/libunbound/util/rbtree.h
189
void traverse_postorder(rbtree_type* tree, void (*func)(rbnode_type*, void*),
sbin/unwind/libunbound/util/tcp_conn_limit.c
80
traverse_postorder(&tcl->tree, tcl_list_free_node, NULL);
sbin/unwind/libunbound/validator/val_anchor.c
148
traverse_postorder(anchors->tree, anchors_delfunc, NULL);
sbin/unwind/libunbound/validator/val_neg.c
127
traverse_postorder(&z->tree, &neg_clear_datas, NULL);
sbin/unwind/libunbound/validator/val_neg.c
138
traverse_postorder(&neg->tree, &neg_clear_zones, NULL);
usr.sbin/unbound/dns64/dns64.c
443
traverse_postorder(&dns64_env->ignore_aaaa, free_ignore_aaaa_node,
usr.sbin/unbound/ipsecmod/ipsecmod-whitelist.c
134
traverse_postorder(whitelist, whitelist_free, NULL);
usr.sbin/unbound/ipsecmod/ipsecmod-whitelist.c
153
traverse_postorder(whitelist, whitelist_get_mem, &size);
usr.sbin/unbound/iterator/iter_fwd.c
95
traverse_postorder(fwd->tree, &delfwdnode, NULL);
usr.sbin/unbound/iterator/iter_hints.c
80
traverse_postorder(&hints->tree, &delhintnode, NULL);
usr.sbin/unbound/iterator/iter_utils.c
142
traverse_postorder(caps_white, caps_free, NULL);
usr.sbin/unbound/libunbound/libunbound.c
399
traverse_postorder(&ctx->queries, delq, NULL);
usr.sbin/unbound/respip/respip.c
90
traverse_postorder(&set->ip_tree, resp_addr_del, NULL);
usr.sbin/unbound/services/authzone.c
1602
traverse_postorder(&z->data, auth_data_del, NULL);
usr.sbin/unbound/services/authzone.c
2370
traverse_postorder(&az->ztree, auth_zone_del, NULL);
usr.sbin/unbound/services/authzone.c
2371
traverse_postorder(&az->xtree, auth_xfer_del, NULL);
usr.sbin/unbound/services/authzone.c
395
traverse_postorder(&z->data, auth_data_del, NULL);
usr.sbin/unbound/services/authzone.c
5019
traverse_postorder(&z->data, auth_data_del, NULL);
usr.sbin/unbound/services/authzone.c
5121
traverse_postorder(&z->data, auth_data_del, NULL);
usr.sbin/unbound/services/cache/infra.c
409
traverse_postorder(domain_limits, domain_limit_free, NULL);
usr.sbin/unbound/services/cache/infra.c
423
traverse_postorder(wait_limits_tree, wait_limit_netblock_del,
usr.sbin/unbound/services/cache/infra.c
466
traverse_postorder(&infra->domain_limits, domain_limit_free,
usr.sbin/unbound/services/listen_dnsport.c
3389
traverse_postorder(table->conn_tree, conn_tree_del, table);
usr.sbin/unbound/services/listen_dnsport.c
3396
traverse_postorder(table->conid_tree, conid_tree_del, NULL);
usr.sbin/unbound/services/listen_dnsport.c
3639
traverse_postorder(&conn->stream_tree, stream_tree_del, table);
usr.sbin/unbound/services/localzone.c
126
traverse_postorder(&zones->ztree, lzdel, NULL);
usr.sbin/unbound/services/outside_network.c
1181
traverse_postorder(tree_by_id, &reuse_del_readwait_elem, NULL);
usr.sbin/unbound/services/outside_network.c
1268
traverse_postorder(&store, &mark_for_cb_and_decommission, NULL);
usr.sbin/unbound/services/outside_network.c
1863
traverse_postorder(outnet->pending, pending_node_del, NULL);
usr.sbin/unbound/services/outside_network.c
1867
traverse_postorder(outnet->serviced, serviced_node_del, NULL);
usr.sbin/unbound/services/rpz.c
377
traverse_postorder(&set->entries, rpz_clientip_synthesized_rr_delete, NULL);
usr.sbin/unbound/services/view.c
95
traverse_postorder(&v->vtree, delviewnode, NULL);
usr.sbin/unbound/testcode/lock_verify.c
408
traverse_postorder(o->smaller, &dellockref, NULL);
usr.sbin/unbound/testcode/lock_verify.c
419
traverse_postorder(all_locks, &delnode, NULL);
usr.sbin/unbound/testcode/replay.c
581
traverse_postorder(store, del_macro, NULL);
usr.sbin/unbound/util/rbtree.h
189
void traverse_postorder(rbtree_type* tree, void (*func)(rbnode_type*, void*),
usr.sbin/unbound/util/tcp_conn_limit.c
80
traverse_postorder(&tcl->tree, tcl_list_free_node, NULL);
usr.sbin/unbound/validator/val_anchor.c
148
traverse_postorder(anchors->tree, anchors_delfunc, NULL);
usr.sbin/unbound/validator/val_neg.c
127
traverse_postorder(&z->tree, &neg_clear_datas, NULL);
usr.sbin/unbound/validator/val_neg.c
138
traverse_postorder(&neg->tree, &neg_clear_zones, NULL);