Searched defs:hash_isfull (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dhash.h62 #define hash_isfull(H) (SFX_CHECK(H)->hash_nodecount == (H)->hash_maxcount) macro
64 #define hash_isfull(H) ((H)->hash_nodecount == (H)->hash_maxcount) macro
H A Dhash.c726 #undef hash_isfull macro
727 int hash_isfull(hash_t *hash) function

Completed in 89 milliseconds