Home
last modified time | relevance | path

Searched refs:view_name (Results 1 – 5 of 5) sorted by relevance

/src/contrib/unbound/respip/
H A Drespip.h76 char* view_name; member
H A Drespip.c913 } else if(cinfo->view_name) { in respip_rewrite_reply()
914 view = views_find_view(views, cinfo->view_name, 0); in respip_rewrite_reply()
919 "longer exists", cinfo->view_name); in respip_rewrite_reply()
/src/contrib/unbound/services/
H A Dmesh.c149 if(ci_a->view || ci_a->view_name || ci_b->view || ci_b->view_name) { in client_info_compare()
152 (ci_a->view?ci_a->view->name:ci_a->view_name), in client_info_compare()
153 (ci_b->view?ci_b->view->name:ci_b->view_name)); in client_info_compare()
954 client_info->view_name = regional_strdup(region, in mesh_copy_client_info()
956 if(!client_info->view_name) in mesh_copy_client_info()
/src/contrib/unbound/util/
H A Dconfigparser.y440 content_view: view_name | view_local_zone | view_local_data | view_first |
3320 view_name: VAR_NAME STRING_ARG
/src/contrib/unbound/daemon/
H A Dworker.c1898 cinfo_tmp.view_name = NULL; in worker_handle_request()