HomeSort by: relevance | last modified time | path
    Searched refs:CacheGroup (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/mDNSResponder/dist/unittests/
uds_daemon_ut.c 12 const CacheGroup *cg;
21 CacheUsed++; // Count one cache entity for the CacheGroup object
unittest_common.c 202 const CacheGroup *cg = CacheGroupForName(m, DomainNameHashValue(name), name);
  /src/external/apache2/mDNSResponder/dist/mDNSCore/
uDNS.h 207 const mDNSu32 slot, CacheGroup *cg,
mDNSEmbeddedAPI.h 535 typedef struct CacheGroup_struct CacheGroup;
983 // Note that since CacheRecord object and a CacheGroup object are allocated out of the same pool, it's sensible to
1652 // the size of the namestorage array in CacheGroup_struct so that sizeof(CacheGroup) == sizeof(CacheRecord)
1655 CacheGroup *next;
1664 CacheGroup *next; // Next CacheGroup object in this hash table bucket
1672 // Storage sufficient to hold either a CacheGroup header or a CacheRecord
1675 union CacheEntity_union { CacheEntity *next; CacheGroup cg; CacheRecord cr; };
2444 CacheGroup *rrcache_hash[CACHE_HASH_SLOTS];
3548 extern CacheRecord *CreateNewCacheEntryEx(mDNS *m, mDNSu32 slot, CacheGroup *cg, mDNSs32 delay, mDNSBool add
    [all...]
mDNS.c 355 CacheGroup *cg;
592 mDNSexport CacheGroup *CacheGroupForName(const mDNS *const m, const mDNSu32 namehash, const domainname *const name)
594 CacheGroup *cg;
602 mDNSlocal CacheGroup *CacheGroupForRecord(const mDNS *const m, const ResourceRecord *const rr)
2111 mDNSexport CacheRecord *mDNSGetTSRForCacheGroup(const CacheGroup *const cg)
2243 const CacheGroup *cg = mDNSNULL;
3813 const CacheGroup *const cg = CacheGroupForName(m, q->qnamehash, &q->qname);
3884 const CacheGroup *cg;
3924 CacheGroup *const cg = CacheGroupForName(m, namehash, name);
3931 mDNSlocal mDNSBool CacheGroupHasAddressOnInterface(const CacheGroup *const cg, mDNSu16 rrtype, const mDNSAddr *const addr, const mDNSInterfaceID interfaceID
    [all...]
uDNS.c 4889 CacheGroup *const cg = CacheGroupForName(m, q->qnamehash, &q->qname);
5782 CacheGroup *cg;
5947 CacheGroup *cg = CacheGroupForName(m, mrr->namehash, mrr->name);
5991 CacheGroup *cg = CacheGroupForName(m, mrr->namehash, mrr->name);
6432 CacheGroup *const cache_group = CacheGroupForName(m, q->qnamehash, &q->qname);
7116 CacheGroup *const cache_group = CacheGroupForName(m, q->qnamehash, &q->qname);
DNSCommon.c 255 CacheGroup *cg;
  /src/external/apache2/mDNSResponder/dist/mDNSShared/
uds_daemon.c 1952 const CacheGroup *cg = CacheGroupForName(m, namehash, name);
7519 const CacheGroup *cg;
7531 groupCount++; // Count one cache entity for the CacheGroup object

Completed in 41 milliseconds