Searched defs:ndots (Results 1 - 7 of 7) sorted by relevance

/bind-9.11.3/bin/named/include/named/
H A Dlwsearch.h45 unsigned int ndots; member in struct:ns_lwsearchctx
77 dns_name_t *name, unsigned int ndots);
H A Dlwresd.h29 unsigned int ndots; member in struct:ns_lwresd
/bind-9.11.3/bin/named/
H A Dlwsearch.c126 dns_name_t *name, unsigned int ndots)
133 sctx->ndots = ndots;
140 if (dns_name_countlabels(name) > ndots)
125 ns_lwsearchctx_init(ns_lwsearchctx_t *sctx, ns_lwsearchlist_t *list, dns_name_t *name, unsigned int ndots) argument
/bind-9.11.3/lib/lwres/
H A Dlwconfig.c231 confdata->ndots = 1;
285 confdata->ndots = 1;
561 long ndots; local
582 } else if (strncmp("ndots:", word, 6) == 0) {
583 ndots = strtol(word + 6, &p, 10);
586 if (ndots < 0 || ndots > 0xff) /* Out of range. */
588 confdata->ndots = (lwres_uint8_t)ndots;
772 if (confdata->ndots >
[all...]
/bind-9.11.3/lib/irs/
H A Dresconf.c111 /*%< set to n in 'options ndots:n' */
112 isc_uint8_t ndots; member in struct:irs_resconf
437 long ndots; local
448 } else if (strncmp("ndots:", word, 6) == 0) {
449 ndots = strtol(word + 6, &p, 10);
452 if (ndots < 0 || ndots > 0xff) /* Out of range. */
454 conf->ndots = (isc_uint8_t)ndots;
508 conf->ndots
[all...]
/bind-9.11.3/lib/lwres/include/lwres/
H A Dlwres.h236 lwres_uint8_t ndots; /*%< set to n in 'options ndots:n' */ member in struct:__anon322
/bind-9.11.3/bin/dig/
H A Ddighost.c142 int ndots = -1; variable
1480 if (ndots == -1) {
1481 ndots = lwconf->ndots;
1482 debug("ndots is %d.", ndots);
2225 * Check for a absolute name or ndots being met.
2233 (int)dns_name_countlabels(name) > ndots))
2401 if ((count_dots(utf8_textname) >= ndots) || !usesearch) {
2410 if ((count_dots(lookup->textname) >= ndots) || !usesearc
[all...]

Completed in 26 milliseconds