Home
last modified time | relevance | path

Searched refs:SMALLDNAME (Results 1 – 3 of 3) sorted by relevance

/external/dnsmasq/src/
Dconfig.h34 #define SMALLDNAME 40 /* most domain names are smaller than this */ macro
Dcache.c425 if (name && (strlen(name) > SMALLDNAME-1)) in cache_insert()
837 strlen(canon)+2+strlen(domain_suffix)-SMALLDNAME))) in read_hostsfile()
846 if ((cache = whine_malloc(sizeof(struct crec) + strlen(canon)+1-SMALLDNAME))) in read_hostsfile()
Ddnsmasq.h273 char sname[SMALLDNAME];