Searched refs:lock_rrcache (Results 1 – 2 of 2) sorted by relevance
4167 if (m->lock_rrcache) { LogMsg("CheckCacheExpiration ERROR! Cache already locked!"); return; } in CheckCacheExpiration()4168 m->lock_rrcache = 1; in CheckCacheExpiration()4216 m->lock_rrcache = 0; in CheckCacheExpiration()4232 if (m->lock_rrcache) LogMsg("AnswerNewQuestion ERROR! Cache already locked!"); in AnswerNewQuestion()4237 m->lock_rrcache = 1; in AnswerNewQuestion()4294 m->lock_rrcache = 0; in AnswerNewQuestion()4331 if (m->lock_rrcache) { LogMsg("GetFreeCacheRR ERROR! Cache already locked!"); return(mDNSNULL); } in GetCacheEntity()4332 m->lock_rrcache = 1; in GetCacheEntity()4408 m->lock_rrcache = 0; in GetCacheEntity()7218 m->lock_rrcache = 0; in mDNS_Init()
2132 mDNSu8 lock_rrcache; // For debugging: Set at times when these lists may not be modified member