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

/freebsd-10.2-release/contrib/unbound/libunbound/python/doc/examples/
H A Dexample6-1.py2 from unbound import ub_ctx,ub_strerror,RR_TYPE_A,RR_CLASS_IN namespace
15 if (status != 0): print "Error zone_add:",status, ub_strerror(status)
19 if (status != 0): print "Error data_add:",status, ub_strerror(status)
/freebsd-10.2-release/contrib/unbound/libunbound/python/examples/
H A Ddns-lookup.py44 print("Error:", unbound.ub_strerror(status))
H A Dasync-lookup.py56 print("Resolve error:", unbound.ub_strerror(status))
/freebsd-10.2-release/contrib/unbound/libunbound/
H A Dunbound.h54 * if(err) fprintf(stderr, "lookup error: %s\n", ub_strerror(err));
529 const char* ub_strerror(int err);
H A Dlibunbound.c825 ub_strerror(int err) function
/freebsd-10.2-release/contrib/unbound/smallapp/
H A Dunbound-host.c363 fprintf(stderr, "resolve error: %s\n", ub_strerror(ret));
402 fprintf(stderr, "error: %s\n", ub_strerror(r));
H A Dunbound-anchor.c282 if(r && verb) printf("ctx targetfetchpolicy: %s\n", ub_strerror(r));
286 if(r) ub_ctx_error_exit(ctx, debugconf, ub_strerror(r));
290 if(r) ub_ctx_error_exit(ctx, res_conf, ub_strerror(r));
294 if(r) ub_ctx_error_exit(ctx, root_hints, ub_strerror(r));
298 if(r) ub_ctx_error_exit(ctx, "ip4only", ub_strerror(r));
302 if(r) ub_ctx_error_exit(ctx, "ip6only", ub_strerror(r));
539 (tp==LDNS_RR_TYPE_A)?"A":"AAAA", ub_strerror(r));
2042 if(verb) printf("add 5011 probe to ctx: %s\n", ub_strerror(r));
2060 if(verb) printf("resolve DNSKEY: %s\n", ub_strerror(r));
/freebsd-10.2-release/contrib/unbound/
H A DMakefile.in492 ub_resolve_free ub_strerror ub_ctx_print_local_zones ub_ctx_zone_add \
541 ub_resolve_free ub_strerror ub_ctx_print_local_zones ub_ctx_zone_add \

Completed in 117 milliseconds