HomeSort by: relevance | last modified time | path
    Searched refs:ub_resolve (Results 1 - 8 of 8) sorted by relevancy

  /src/external/bsd/unbound/dist/contrib/
libunbound.so.conf 32 int ub_resolve(ub_ctx*, string, ub_type, ub_class, +ub_result**);
  /src/external/bsd/unbound/dist/winrc/
anchor-update.c 70 r = ub_resolve(ctx, domain, LDNS_RR_TYPE_DNSKEY, LDNS_RR_CLASS_IN,
74 fatal("ub_resolve failed");
  /src/external/bsd/unbound/dist/libunbound/
unbound.h 53 * int err = ub_resolve(ctx, "www.example.com", ...
91 * ub_resolve() and ub_resolve_async() && ub_wait() are
537 int ub_resolve(struct ub_ctx* ctx, const char* name, int rrtype,
libunbound.c 748 ub_resolve(struct ub_ctx* ctx, const char* name, int rrtype, function
  /src/external/bsd/unbound/dist/libunbound/python/
libunbound.i 89 // ub_resolve - perform resolution and validation
124 %newobject ub_resolve;
598 return _unbound.ub_resolve(self,name,rrtype,rrclass)
600 return _unbound.ub_resolve(self,idn2dname(name),rrtype,rrclass)
669 printf("******** UB_RESOLVE free 0x%p ************\n", r);
852 %exception ub_resolve
  /src/external/bsd/unbound/dist/testcode/
asynclook.c 340 r = ub_resolve(inf->ctx, inf->argv[i%inf->argc],
342 ext_check_result("ub_resolve", r, result);
525 r = ub_resolve(ctx, argv[i], LDNS_RR_TYPE_A,
527 checkerr("ub_resolve", r);
  /src/external/bsd/unbound/dist/smallapp/
unbound-host.c 374 ret = ub_resolve(ctx, q, t, c, &result);
unbound-anchor.c 566 r = ub_resolve(ctx, host, tp, cl, &res);
2146 r = ub_resolve(ctx, ".", LDNS_RR_TYPE_DNSKEY, LDNS_RR_CLASS_IN, &res);

Completed in 28 milliseconds