Home
last modified time | relevance | path

Searched refs:RB_FOREACH_SAFE (Results 1 – 25 of 261) sorted by relevance

1234567891011

/dports/mail/mailest/mailest-mailest-0.9.24/replace/
H A Dreplace.h35 #ifndef RB_FOREACH_SAFE
36 #define RB_FOREACH_SAFE(x, name, head, y) \ macro
/dports/net/frr7-pythontools/frr-frr-7.5.1/ldpd/
H A Dldpd.c1076 RB_FOREACH_SAFE(nbrp, nbrp_head, &xconf->nbrp_tree, ntmp) { in ldp_config_normalize()
1168 RB_FOREACH_SAFE(tnbr, tnbr_head, &conf->tnbr_tree, ttmp) { in ldp_config_reset_af()
1469 RB_FOREACH_SAFE(xi, iface_head, &xconf->iface_tree, itmp) { in merge_ifaces()
1535 RB_FOREACH_SAFE(tnbr, tnbr_head, &conf->tnbr_tree, ttmp) { in merge_tnbrs()
1554 RB_FOREACH_SAFE(xt, tnbr_head, &xconf->tnbr_tree, ttmp) { in merge_tnbrs()
1584 RB_FOREACH_SAFE(nbrp, nbrp_head, &conf->nbrp_tree, ntmp) { in merge_nbrps()
1615 RB_FOREACH_SAFE(xn, nbrp_head, &xconf->nbrp_tree, ntmp) { in merge_nbrps()
1712 RB_FOREACH_SAFE(xl, l2vpn_head, &xconf->l2vpn_tree, ltmp) { in merge_l2vpns()
1758 RB_FOREACH_SAFE(xf, l2vpn_if_head, &xl->if_tree, ftmp) { in merge_l2vpn()
1777 RB_FOREACH_SAFE(pw, l2vpn_pw_head, &l2vpn->pw_tree, ptmp) { in merge_l2vpn()
[all …]
/dports/net/frr7/frr-frr-7.5.1/ldpd/
H A Dldpd.c1076 RB_FOREACH_SAFE(nbrp, nbrp_head, &xconf->nbrp_tree, ntmp) { in ldp_config_normalize()
1168 RB_FOREACH_SAFE(tnbr, tnbr_head, &conf->tnbr_tree, ttmp) { in ldp_config_reset_af()
1469 RB_FOREACH_SAFE(xi, iface_head, &xconf->iface_tree, itmp) { in merge_ifaces()
1535 RB_FOREACH_SAFE(tnbr, tnbr_head, &conf->tnbr_tree, ttmp) { in merge_tnbrs()
1554 RB_FOREACH_SAFE(xt, tnbr_head, &xconf->tnbr_tree, ttmp) { in merge_tnbrs()
1584 RB_FOREACH_SAFE(nbrp, nbrp_head, &conf->nbrp_tree, ntmp) { in merge_nbrps()
1615 RB_FOREACH_SAFE(xn, nbrp_head, &xconf->nbrp_tree, ntmp) { in merge_nbrps()
1712 RB_FOREACH_SAFE(xl, l2vpn_head, &xconf->l2vpn_tree, ltmp) { in merge_l2vpns()
1758 RB_FOREACH_SAFE(xf, l2vpn_if_head, &xl->if_tree, ftmp) { in merge_l2vpn()
1777 RB_FOREACH_SAFE(pw, l2vpn_pw_head, &l2vpn->pw_tree, ptmp) { in merge_l2vpn()
[all …]
/dports/sysutils/tmux/tmux-3.2a/
H A Dkey-bindings.c141 RB_FOREACH_SAFE(bd, key_bindings, &table->key_bindings, bd1) { in key_bindings_unref_table()
145 RB_FOREACH_SAFE(bd, key_bindings, &table->default_key_bindings, bd1) { in key_bindings_unref_table()
312 RB_FOREACH_SAFE(bd, key_bindings, &table->key_bindings, bd1) in key_bindings_reset_table()
H A Dcmd-kill-session.c60 RB_FOREACH_SAFE(sloop, sessions, &sessions, stmp) { in cmd_kill_session_exec()
H A Dserver.c314 RB_FOREACH_SAFE(s, sessions, &sessions, s1) in server_send_exit()
472 RB_FOREACH_SAFE(w, windows, &windows, w1) { in server_child_exited()
H A Dcontrol.c208 RB_FOREACH_SAFE(csp, control_sub_panes, &csub->panes, csp1) { in control_free_sub()
212 RB_FOREACH_SAFE(csw, control_sub_windows, &csub->windows, csw1) { in control_free_sub()
300 RB_FOREACH_SAFE(cp, control_panes, &cs->panes, cp1) { in control_reset_offsets()
819 RB_FOREACH_SAFE(csub, control_subs, &cs->subs, csub1) in control_stop()
1045 RB_FOREACH_SAFE(csub, control_subs, &cs->subs, csub1) { in control_check_subs_timer()
/dports/net/openbgpd6/openbgpd-6.9p0/src/bgpd/
H A Dconfig.c149 RB_FOREACH_SAFE(psi, prefixset_tree, p, npsi) { in free_prefixtree()
160 RB_FOREACH_SAFE(roa, roa_tree, r, nroa) { in free_roatree()
208 RB_FOREACH_SAFE(p, peer_head, &conf->peers, next) { in free_config()
335 RB_FOREACH_SAFE(p, peer_head, &xconf->peers, nextp) { in merge_config()
349 RB_FOREACH_SAFE(np, peer_head, &conf->peers, nextp) { in merge_config()
/dports/sysutils/tmux23/tmux-2.3/
H A Dcmd-kill-session.c61 RB_FOREACH_SAFE(sloop, sessions, &sessions, stmp) { in cmd_kill_session_exec()
H A Dcmd-kill-window.c71 RB_FOREACH_SAFE(wl2, winlinks, &s->windows, wl3) { in cmd_kill_window_exec()
H A Dserver.c237 RB_FOREACH_SAFE(s, sessions, &sessions, s1) in server_send_exit()
388 RB_FOREACH_SAFE(w, windows, &windows, w1) { in server_child_exited()
/dports/sysutils/tmate/tmate-2.4.0/
H A Dcmd-kill-session.c61 RB_FOREACH_SAFE(sloop, sessions, &sessions, stmp) { in cmd_kill_session_exec()
H A Dcmd-kill-window.c71 RB_FOREACH_SAFE(wl2, winlinks, &s->windows, wl3) { in cmd_kill_window_exec()
H A Dserver.c271 RB_FOREACH_SAFE(s, sessions, &sessions, s1) in server_send_exit()
423 RB_FOREACH_SAFE(w, windows, &windows, w1) { in server_child_exited()
/dports/sysutils/tmate-ssh-server/tmate-ssh-server-97d2024/
H A Dcmd-kill-session.c61 RB_FOREACH_SAFE(sloop, sessions, &sessions, stmp) { in cmd_kill_session_exec()
H A Dcmd-kill-window.c71 RB_FOREACH_SAFE(wl2, winlinks, &s->windows, wl3) { in cmd_kill_window_exec()
H A Dserver.c277 RB_FOREACH_SAFE(s, sessions, &sessions, s1) in server_send_exit()
430 RB_FOREACH_SAFE(w, windows, &windows, w1) { in server_child_exited()
/dports/net/frr7-pythontools/frr-frr-7.5.1/
H A D.clang-format45 - RB_FOREACH_SAFE
/dports/net/frr7/frr-frr-7.5.1/
H A D.clang-format45 - RB_FOREACH_SAFE
/dports/devel/libinotify/libinotify-20180201/
H A Dwatch-set.c60 RB_FOREACH_SAFE (w, watch_set, ws, tmp) { in watch_set_free()
H A Ddep-list.h47 RB_FOREACH_SAFE ((di), dep_tree, &(dl)->head, (tmp_di))
/dports/devel/libudev-devd/libudev-devd-0.5.0/
H A Dudev-list.c92 RB_FOREACH_SAFE (ule1, udev_list, ul, ule2) { in udev_list_free()
/dports/audio/gtk-mixer/gtk-mixer-1.0.0/
H A D.clang-format91 - RB_FOREACH_SAFE
/dports/devel/libepoll-shim/epoll-shim-0.0.20210418/
H A D.clang-format66 - RB_FOREACH_SAFE
/dports/devel/libepoll-shim/epoll-shim-0.0.20210418/external/microatf/
H A D.clang-format66 - RB_FOREACH_SAFE

1234567891011