Searched refs:tag_datas (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/unbound/daemon/ |
H A D | acl_list.c | 375 if(!node->tag_datas) { in acl_list_tag_data_cfg() 376 node->tag_datas = (struct config_strlist**)regional_alloc_zero( in acl_list_tag_data_cfg() 377 acl->region, sizeof(*node->tag_datas)*cfg->num_tags); in acl_list_tag_data_cfg() 378 if(!node->tag_datas) { in acl_list_tag_data_cfg() 395 if(!check_data(data, node->tag_datas[tagid])) { in acl_list_tag_data_cfg() 407 &(node->tag_datas[tagid]), dupdata)) { in acl_list_tag_data_cfg()
|
H A D | acl_list.h | 107 struct config_strlist** tag_datas; member
|
H A D | worker.c | 1709 acladdr->tag_actions_size, acladdr->tag_datas, in worker_handle_request() 1813 cinfo_tmp.tag_datas = acladdr->tag_datas; in worker_handle_request()
|
/freebsd/contrib/unbound/respip/ |
H A D | respip.c | 668 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() 876 struct config_strlist** tag_datas; in respip_rewrite_reply() local 900 tag_datas = cinfo->tag_datas; in respip_rewrite_reply() 999 rrset_id, new_repp, tag, tag_datas, tag_datas_size, in respip_rewrite_reply()
|
H A D | respip.h | 69 struct config_strlist** tag_datas; member
|
/freebsd/contrib/unbound/services/ |
H A D | localzone.h | 328 struct config_strlist** tag_datas, size_t tag_datas_size, 612 enum localzone_type lz_type, int tag, struct config_strlist** tag_datas,
|
H A D | localzone.c | 1475 enum localzone_type lz_type, int tag, struct config_strlist** tag_datas, in local_data_answer() argument 1490 if(tag != -1 && (size_t)tag<tag_datas_size && tag_datas[tag]) { in local_data_answer() 1493 if(find_tag_datas(qinfo, tag_datas[tag], &r, temp)) { in local_data_answer() 1839 struct config_strlist** tag_datas, size_t tag_datas_size, in local_zones_answer() argument 1921 &ld, lzt, tag, tag_datas, tag_datas_size, tagname, num_tags)) { in local_zones_answer()
|
H A D | mesh.c | 133 if(ci_a->tag_datas != ci_b->tag_datas) in client_info_compare() 134 return ci_a->tag_datas < ci_b->tag_datas ? -1 : 1; in client_info_compare()
|