Searched refs:sps2 (Results 1 – 1 of 1) sorted by relevance
3075 mDNSlocal void CheckAndSwapSPS(const CacheRecord *sps1, const CacheRecord *sps2) in CheckAndSwapSPS() argument3080 if (!sps1 || !sps2) return; in CheckAndSwapSPS()3082 metric2 = SPSMetric(sps2->resrec.rdata->u.name.c); in CheckAndSwapSPS()3083 …if (!SPSFeatures(sps1->resrec.rdata->u.name.c) && SPSFeatures(sps2->resrec.rdata->u.name.c) && (me… in CheckAndSwapSPS()3086 sps1 = sps2; in CheckAndSwapSPS()3087 sps2 = swap_sps; in CheckAndSwapSPS()