HomeSort by: relevance | last modified time | path
    Searched defs:tag_datas (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/unbound/dist/daemon/
acl_list.h 107 struct config_strlist** tag_datas; member in struct:acl_addr
108 /** size of the tag_datas array */
  /src/external/bsd/unbound/dist/respip/
respip.h 69 struct config_strlist** tag_datas; member in struct:respip_client_info
respip.c 663 * @param tag_datas: data corresponding to 'tag'.
664 * @param tag_datas_size: size of 'tag_datas'
676 struct config_strlist** tag_datas, size_t tag_datas_size,
685 (size_t)tag<tag_datas_size && tag_datas[tag]) {
700 if(local_data_find_tag_datas(&dataqinfo, tag_datas[tag], &r,
885 struct config_strlist** tag_datas; local
908 tag_datas = cinfo->tag_datas;
1018 rrset_id, new_repp, tag, tag_datas, tag_datas_size,

Completed in 22 milliseconds