Lines Matching refs:CacheRecord
444 typedef struct CacheRecord_struct CacheRecord; typedef
1323 CacheRecord *members; // List of CacheRecords with this same name
1324 CacheRecord **rrcache_tail; // Tail end of that list
1333 CacheRecord *next; // Next in list; first element of structure for efficiency reasons
1337 CacheRecord *NextInKAList; // Link to the next element in the chain of known answers to send
1351 …CacheRecord *NextInCFList; // Set if this is in the list of records we just received with the …
1359 union CacheEntity_union { CacheEntity *next; CacheGroup cg; CacheRecord cr; };
1363 CacheRecord r;
2162 extern mStatus mDNS_Reconfirm (mDNS *const m, CacheRecord *const cacherr);
2164 extern void mDNS_PurgeCacheResourceRecord(mDNS *const m, CacheRecord *rr);
2731 extern CacheRecord *CreateNewCacheEntry(mDNS *const m, const mDNSu32 slot, CacheGroup *cg, mDNSs32 …
2734 extern void MakeNegativeCacheRecord(mDNS *const m, CacheRecord *const cr,
2738 extern void AnswerCurrentQuestionWithResourceRecord(mDNS *const m, CacheRecord *const rr, const QC_…
2898 extern void FindSPSInCache(mDNS *const m, const DNSQuestion *const q, const CacheRecord *sps[3]);
2934 char assertC[(sizeof(CacheRecord ) == sizeof(CacheGroup) ) ? 1 : -1];
2952 char sizecheck_CacheRecord [(sizeof(CacheRecord) <= 184) ? 1 : -1];