Searched refs:context_new (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/unbound/libunbound/ |
| H A D | context.h | 231 struct ctx_query* context_new(struct ub_ctx* ctx, const char* name, int rrtype,
|
| H A D | libunbound.c | 765 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 D | context.c | 157 context_new(struct ub_ctx* ctx, const char* name, int rrtype, int rrclass, in context_new() function
|
| /src/contrib/unbound/doc/ |
| H A D | Changelog | 11468 - locking in context_new() inside the function.
|