Searched refs:hash_lookup (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dhtable.h29 int hash_lookup(T_HashTable *H, T_HashTableEl *E, T_HashTableEl **E2,
H A Dhash.c194 int hash_lookup(T_HashTable *H,T_HashTableEl *E, T_HashTableEl **E2, function
H A Dfile.c593 if(!hash_lookup(filehash, (T_HashTableEl) &Pattern,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/lib/
H A Dhash.h62 void *hash_lookup (struct hash *, void *);
H A Dhash.c99 hash_lookup (struct hash *hash, void *data) function
H A Dif_rmap.c71 if_rmap = hash_lookup (ifrmaphash, &key);
H A Ddistribute.c79 dist = hash_lookup (disthash, &key);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dhash.h35 extern hnode_t *hash_lookup(hash_t *, const void *);
H A Ddircache.c319 if ((hn = hash_lookup(dircache, &key)))
396 if ((hn = hash_lookup(index_didname, &key)))
463 if ((hn = hash_lookup(dircache, &key))) {
471 if ((hn = hash_lookup(index_didname, &key))) {
552 if ((hn = hash_lookup(index_didname, dir)) == NULL) {
562 if ((hn = hash_lookup(dircache, dir)) == NULL) {
H A Dhash.c526 assert (hash_lookup(hash, key) == NULL); /* 2 */
557 hnode_t *hash_lookup(hash_t *hash, const void *key) function
596 assert (hash_lookup(hash, node->key) == node); /* 1 */
652 assert (hash_lookup(hash, node->key) == node);
1032 hn = hash_lookup(h, tok1);
1034 puts("hash_lookup failed");
1048 hn = hash_lookup(h, tok1);
1050 puts("hash_lookup failed");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dlist.h149 hash_lookup (struct hash *hash, const void *key) function
H A Dlist.c429 w = (struct word *) hash_lookup (hash, wordbuf);
H A Dmulti.c1012 route = (struct multi_route *) hash_lookup (m->vhash, addr);
1036 route = (struct multi_route *) hash_lookup (m->vhash, &tryaddr);
2750 struct multi_instance *mi = (struct multi_instance *) hash_lookup (m->cid_hash, &cid);

Completed in 186 milliseconds