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

/bind-9.11.3/lib/dns/
H A Dname.c175 static dns_name_totextfilter_t totext_filter_proc = NULL; variable
1405 dns_name_totextfilter_t totext_filter_proc = NULL; local
1565 totext_filter_proc = *mem;
1567 if (totext_filter_proc != NULL)
1568 return ((*totext_filter_proc)(target, oused, saw_root));
2394 totext_filter_proc = proc;

Completed in 18 milliseconds