Home | History | Annotate | Download | only in smallapp

Lines Matching defs:debugconf

285 	const char* debugconf, const char* srcaddr, int ip4only, int ip6only)
297 if(debugconf) {
298 r = ub_ctx_config(ctx, debugconf);
299 if(r) ub_ctx_error_exit(ctx, debugconf, ub_strerror(r));
637 * @param debugconf: unbound.conf for debugging options.
646 const char* root_hints, const char* debugconf,
657 ctx = create_unbound_context(res_conf, root_hints, debugconf,
1971 const char* debugconf, const char* srcaddr, int ip4only, int ip6only,
1984 ip_list = resolve_name(urlname, port, res_conf, root_hints, debugconf,
2216 * The debugconf is to validation-override the date for testing.
2259 const char* root_hints, const char* debugconf, const char* srcaddr,
2265 ctx = create_unbound_context(res_conf, root_hints, debugconf,
2278 const char* debugconf, const char* srcaddr, int ip4only, int ip6only,
2293 root_hints, debugconf, srcaddr, ip4only, ip6only);
2301 root_hints, debugconf, srcaddr, ip4only, ip6only);
2322 debugconf, srcaddr, ip4only, ip6only, port, use_sni))
2347 const char* debugconf = NULL;
2398 debugconf = optarg;
2452 xmlname, p7sname, p7signer, res_conf, root_hints, debugconf,