Home
last modified time | relevance | path

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

/external/dnsmasq/src/
Dcache.c914 if (ah->flags & AH_DIR) in cache_reload()
985 ah1->flags = AH_DIR; in cache_reload()
991 if ((ah1->flags & AH_DIR) && stat(ah1->fname, &buf) != -1 && !S_ISREG(buf.st_mode)) in cache_reload()
Ddnsmasq.h373 #define AH_DIR 1 macro