Home
last modified time | relevance | path

Searched refs:hash_walk (Results 1 – 25 of 36) sorted by relevance

12

/dports/devel/ctypes.sh/ctypes-sh-1.2/
H A DTODO2 * probably need to use hash_walk
/dports/net/frr7-pythontools/frr-frr-7.5.1/zebra/
H A Dzebra_pbr.c256 hash_walk(zrouter.rules_hash, &pbr_rule_lookup_unique_walker, &pul); in pbr_rule_lookup_unique()
675 hash_walk(zrouter.ipset_hash, zebra_pbr_ipset_pername_walkcb, ptr); in zebra_pbr_lookup_ipset_pername()
1059 hash_walk(zrouter.ipset_entry_hash, zebra_pbr_show_ipset_entry_walkcb, in zebra_pbr_show_ipset_walkcb()
1106 hash_walk(zrouter.ipset_entry_hash, in zebra_pbr_show_ipset_list()
1113 hash_walk(zrouter.ipset_hash, zebra_pbr_show_ipset_walkcb, in zebra_pbr_show_ipset_list()
1213 hash_walk(zrouter.rules_hash, in zebra_pbr_show_iptable_unit()
1251 hash_walk(zrouter.iptable_hash, zebra_pbr_show_iptable_walkcb, &env); in zebra_pbr_show_iptable()
H A Ddplane_fpm_nl.c912 hash_walk(zrouter.nhgs_id, fpm_nhg_send_cb, &fna); in fpm_nhg_send()
/dports/net/frr7/frr-frr-7.5.1/zebra/
H A Dzebra_pbr.c256 hash_walk(zrouter.rules_hash, &pbr_rule_lookup_unique_walker, &pul); in pbr_rule_lookup_unique()
675 hash_walk(zrouter.ipset_hash, zebra_pbr_ipset_pername_walkcb, ptr); in zebra_pbr_lookup_ipset_pername()
1059 hash_walk(zrouter.ipset_entry_hash, zebra_pbr_show_ipset_entry_walkcb, in zebra_pbr_show_ipset_walkcb()
1106 hash_walk(zrouter.ipset_entry_hash, in zebra_pbr_show_ipset_list()
1113 hash_walk(zrouter.ipset_hash, zebra_pbr_show_ipset_walkcb, in zebra_pbr_show_ipset_list()
1213 hash_walk(zrouter.rules_hash, in zebra_pbr_show_iptable_unit()
1251 hash_walk(zrouter.iptable_hash, zebra_pbr_show_iptable_walkcb, &env); in zebra_pbr_show_iptable()
/dports/devel/ctypes.sh/ctypes-sh-1.2/include/
H A Dhashlib.h55 extern void hash_walk __P((HASH_TABLE *, hash_wfunc *));
H A Dassoc.h35 #define assoc_walk(h, f) (hash_walk((h), (f))
/dports/shells/bash/bash-5.1/
H A Dhashlib.h55 extern void hash_walk PARAMS((HASH_TABLE *, hash_wfunc *));
H A Dassoc.h37 #define assoc_walk(h, f) (hash_walk((h), (f))
H A Dpcomplib.c225 hash_walk (prog_completes, pfunc);
H A Dhashlib.c417 hash_walk (table, func) in hash_walk() function
/dports/net/frr7-pythontools/frr-frr-7.5.1/lib/
H A Dhash.h277 extern void hash_walk(struct hash *hash,
H A Dhash.c263 void hash_walk(struct hash *hash, int (*func)(struct hash_bucket *, void *), in hash_walk() function
/dports/net/frr7/frr-frr-7.5.1/lib/
H A Dhash.h277 extern void hash_walk(struct hash *hash,
H A Dhash.c263 void hash_walk(struct hash *hash, int (*func)(struct hash_bucket *, void *), in hash_walk() function
/dports/devel/libfastcommon/libfastcommon-1.0.43/src/
H A Dconnection_pool.c72 hash_walk(&(cp->hash_array), coon_pool_close_connections, NULL); in conn_pool_destroy()
388 hash_walk(&cp->hash_array, _conn_count_walk, &count); in conn_pool_get_connection_count()
H A Dhash.h279 int hash_walk(HashArray *pHash, HashWalkFunc walkFunc, void *args);
H A Dini_file_reader.c579 hash_walk(&pContext->sections, iniSortHashData, NULL); in iniSortItems()
2697 hash_walk(&pContext->sections, iniFreeHashData, NULL); in iniFreeContext()
2968 hash_walk(&pContext->sections, iniPrintHashData, NULL); in iniPrintItems()
3021 result = hash_walk(&pContext->sections, iniSectionWalkCallback, &walk_arg); in iniGetSectionNames()
H A Dhash.c938 int hash_walk(HashArray *pHash, HashWalkFunc walkFunc, void *args) in hash_walk() function
/dports/net/frr7-pythontools/frr-frr-7.5.1/bgpd/
H A Dbgp_pbr.c1322 hash_walk(bgp->pbr_rule_hash, bgp_pbr_rule_walkcb, &bpru); in bgp_pbr_rule_lookup()
1336 hash_walk(bgp->pbr_action_hash, bgp_pbr_action_walkcb, &bpau); in bgp_pbr_action_rule_lookup()
1350 hash_walk(bgp->pbr_match_hash, bgp_pbr_match_walkcb, &bpmu); in bgp_pbr_match_ipset_lookup()
1367 hash_walk(bgp->pbr_match_hash, bgp_pbr_match_pername_walkcb, &bpmi); in bgp_pbr_match_ipset_entry_lookup()
1373 hash_walk(bpmi.bpm_found->entry_hash, in bgp_pbr_match_ipset_entry_lookup()
1388 hash_walk(bgp->pbr_match_hash, bgp_pbr_match_iptable_walkcb, &bpmiu); in bgp_pbr_match_iptable_lookup()
1897 hash_walk(bgp->pbr_rule_hash, bgp_pbr_get_same_rule, &bprr); in bgp_pbr_policyroute_remove_from_zebra_unit()
2000 hash_walk(bgp->pbr_match_hash, bgp_pbr_get_remaining_entry, &bpmer); in bgp_pbr_policyroute_remove_from_zebra_unit()
2392 hash_walk(bgp->pbr_rule_hash, bgp_pbr_get_same_rule, &bprr); in bgp_pbr_policyroute_add_to_zebra_unit()
2572 hash_walk(bgp->pbr_match_hash, bgp_pbr_get_remaining_entry, &bpmer); in bgp_pbr_policyroute_add_to_zebra_unit()
/dports/net/frr7/frr-frr-7.5.1/bgpd/
H A Dbgp_pbr.c1322 hash_walk(bgp->pbr_rule_hash, bgp_pbr_rule_walkcb, &bpru); in bgp_pbr_rule_lookup()
1336 hash_walk(bgp->pbr_action_hash, bgp_pbr_action_walkcb, &bpau); in bgp_pbr_action_rule_lookup()
1350 hash_walk(bgp->pbr_match_hash, bgp_pbr_match_walkcb, &bpmu); in bgp_pbr_match_ipset_lookup()
1367 hash_walk(bgp->pbr_match_hash, bgp_pbr_match_pername_walkcb, &bpmi); in bgp_pbr_match_ipset_entry_lookup()
1373 hash_walk(bpmi.bpm_found->entry_hash, in bgp_pbr_match_ipset_entry_lookup()
1388 hash_walk(bgp->pbr_match_hash, bgp_pbr_match_iptable_walkcb, &bpmiu); in bgp_pbr_match_iptable_lookup()
1897 hash_walk(bgp->pbr_rule_hash, bgp_pbr_get_same_rule, &bprr); in bgp_pbr_policyroute_remove_from_zebra_unit()
2000 hash_walk(bgp->pbr_match_hash, bgp_pbr_get_remaining_entry, &bpmer); in bgp_pbr_policyroute_remove_from_zebra_unit()
2392 hash_walk(bgp->pbr_rule_hash, bgp_pbr_get_same_rule, &bprr); in bgp_pbr_policyroute_add_to_zebra_unit()
2572 hash_walk(bgp->pbr_match_hash, bgp_pbr_get_remaining_entry, &bpmer); in bgp_pbr_policyroute_add_to_zebra_unit()
/dports/shells/bash/bash-5.1/builtins/
H A Dhash.def268 hash_walk (hashed_filenames, fmt ? print_portable_hash_info : print_hash_info);
/dports/net/frr7-pythontools/frr-frr-7.5.1/pbrd/
H A Dpbr_nht.c954 hash_walk(pbr_nhrc_hash, in pbr_nht_individual_nexthop_vrf_handle()
996 hash_walk(pnhgc->nhh, pbr_nht_individual_nexthop_vrf_handle, in pbr_nht_nexthop_vrf_handle()
/dports/net/frr7/frr-frr-7.5.1/pbrd/
H A Dpbr_nht.c954 hash_walk(pbr_nhrc_hash, in pbr_nht_individual_nexthop_vrf_handle()
996 hash_walk(pnhgc->nhh, pbr_nht_individual_nexthop_vrf_handle, in pbr_nht_nexthop_vrf_handle()
/dports/net/frr7-pythontools/frr-frr-7.5.1/pimd/
H A Dpim_nht.c478 hash_walk(pnc->upstream_hash, pim_update_upstream_nh_helper, pim); in pim_update_upstream_nh()
/dports/net/frr7/frr-frr-7.5.1/pimd/
H A Dpim_nht.c478 hash_walk(pnc->upstream_hash, pim_update_upstream_nh_helper, pim); in pim_update_upstream_nh()

12