Searched refs:ub_resolve_async (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/bsd/unbound/dist/testcode/ |
H A D | asynclook.c | 318 r = ub_resolve_async(inf->ctx, in ext_thread() 334 r = ub_resolve_async(inf->ctx, in ext_thread() 522 r = ub_resolve_async(ctx, argv[i], LDNS_RR_TYPE_A, in main()
|
/netbsd-src/external/bsd/unbound/dist/libunbound/ |
H A D | ubsyms.def | 31 ub_resolve_async
|
H A D | unbound.h | 568 int ub_resolve_async(struct ub_ctx* ctx, const char* name, int rrtype,
|
H A D | libunbound.c | 823 ub_resolve_async(struct ub_ctx* ctx, const char* name, int rrtype, in ub_resolve_async() function
|
/netbsd-src/external/bsd/unbound/dist/contrib/ |
H A D | libunbound.so.conf | 33 int ub_resolve_async(ub_ctx*, string, ub_type, ub_class, void*, void*, +int*);
|
/netbsd-src/external/bsd/unbound/dist/libunbound/python/ |
H A D | libunbound.i | 950 r = ub_resolve_async(ctx,name,rrtype,rrclass, (void *) id, PythonCallBack, async_id); 959 ub_resolve_async = _unbound._ub_resolve_async
|
/netbsd-src/external/bsd/unbound/dist/ |
H A D | Makefile.in | 590 ub_poll ub_wait ub_fd ub_process ub_resolve ub_resolve_async ub_cancel \ 641 ub_poll ub_wait ub_fd ub_process ub_resolve ub_resolve_async ub_cancel \
|