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

/freebsd-11-stable/contrib/unbound/daemon/
H A Dacl_list.h103 struct config_strlist** tag_datas; member in struct:acl_addr
104 /** size of the tag_datas array */
H A Dacl_list.c292 if(!node->tag_datas) {
293 node->tag_datas = (struct config_strlist**)regional_alloc_zero(
294 acl->region, sizeof(*node->tag_datas)*cfg->num_tags);
295 if(!node->tag_datas) {
312 if(!check_data(data, node->tag_datas[tagid])) {
324 &(node->tag_datas[tagid]), dupdata)) {
H A Dworker.c1373 acladdr->tag_actions_size, acladdr->tag_datas,
1470 cinfo_tmp.tag_datas = acladdr->tag_datas;
/freebsd-11-stable/contrib/unbound/respip/
H A Drespip.h69 struct config_strlist** tag_datas; member in struct:respip_client_info
H A Drespip.c690 * @param tag_datas: data corresponding to 'tag'.
691 * @param tag_datas_size: size of 'tag_datas'
703 struct config_strlist** tag_datas, size_t tag_datas_size,
712 (size_t)tag<tag_datas_size && tag_datas[tag]) {
727 if(local_data_find_tag_datas(&dataqinfo, tag_datas[tag], &r,
906 struct config_strlist** tag_datas; local
930 tag_datas = cinfo->tag_datas;
1014 rrset_id, new_repp, tag, tag_datas, tag_datas_size,
699 respip_data_answer(enum respip_action action, struct ub_packed_rrset_key* data, uint16_t qtype, const struct reply_info* rep, size_t rrset_id, struct reply_info** new_repp, int tag, struct config_strlist** tag_datas, size_t tag_datas_size, char* const* tagname, int num_tags, struct ub_packed_rrset_key** redirect_rrsetp, struct regional* region) argument
/freebsd-11-stable/contrib/unbound/services/
H A Dlocalzone.h303 * @param tag_datas: array per tag of strlist with rdata strings. or NULL.
304 * @param tag_datas_size: size of tag_datas array.
324 struct config_strlist** tag_datas, size_t tag_datas_size,
595 * @param tag_datas: alc specific tag data list
596 * @param tag_datas_size: size of tag_datas
606 enum localzone_type lz_type, int tag, struct config_strlist** tag_datas,
H A Dlocalzone.c1407 enum localzone_type lz_type, int tag, struct config_strlist** tag_datas,
1422 if(tag != -1 && (size_t)tag<tag_datas_size && tag_datas[tag]) {
1425 if(find_tag_datas(qinfo, tag_datas[tag], &r, temp)) {
1740 struct config_strlist** tag_datas, size_t tag_datas_size,
1819 &ld, lzt, tag, tag_datas, tag_datas_size, tagname, num_tags)) {
1403 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) argument
1736 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) argument
H A Dmesh.c184 if(ci_a->tag_datas != ci_b->tag_datas)
185 return ci_a->tag_datas < ci_b->tag_datas ? -1 : 1;

Completed in 137 milliseconds