Home
last modified time | relevance | path

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

/external/dnsmasq/src/
Dcache.c25 static union bigname* big_free = NULL; variable
151 crecp->name.bname->next = big_free; in cache_free()
152 big_free = crecp->name.bname; in cache_free()
351 if (big_free) { in cache_insert()
352 big_name = big_free; in cache_insert()
353 big_free = big_free->next; in cache_insert()
729 cache->name.bname->next = big_free; in cache_reload()
730 big_free = cache->name.bname; in cache_reload()