Home
last modified time | relevance | path

Searched refs:ub_result (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/unbound/libunbound/
H A Dunbound.h123 struct ub_result { struct
233 typedef void (*ub_callback_type)(void*, int, struct ub_result*);
538 int rrclass, struct ub_result** result);
590 void ub_resolve_free(struct ub_result* result);
H A Dlibworker.h48 struct ub_result;
151 void libworker_enter_result(struct ub_result* res, struct sldns_buffer* buf,
H A Dunbound-event.h63 struct ub_result;
H A Dcontext.h182 struct ub_result* res;
H A Dlibunbound.c588 struct ub_result** res) in process_answer_detail()
656 struct ub_result* res; in process_answer()
699 struct ub_result* res; in ub_wait()
749 int rrclass, struct ub_result** result) in ub_resolve()
938 ub_resolve_free(struct ub_result* result) in ub_resolve_free()
H A Dcontext.c174 q->res = (struct ub_result*)calloc(1, sizeof(*q->res)); in context_new()
275 q->res = (struct ub_result*)calloc(1, sizeof(*q->res)); in context_deserialize_new_query()
H A Dlibworker.c424 fill_canon(struct ub_result* res, uint8_t* s) in fill_canon()
434 fill_res(struct ub_result* res, struct ub_packed_rrset_key* answer, in fill_res()
511 libworker_enter_result(struct ub_result* res, sldns_buffer* buf, in libworker_enter_result()
/freebsd/contrib/unbound/contrib/
H A Dlibunbound.so.conf9 typedef ub_result = struct(string, ub_type, ub_class, array(void*,zero)*, array(int,zero)*, string,…
32 int ub_resolve(ub_ctx*, string, ub_type, ub_class, +ub_result**);
35 void ub_resolve_free(ub_result*);
H A Dunbound-host.nagios.patch75 +update_final_status(struct ub_result* result)
/freebsd/contrib/unbound/smallapp/
H A Dunbound-host.c221 secure_str(struct ub_result* result) in secure_str()
290 pretty_output(char* q, int t, int c, struct ub_result* result, int docname) in pretty_output()
372 struct ub_result* result; in dnslook()
H A Dunbound-anchor.c549 struct ub_result* res = NULL; in resolve_host_ip()
2128 static struct ub_result*
2131 struct ub_result* res = NULL; in prime_root_key()
2244 static struct ub_result *
2250 struct ub_result* dnskey; in fetch_root_key()
2268 struct ub_result* dnskey; in do_root_update_work()
/freebsd/contrib/unbound/
H A DMakefile.in594 for mpage in ub_ctx ub_result ub_ctx_create ub_ctx_delete \
645 for mpage in ub_ctx ub_result ub_ctx_create ub_ctx_delete \
H A Dconfigure.ac36 # 1.4.0 had 1:5:0 (not 2:0:0) # ub_result.why_bogus
/freebsd/contrib/unbound/doc/
H A DChangelog3096 - Document 'ub_result.was_ratelimited' in libunbound.
4276 ratelimiting) to libunbound under 'ub_result.was_ratelimited'.