Searched refs:hash_create (Results 1 - 12 of 12) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/lib/
H A Dhash.h57 struct hash *hash_create (unsigned int (*) (), int (*) ());
H A Dhash.c48 hash_create (unsigned int (*hash_key) (), int (*hash_cmp) ()) function
H A Dif_rmap.c306 ifrmaphash = hash_create (if_rmap_hash_make, if_rmap_hash_cmp);
H A Ddistribute.c702 disthash = hash_create (distribute_hash_make, distribute_cmp);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dhash.h27 extern hash_t *hash_create(hashcount_t, hash_comp_t, hash_fun_t);
H A Ddircache.c602 if ((dircache = hash_create(dircache_maxsize, hash_comp_vid_did, hash_vid_did)) == NULL)
608 if ((index_didname = hash_create(dircache_maxsize, hash_comp_didname, hash_didname)) == NULL)
H A Dhash.c292 hash_t *hash_create(hashcount_t maxcount, hash_comp_t compfun, function
390 * 1. See note 1. in hash_create().
392 * 3. See note 7. in hash_create().
462 * either hash_create() or hash_init(), both of which set hash_val_t_bit to
967 hash_t *h = hash_create(HASHCOUNT_T_MAX, 0, hash_fun2);
989 puts("hash_create failed");
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/bgpd/
H A Dbgp_advertise.c391 peer->hash[afi][safi] = hash_create (baa_hash_key, baa_hash_cmp);
H A Dbgp_community.c628 comhash = hash_create (community_hash_make, community_cmp);
H A Dbgp_ecommunity.c692 ecomhash = hash_create (ecommunity_hash_make, ecommunity_cmp);
H A Dbgp_attr.c195 cluster_hash = hash_create (cluster_hash_key_make, cluster_hash_cmp);
273 transit_hash = hash_create (transit_hash_key_make, transit_hash_cmp);
351 attrhash = hash_create (attrhash_key_make, attrhash_cmp);
H A Dbgp_aspath.c1150 ashash = hash_create (aspath_key_make, aspath_cmp);

Completed in 108 milliseconds