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

  /external/dnsmasq/src/
cache.c 363 union bigname *big_name = NULL; local
429 big_name = big_free;
433 !(big_name = (union bigname *)whine_malloc(sizeof(union bigname))))
449 if (big_name)
451 new->name.bname = big_name;
    [all...]

Completed in 1116 milliseconds