Home
last modified time | relevance | path

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

/src/contrib/unbound/libunbound/
H A Dcontext.h231 struct ctx_query* context_new(struct ub_ctx* ctx, const char* name, int rrtype,
H A Dlibunbound.c765 q = context_new(ctx, name, rrtype, rrclass, NULL, NULL, NULL); in ub_resolve()
822 q = context_new(ctx, name, rrtype, rrclass, NULL, callback, mydata); in ub_resolve_event()
867 q = context_new(ctx, name, rrtype, rrclass, callback, NULL, mydata); in ub_resolve_async()
H A Dcontext.c157 context_new(struct ub_ctx* ctx, const char* name, int rrtype, int rrclass, in context_new() function
/src/contrib/unbound/doc/
H A DChangelog11468 - locking in context_new() inside the function.