Home
last modified time | relevance | path

Searched refs:EventsPending (Results 1 – 1 of 1) sorted by relevance

/external/mdnsresponder/mDNSShared/
Ddnsextd.c2847 mDNSBool EventsPending = mDNSfalse; in Run() local
2869 if (EventsPending) in Run()
2872 { GenLLQEvents(d); EventsPending = mDNSfalse; } // events, we go ahead and do it now in Run()
2875 if (!EventsPending) in Run()
2968 if (!EventsPending) in Run()
2970 EventsPending = mDNStrue; in Run()
2987 if (EventsPending) { GenLLQEvents(d); EventsPending = mDNSfalse; } in Run()