Searched refs:nlabelsp (Results 1 - 3 of 3) sorted by relevance

/bind-9.11.3/lib/dns/include/dns/
H A Dname.h398 int *orderp, unsigned int *nlabelsp);
418 *\li orderp and nlabelsp are valid pointers.
427 *\li *nlabelsp is the number of common significant labels.
/bind-9.11.3/lib/dns/
H A Dname.c538 int *orderp, unsigned int *nlabelsp)
561 REQUIRE(nlabelsp != NULL);
570 *nlabelsp = name1->labels;
664 *nlabelsp = nlabels;
668 *nlabelsp = nlabels;
537 dns_name_fullcompare(const dns_name_t *name1, const dns_name_t *name2, int *orderp, unsigned int *nlabelsp) argument
/bind-9.11.3/bin/dig/
H A Ddighost.c5230 unsigned int nlabelsp; local
5232 name_reln = dns_name_fullcompare(name, zone_name, &orderp, &nlabelsp);

Completed in 33 milliseconds