Searched refs:HashSlot (Results 1 – 4 of 4) sorted by relevance
14 typedef struct HashSlot { struct17 } HashSlot; argument295 std::vector<HashSlot> map; in durchschlag_prepare()307 HashSlot& item = map[slot]; in durchschlag_prepare()
231 #define HashSlot(X) (DomainNameHashValue(X) % CACHE_HASH_SLOTS) macro
2527 ScheduleNextCacheCheckTime(m, HashSlot(rr->resrec.name), NextCacheCheckEvent(rr)); in SetNextCacheCheckTimeForRecord()2579 const mDNSu32 slot = HashSlot(&q->qname); in BuildQuestion()2672 CacheGroup *const cg = CacheGroupForName(m, HashSlot(name), namehash, name); in CacheHasAddressTypeForName()2680 CacheGroup *const cg = CacheGroupForName(m, HashSlot(&q->qname), q->qnamehash, &q->qname); in FindSPSInCache1()2818 const mDNSu32 slot = HashSlot(&q->qname); in AccelerateThisQuery()3435 slot = HashSlot(&q->qname); in AnswerQuestionsForDNSServerChanges()3787 mDNSu32 slot = HashSlot(&q->qname); in AnswerNewQuestion()5651 mDNSu32 slot = HashSlot(pktrr->name); in FindIdenticalRecordInCache()5871 const mDNSu32 slot = HashSlot(&pktq.qname); in ProcessQuery()6410 const mDNSu32 slot = HashSlot(&q->qname); in GrantCacheExtensions()[all …]
4305 const mDNSu32 slot = HashSlot(&q->qname); in uDNS_CheckCurrentQuestion()