HomeSort by relevance Sort by last modified time
    Searched full:big_free (Results 1 - 1 of 1) sorted by null

  /external/dnsmasq/src/
cache.c 25 static union bigname *big_free = NULL; variable in typeref:union:bigname
193 crecp->name.bname->next = big_free;
194 big_free = crecp->name.bname;
427 if (big_free)
429 big_name = big_free;
430 big_free = big_free->next;
890 cache->name.bname->next = big_free;
891 big_free = cache->name.bname;
    [all...]

Completed in 52 milliseconds