HomeSort by: relevance | last modified time | path
    Searched defs:totext_filter_proc (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/bind/dist/lib/dns/
name.c 97 static thread_local dns_name_totextfilter_t *totext_filter_proc = NULL; variable
1193 if (totext_filter_proc != NULL) {
1194 return (totext_filter_proc)(target, oused);
1935 if (totext_filter_proc != NULL && proc != NULL) {
1936 if (totext_filter_proc == proc) {
1940 if (proc == NULL && totext_filter_proc != NULL) {
1941 totext_filter_proc = NULL;
1945 totext_filter_proc = proc;
  /src/external/mpl/dhcp/bind/dist/lib/dns/
name.c 155 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;

Completed in 25 milliseconds