Searched refs:hash_isfull (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/etc/afpd/
H A Dhash.h45 extern int hash_isfull(hash_t *);
61 #define hash_isfull(H) (SFX_CHECK(H)->hash_nodecount == (H)->hash_maxcount) macro
63 #define hash_isfull(H) ((H)->hash_nodecount == (H)->hash_maxcount) macro
H A Dhash.c723 #undef hash_isfull macro
724 int hash_isfull(hash_t *hash) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/etc/afpd/
H A Dhash.h45 extern int hash_isfull(hash_t *);
61 #define hash_isfull(H) (SFX_CHECK(H)->hash_nodecount == (H)->hash_maxcount) macro
63 #define hash_isfull(H) ((H)->hash_nodecount == (H)->hash_maxcount) macro
H A Dhash.c723 #undef hash_isfull macro
724 int hash_isfull(hash_t *hash) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/etc/afpd/
H A Dhash.h45 extern int hash_isfull(hash_t *);
61 #define hash_isfull(H) (SFX_CHECK(H)->hash_nodecount == (H)->hash_maxcount) macro
63 #define hash_isfull(H) ((H)->hash_nodecount == (H)->hash_maxcount) macro
H A Dhash.c723 #undef hash_isfull macro
724 int hash_isfull(hash_t *hash) function

Completed in 170 milliseconds