Searched refs:lock_rrcache (Results 1 – 2 of 2) sorted by relevance
4356 if (m->lock_rrcache) { LogMsg("CheckCacheExpiration ERROR! Cache already locked!"); return; } in CheckCacheExpiration()4357 m->lock_rrcache = 1; in CheckCacheExpiration()4422 m->lock_rrcache = 0; in CheckCacheExpiration()4562 if (m->lock_rrcache) LogMsg("AnswerNewQuestion ERROR! Cache already locked!"); in AnswerNewQuestion()4567 m->lock_rrcache = 1; in AnswerNewQuestion()4675 m->lock_rrcache = 0; in AnswerNewQuestion()4741 … if (m->lock_rrcache) { LogMsg("GetFreeCacheRR ERROR! Cache already locked!"); return(mDNSNULL); } in GetCacheEntity()4742 m->lock_rrcache = 1; in GetCacheEntity()4817 m->lock_rrcache = 0; in GetCacheEntity()14199 m->lock_rrcache = 0; in mDNS_Init()
2289 …mDNSu8 lock_rrcache; // For debugging: Set at times when these lists may not be mod… member