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

/bind-9.11.3/lib/tests/
H A Dt_api.c672 const struct dns_errormap *pmap; local
676 pmap = dns_errormap;
677 while (pmap->text != NULL) {
678 if (strcmp(name, pmap->text) == 0)
680 ++pmap;
683 if (pmap->text != NULL)
684 result = pmap->result;
703 const struct dc_method_map *pmap; local
707 pmap = dc_method_map;
708 while (pmap
[all...]

Completed in 12 milliseconds