Searched defs:entries_lost (Results 1 - 1 of 1) sorted by relevance

/external/dnsmasq/src/
H A Dlog.c41 static int entries_lost = 0; variable
169 if (entries_lost != 0)
171 int e = entries_lost;
172 entries_lost = 0; /* avoid wild recursion */
323 entries_lost++;

Completed in 1548 milliseconds