Home
last modified time | relevance | path

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

/dports/dns/unbound/unbound-1.14.0/libunbound/
H A Dubsyms.def2 ub_ctx_add_ta
H A Dunbound.h414 int ub_ctx_add_ta(struct ub_ctx* ctx, const char* ta);
H A Dlibunbound.c410 ub_ctx_add_ta(struct ub_ctx* ctx, const char* ta) in ub_ctx_add_ta() function
/dports/dns/unbound/unbound-1.14.0/contrib/
H A Dlibunbound.so.conf21 int ub_ctx_add_ta(ub_ctx*, string);
/dports/dns/unbound/unbound-1.14.0/smallapp/
H A Dunbound-host.c474 check_ub_res(ub_ctx_add_ta(ctx, optarg)); in main()
/dports/dns/unbound/unbound-1.14.0/libunbound/python/
H A Dlibunbound.i307 return _unbound.ub_ctx_add_ta(self,ta)
/dports/dns/unbound/unbound-1.14.0/
H A DMakefile.in577 ub_ctx_resolvconf ub_ctx_hosts ub_ctx_add_ta ub_ctx_add_ta_file \
628 ub_ctx_resolvconf ub_ctx_hosts ub_ctx_add_ta ub_ctx_add_ta_file \
/dports/dns/getdns/getdns-1.5.2/src/
H A Dcontext.c3495 if ((r = ub_ctx_add_ta(ctx, ta_str))) { in ub_setup_recursing()