Home
last modified time | relevance | path

Searched refs:context_new (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/unbound/libunbound/
HDcontext.h244 struct ctx_query* context_new(struct ub_ctx* ctx, const char* name, int rrtype,
HDlibunbound.c649 q = context_new(ctx, name, rrtype, rrclass, NULL, NULL); in ub_resolve()
702 q = context_new(ctx, name, rrtype, rrclass, (ub_callback_t)callback, in ub_resolve_event()
748 q = context_new(ctx, name, rrtype, rrclass, callback, mydata); in ub_resolve_async()
HDcontext.c128 context_new(struct ub_ctx* ctx, const char* name, int rrtype, int rrclass, in context_new() function
/NextBSD/contrib/unbound/doc/
HDChangelog4717 - locking in context_new() inside the function.