OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SMALLDNAME
(Results
1 - 3
of
3
) sorted by null
/external/dnsmasq/src/
config.h
34
#define
SMALLDNAME
40 /* most domain names are smaller than this */
cache.c
425
if (name && (strlen(name) >
SMALLDNAME
-1))
837
strlen(canon)+2+strlen(domain_suffix)-
SMALLDNAME
)))
846
if ((cache = whine_malloc(sizeof(struct crec) + strlen(canon)+1-
SMALLDNAME
)))
[
all
...]
dnsmasq.h
273
char sname[
SMALLDNAME
];
Completed in 254 milliseconds