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

/netbsd-current/external/bsd/unbound/dist/daemon/
H A Dacl_list.h107 struct config_strlist** tag_datas; member in struct:acl_addr
108 /** size of the tag_datas array */
H A Dacl_list.c375 if(!node->tag_datas) {
376 node->tag_datas = (struct config_strlist**)regional_alloc_zero(
377 acl->region, sizeof(*node->tag_datas)*cfg->num_tags);
378 if(!node->tag_datas) {
395 if(!check_data(data, node->tag_datas[tagid])) {
407 &(node->tag_datas[tagid]), dupdata)) {
H A Dworker.c1711 acladdr->tag_actions_size, acladdr->tag_datas,
1815 cinfo_tmp.tag_datas = acladdr->tag_datas;
/netbsd-current/external/bsd/unbound/dist/respip/
H A Drespip.h69 struct config_strlist** tag_datas; member in struct:respip_client_info
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,
677 (size_t)tag<tag_datas_size && tag_datas[tag]) {
692 if(local_data_find_tag_datas(&dataqinfo, tag_datas[tag], &r,
876 struct config_strlist** tag_datas; local
900 tag_datas = cinfo->tag_datas;
999 rrset_id, new_repp, tag, tag_datas, tag_datas_size,
664 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
/netbsd-current/external/bsd/unbound/dist/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.c1470 enum localzone_type lz_type, int tag, struct config_strlist** tag_datas,
1485 if(tag != -1 && (size_t)tag<tag_datas_size && tag_datas[tag]) {
1488 if(find_tag_datas(qinfo, tag_datas[tag], &r, temp)) {
1832 struct config_strlist** tag_datas, size_t tag_datas_size,
1914 &ld, lzt, tag, tag_datas, tag_datas_size, tagname, num_tags)) {
1466 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
1828 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.c126 if(ci_a->tag_datas != ci_b->tag_datas)
127 return ci_a->tag_datas < ci_b->tag_datas ? -1 : 1;

Completed in 205 milliseconds