Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/libunbound/
H A Dubsyms.def14 ub_ctx_delete
H A Dunbound.h278 void ub_ctx_delete(struct ub_ctx* ctx);
H A Dlibunbound.c247 ub_ctx_delete(ctx); in ub_ctx_create_event()
309 ub_ctx_delete(struct ub_ctx* ctx) in ub_ctx_delete() function
/freebsd/contrib/unbound/smallapp/
H A Dunbound-host.c406 ub_ctx_delete(ctx); in lookup()
487 ub_ctx_delete(ctx); in main()
506 ub_ctx_delete(ctx); in main()
H A Dunbound-anchor.c274 ub_ctx_delete(ctx); in ub_ctx_error_exit()
561 ub_ctx_delete(ctx); in resolve_host_ip()
659 ub_ctx_delete(ctx); in resolve_name()
2118 ub_ctx_delete(ctx); in add_5011_probe_root()
2136 ub_ctx_delete(ctx); in prime_root_key()
2141 ub_ctx_delete(ctx); in prime_root_key()
2256 ub_ctx_delete(ctx); in fetch_root_key()
/freebsd/contrib/unbound/contrib/
H A Dlibunbound.so.conf12 void ub_ctx_delete(ub_ctx*);
/freebsd/contrib/unbound/
H A DMakefile.in594 for mpage in ub_ctx ub_result ub_ctx_create ub_ctx_delete \
645 for mpage in ub_ctx ub_result ub_ctx_create ub_ctx_delete \
/freebsd/contrib/unbound/doc/
H A DChangelog7220 thread has been killed, on ub_ctx_delete, to avoid hangs.
7233 - Fix#519 ub_ctx_delete may hang in some scenarios (libunbound).