Searched defs:np (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/lib/dns/
H A Dttl.c169 char *np = nbuf; local
171 *np++ = *s++;
172 *np++ = '\0';
173 INSIST(np - nbuf <= (int)sizeof(nbuf));
H A Dzone.c18723 nsec3param_t *np; local
18736 np = &npe->params;
18773 if (np->length == rdata.length &&
18774 memcmp(rdata.data, np->data, np->length) == 0) {
18797 if (np->length == (rdata.length + 1) &&
18798 memcmp(rdata.data, np->data + 1,
18799 np->length - 1) == 0)
18816 if (!exists && np->replace && (np
18925 nsec3param_t *np; local
[all...]

Completed in 60 milliseconds