Home
last modified time | relevance | path

Searched refs:tag_datas (Results 1 – 8 of 8) sorted by relevance

/dports/dns/unbound/unbound-1.14.0/daemon/
H A Dacl_list.c292 if(!node->tag_datas) { in acl_list_tag_data_cfg()
293 node->tag_datas = (struct config_strlist**)regional_alloc_zero( in acl_list_tag_data_cfg()
294 acl->region, sizeof(*node->tag_datas)*cfg->num_tags); in acl_list_tag_data_cfg()
295 if(!node->tag_datas) { in acl_list_tag_data_cfg()
312 if(!check_data(data, node->tag_datas[tagid])) { in acl_list_tag_data_cfg()
324 &(node->tag_datas[tagid]), dupdata)) { in acl_list_tag_data_cfg()
H A Dacl_list.h103 struct config_strlist** tag_datas; member
H A Dworker.c1327 acladdr->tag_actions_size, acladdr->tag_datas, in worker_handle_request()
1424 cinfo_tmp.tag_datas = acladdr->tag_datas; in worker_handle_request()
/dports/dns/unbound/unbound-1.14.0/services/
H A Dlocalzone.h326 struct config_strlist** tag_datas, size_t tag_datas_size,
610 enum localzone_type lz_type, int tag, struct config_strlist** tag_datas,
H A Dlocalzone.c1424 enum localzone_type lz_type, int tag, struct config_strlist** tag_datas, in local_data_answer() argument
1439 if(tag != -1 && (size_t)tag<tag_datas_size && tag_datas[tag]) { in local_data_answer()
1442 if(find_tag_datas(qinfo, tag_datas[tag], &r, temp)) { in local_data_answer()
1770 struct config_strlist** tag_datas, size_t tag_datas_size, in local_zones_answer() argument
1849 &ld, lzt, tag, tag_datas, tag_datas_size, tagname, num_tags)) { in local_zones_answer()
H A Dmesh.c190 if(ci_a->tag_datas != ci_b->tag_datas) in client_info_compare()
191 return ci_a->tag_datas < ci_b->tag_datas ? -1 : 1; in client_info_compare()
/dports/dns/unbound/unbound-1.14.0/respip/
H A Drespip.c668 struct config_strlist** tag_datas, size_t tag_datas_size, in respip_data_answer() argument
677 (size_t)tag<tag_datas_size && tag_datas[tag]) { in respip_data_answer()
692 if(local_data_find_tag_datas(&dataqinfo, tag_datas[tag], &r, in respip_data_answer()
870 struct config_strlist** tag_datas; in respip_rewrite_reply() local
894 tag_datas = cinfo->tag_datas; in respip_rewrite_reply()
993 rrset_id, new_repp, tag, tag_datas, tag_datas_size, in respip_rewrite_reply()
H A Drespip.h69 struct config_strlist** tag_datas; member