Home
last modified time | relevance | path

Searched refs:disthash (Results 1 – 6 of 6) sorted by relevance

/dports/net/frr7-pythontools/frr-frr-7.5.1/lib/
H A Ddistribute.c69 hash_release(ctx->disthash, dist); in distribute_free_if_empty()
83 dist = hash_lookup(ctx->disthash, &key); in distribute_lookup()
126 ret = hash_get(ctx->disthash, &key, in distribute_get()
427 for (i = 0; i < dist_ctxt->disthash->size; i++) in config_show_distribute()
428 for (mp = dist_ctxt->disthash->index[i]; mp; mp = mp->next) { in config_show_distribute()
473 for (i = 0; i < dist_ctxt->disthash->size; i++) in config_show_distribute()
474 for (mp = dist_ctxt->disthash->index[i]; mp; mp = mp->next) { in config_show_distribute()
511 for (i = 0; i < dist_ctxt->disthash->size; i++) in config_write_distribute()
512 for (mp = dist_ctxt->disthash->index[i]; mp; mp = mp->next) { in config_write_distribute()
554 if ((*ctx)->disthash) { in distribute_list_delete()
[all …]
H A Ddistribute.h54 struct hash *disthash; member
/dports/net/frr7/frr-frr-7.5.1/lib/
H A Ddistribute.c69 hash_release(ctx->disthash, dist); in distribute_free_if_empty()
83 dist = hash_lookup(ctx->disthash, &key); in distribute_lookup()
126 ret = hash_get(ctx->disthash, &key, in distribute_get()
427 for (i = 0; i < dist_ctxt->disthash->size; i++) in config_show_distribute()
428 for (mp = dist_ctxt->disthash->index[i]; mp; mp = mp->next) { in config_show_distribute()
473 for (i = 0; i < dist_ctxt->disthash->size; i++) in config_show_distribute()
474 for (mp = dist_ctxt->disthash->index[i]; mp; mp = mp->next) { in config_show_distribute()
511 for (i = 0; i < dist_ctxt->disthash->size; i++) in config_write_distribute()
512 for (mp = dist_ctxt->disthash->index[i]; mp; mp = mp->next) { in config_write_distribute()
554 if ((*ctx)->disthash) { in distribute_list_delete()
[all …]
H A Ddistribute.h54 struct hash *disthash; member
/dports/net/quagga/quagga-1.2.4/lib/
H A Ddistribute.c32 struct hash *disthash; variable
71 hash_release (disthash, dist); in distribute_free_if_empty()
85 dist = hash_lookup (disthash, &key); in distribute_lookup()
857 for (i = 0; i < disthash->size; i++) in config_show_distribute()
858 for (mp = disthash->index[i]; mp; mp = mp->next) in config_show_distribute()
901 for (i = 0; i < disthash->size; i++) in config_show_distribute()
902 for (mp = disthash->index[i]; mp; mp = mp->next) in config_show_distribute()
936 for (i = 0; i < disthash->size; i++) in config_write_distribute()
937 for (mp = disthash->index[i]; mp; mp = mp->next) in config_write_distribute()
976 hash_clean (disthash, (void (*) (void *)) distribute_free); in distribute_list_reset()
[all …]
/dports/databases/p5-DBD-LDAP/DBD-LDAP-1.00/lib/
H A DJLdap.pm281 my (%disthash);
284 ++$disthash{join("\x02",@{$varlist[$i]})};
287 foreach my $i (keys(%disthash))