OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cache_scan_free
(Results
1 - 1
of
1
) sorted by null
/external/dnsmasq/src/
cache.c
257
static int
cache_scan_free
(char *name, struct all_addr *addr, time_t now, unsigned short flags)
function
379
if (!
cache_scan_free
(name, addr, now, flags))
412
cache_scan_free
(cache_get_name(new), &new->addr.addr, now, new->flags);
417
cache_scan_free
(NULL, NULL, now, 0);
1064
cache_scan_free
(host_name, NULL, 0, crec->flags & (F_IPV4 | F_CNAME | F_FORWARD));
1076
cache_scan_free
(NULL, (struct all_addr *)host_address, 0, F_IPV4 | F_REVERSE);
[
all
...]
Completed in 5912 milliseconds