Home
last modified time | relevance | path

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

/freebsd-src/contrib/unbound/daemon/
H A Dacl_list.c375 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 Dacl_list.h107 struct config_strlist** tag_datas; member
H A Dworker.c1709 acladdr->tag_actions_size, acladdr->tag_datas, in worker_handle_request()
1813 cinfo_tmp.tag_datas = acladdr->tag_datas; in worker_handle_request()
/freebsd-src/contrib/unbound/services/
H A Dlocalzone.h307 * @param tag_datas: array per tag of strlist with rdata strings. or NULL.
308 * @param tag_datas_size: size of tag_datas array.
328 struct config_strlist** tag_datas, size_t tag_datas_size,
601 * @param tag_datas: alc specific tag data list
602 * @param tag_datas_size: size of tag_datas
612 enum localzone_type lz_type, int tag, struct config_strlist** tag_datas,
H A Dlocalzone.c1475 enum localzone_type lz_type, int tag, struct config_strlist** tag_datas, in local_data_answer()
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()
1921 &ld, lzt, tag, tag_datas, tag_datas_size, tagname, num_tags)) { in local_zones_answer()
1472 local_data_answer(struct local_zone * z,struct module_env * env,struct query_info * qinfo,struct edns_data * edns,struct comm_reply * repinfo,sldns_buffer * buf,struct regional * temp,int labs,struct local_data ** ldp,enum localzone_type lz_type,int tag,struct config_strlist ** tag_datas,size_t tag_datas_size,char ** tagname,int num_tags) local_data_answer() argument
1836 local_zones_answer(struct local_zones * zones,struct module_env * env,struct query_info * qinfo,struct edns_data * edns,sldns_buffer * buf,struct regional * temp,struct comm_reply * repinfo,uint8_t * taglist,size_t taglen,uint8_t * tagactions,size_t tagactionssize,struct config_strlist ** tag_datas,size_t tag_datas_size,char ** tagname,int num_tags,struct view * view) local_zones_answer() argument
H A Dmesh.c133 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()
/freebsd-src/contrib/unbound/respip/
H A Drespip.c655 * @param tag_datas: data corresponding to 'tag'.
656 * @param tag_datas_size: size of 'tag_datas'
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 Drespip.h69 struct config_strlist** tag_datas; member