Searched refs:lock_rrcache (Results 1 – 2 of 2) sorted by relevance
3715 if (m->lock_rrcache) { LogMsg("CheckCacheExpiration ERROR! Cache already locked!"); return; } in CheckCacheExpiration()3716 m->lock_rrcache = 1; in CheckCacheExpiration()3780 m->lock_rrcache = 0; in CheckCacheExpiration()3815 if (m->lock_rrcache) LogMsg("AnswerNewQuestion ERROR! Cache already locked!"); in AnswerNewQuestion()3820 m->lock_rrcache = 1; in AnswerNewQuestion()3971 m->lock_rrcache = 0; in AnswerNewQuestion()4037 if (m->lock_rrcache) { LogMsg("GetFreeCacheRR ERROR! Cache already locked!"); return(mDNSNULL); } in GetCacheEntity()4038 m->lock_rrcache = 1; in GetCacheEntity()4113 m->lock_rrcache = 0; in GetCacheEntity()10637 m->lock_rrcache = 0; in mDNS_Init()
1811 mDNSu8 lock_rrcache; // For debugging: Set at times when these lists may not be modified member