Searched refs:ub_result (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.3-release/contrib/unbound/libunbound/
H A Dunbound-event.h62 struct ub_result;
H A Dlibworker.h48 struct ub_result;
148 void libworker_enter_result(struct ub_result* res, struct sldns_buffer* buf,
H A Dunbound.h123 struct ub_result { struct
216 * void my_callback(void* my_arg, int err, struct ub_result* result);
226 typedef void (*ub_callback_t)(void*, int, struct ub_result*);
470 int rrclass, struct ub_result** result);
487 * void callback(void* mydata, int err, struct ub_result* result)
522 void ub_resolve_free(struct ub_result* result);
H A Dcontext.h167 struct ub_result* res;
H A Dlibunbound.c472 struct ub_result** res)
540 struct ub_result* res;
583 struct ub_result* res;
633 int rrclass, struct ub_result** result)
819 ub_resolve_free(struct ub_result* result)
H A Dcontext.c144 q->res = (struct ub_result*)calloc(1, sizeof(*q->res));
245 q->res = (struct ub_result*)calloc(1, sizeof(*q->res));
H A Dlibworker.c440 fill_canon(struct ub_result* res, uint8_t* s)
450 fill_res(struct ub_result* res, struct ub_packed_rrset_key* answer,
505 libworker_enter_result(struct ub_result* res, sldns_buffer* buf,
/freebsd-10.3-release/contrib/unbound/libunbound/python/
H A Dlibunbound.i74 %typemap(in,numinputs=0,noblock=1) (struct ub_result** result)
76 struct ub_result* newubr;
81 %typemap(argout,noblock=1) (struct ub_result** result)
577 * (:class:`ub_result`) the result data is returned in a newly allocated result structure. May be None on return, return value is set to an error in that case (out of memory).
584 #retvals: int,struct ub_result **
641 // ub_result - validation and resolution results
643 %nodefaultctor ub_result; //no default constructor & destructor
644 %nodefaultdtor ub_result;
650 void ub_resolve_free_dbg (struct ub_result* r) {
656 %feature("docstring") ub_result "Th
[all...]
/freebsd-10.3-release/contrib/unbound/smallapp/
H A Dunbound-host.c210 secure_str(struct ub_result* result)
278 pretty_output(char* q, int t, int c, struct ub_result* result, int docname)
359 struct ub_result* result;
H A Dunbound-anchor.c533 struct ub_result* res = NULL;
1911 struct ub_result* dnskey)
2073 static struct ub_result*
2076 struct ub_result* res = NULL;
2197 struct ub_result* dnskey;
/freebsd-10.3-release/contrib/unbound/
H A DMakefile.in489 for mpage in ub_ctx ub_result ub_ctx_create ub_ctx_delete \
538 for mpage in ub_ctx ub_result ub_ctx_create ub_ctx_delete \

Completed in 339 milliseconds