Home | History | Annotate | Download | only in mDNSCore

Lines Matching refs:CR

1348 union CacheEntity_union { CacheEntity *next; CacheGroup cg; CacheRecord cr; };
1957 #define FORALL_CACHERECORDS(SLOT,CG,CR) \
1960 for ((CR) = (CG)->members; (CR); (CR)=(CR)->next)
2722 extern void MakeNegativeCacheRecord(mDNS *const m, CacheRecord *const cr,