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

/freebsd-10.0-release/contrib/unbound/libunbound/
H A Dlibworker.h48 struct ub_result;
121 void libworker_enter_result(struct ub_result* res, ldns_buffer* buf,
H A Dunbound.h114 struct ub_result { struct
207 * void my_callback(void* my_arg, int err, struct ub_result* result);
217 typedef void (*ub_callback_t)(void*, int, struct ub_result*);
446 int rrclass, struct ub_result** result);
463 * void callback(void* mydata, int err, struct ub_result* result)
498 void ub_resolve_free(struct ub_result* result);
H A Dcontext.h160 struct ub_result* res;
H A Dlibunbound.c390 struct ub_result** res)
458 struct ub_result* res;
501 struct ub_result* res;
551 int rrclass, struct ub_result** result)
698 ub_resolve_free(struct ub_result* result)
H A Dcontext.c143 q->res = (struct ub_result*)calloc(1, sizeof(*q->res));
244 q->res = (struct ub_result*)calloc(1, sizeof(*q->res));
H A Dlibworker.c405 fill_canon(struct ub_result* res, uint8_t* s)
415 fill_res(struct ub_result* res, struct ub_packed_rrset_key* answer,
470 libworker_enter_result(struct ub_result* res, ldns_buffer* buf,
/freebsd-10.0-release/contrib/unbound/libunbound/python/
H A Dlibunbound.i57 %typemap(in,numinputs=0,noblock=1) (struct ub_result** result)
59 struct ub_result* newubr;
64 %typemap(argout,noblock=1) (struct ub_result** result)
560 * (: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).
567 #retvals: int,struct ub_result **
624 // ub_result - validation and resolution results
626 %nodefaultctor ub_result; //no default constructor & destructor
627 %nodefaultdtor ub_result;
633 void ub_resolve_free_dbg (struct ub_result* r) {
639 %feature("docstring") ub_result "Th
[all...]
/freebsd-10.0-release/contrib/unbound/smallapp/
H A Dunbound-host.c207 secure_str(struct ub_result* result)
300 pretty_output(char* q, int t, int c, struct ub_result* result, int docname)
391 struct ub_result* result;
H A Dunbound-anchor.c532 struct ub_result* res = NULL;
1891 struct ub_result* dnskey)
2053 static struct ub_result*
2056 struct ub_result* res = NULL;
2177 struct ub_result* dnskey;

Completed in 203 milliseconds