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

/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Dname.c155 ISC_THREAD_LOCAL dns_name_totextfilter_t *totext_filter_proc = NULL; variable
1506 if (totext_filter_proc != NULL) {
1507 return ((totext_filter_proc)(target, oused));
2352 if (totext_filter_proc != NULL && proc != NULL) {
2353 if (totext_filter_proc == proc) {
2357 if (proc == NULL && totext_filter_proc != NULL) {
2358 totext_filter_proc = NULL;
2362 totext_filter_proc = proc;
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Dname.c155 static thread_local dns_name_totextfilter_t *totext_filter_proc = NULL; variable
1504 if (totext_filter_proc != NULL) {
1505 return ((totext_filter_proc)(target, oused));
2335 if (totext_filter_proc != NULL && proc != NULL) {
2336 if (totext_filter_proc == proc) {
2340 if (proc == NULL && totext_filter_proc != NULL) {
2341 totext_filter_proc = NULL;
2345 totext_filter_proc = proc;

Completed in 128 milliseconds