Home
last modified time | relevance | path

Searched refs:HashSlot (Results 1 – 4 of 4) sorted by relevance

/external/brotli/research/
Ddurchschlag.cc14 typedef struct HashSlot { struct
17 } HashSlot; argument
295 std::vector<HashSlot> map; in durchschlag_prepare()
307 HashSlot& item = map[slot]; in durchschlag_prepare()
/external/mdnsresponder/mDNSCore/
DDNSCommon.h231 #define HashSlot(X) (DomainNameHashValue(X) % CACHE_HASH_SLOTS) macro
DmDNS.c2527 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 …]
DuDNS.c4305 const mDNSu32 slot = HashSlot(&q->qname); in uDNS_CheckCurrentQuestion()