Searched refs:hash_cmp (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/lib/
H A Dhash.h51 int (*hash_cmp) (); member in struct:hash
H A Dhash.c30 unsigned int (*hash_key) (), int (*hash_cmp) ())
40 hash->hash_cmp = hash_cmp;
48 hash_create (unsigned int (*hash_key) (), int (*hash_cmp) ())
50 return hash_create_size (HASHTABSIZE, hash_key, hash_cmp);
77 if (backet->key == key && (*hash->hash_cmp) (backet->data, data) == 1)
121 if (backet->key == key && (*hash->hash_cmp) (backet->data, data) == 1)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A De2fsck.c10332 static int hash_cmp(const void *a, const void *b) function
10853 sizeof(struct hash_entry), hash_cmp);

Completed in 73 milliseconds