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
193 crecp->name.bname->next = big_free; in cache_free()
194 big_free = crecp->name.bname; in cache_free()
427 if (big_free) in cache_insert()
429 big_name = big_free; in cache_insert()
430 big_free = big_free->next; in cache_insert()
890 cache->name.bname->next = big_free; in cache_reload()
891 big_free = cache->name.bname; in cache_reload()