Searched refs:AUTH_HASH_SLOTS (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/mDNSResponder-522.92.1/mDNSCore/
H A DDNSCommon.h240 #define AuthHashSlot(X) (DomainNameHashValue(X) % AUTH_HASH_SLOTS)
H A DmDNSEmbeddedAPI.h102 #define AUTH_HASH_SLOTS 1 macro
1458 #ifndef AUTH_HASH_SLOTS
1459 #define AUTH_HASH_SLOTS 499 macro
1462 for ((SLOT) = 0; (SLOT) < AUTH_HASH_SLOTS; (SLOT)++) \
1474 AuthGroup *rrauth_hash[AUTH_HASH_SLOTS];
H A DmDNS.c223 for (slot = 0; slot < AUTH_HASH_SLOTS; slot++)
5105 for (slot = 0; slot < AUTH_HASH_SLOTS; slot++)
5172 for (slot = 0; slot < AUTH_HASH_SLOTS; slot++)
14205 for (slot = 0; slot < AUTH_HASH_SLOTS; slot++)
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSMacOSX/
H A DmDNSMacOSX.c9376 for (slot = 0; slot < AUTH_HASH_SLOTS; slot++)
9435 for (slot = 0; slot < AUTH_HASH_SLOTS; slot++)
9510 for (slot = 0; slot < AUTH_HASH_SLOTS; slot++)
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSShared/
H A Duds_daemon.c5339 for (slot = 0; slot < AUTH_HASH_SLOTS; slot++)
5374 for (slot = 0; slot < AUTH_HASH_SLOTS; slot++)

Completed in 425 milliseconds