Searched refs:ub_result (Results 1 – 14 of 14) sorted by relevance
/freebsd/contrib/unbound/libunbound/ |
H A D | unbound.h | 123 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 D | libworker.h | 48 struct ub_result; 151 void libworker_enter_result(struct ub_result* res, struct sldns_buffer* buf,
|
H A D | unbound-event.h | 63 struct ub_result;
|
H A D | context.h | 182 struct ub_result* res;
|
H A D | libunbound.c | 588 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 D | context.c | 174 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 D | libworker.c | 424 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 D | libunbound.so.conf | 9 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 D | unbound-host.nagios.patch | 75 +update_final_status(struct ub_result* result)
|
/freebsd/contrib/unbound/smallapp/ |
H A D | unbound-host.c | 221 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 D | unbound-anchor.c | 549 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 D | Makefile.in | 594 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 D | configure.ac | 36 # 1.4.0 had 1:5:0 (not 2:0:0) # ub_result.why_bogus
|
/freebsd/contrib/unbound/doc/ |
H A D | Changelog | 3096 - Document 'ub_result.was_ratelimited' in libunbound. 4276 ratelimiting) to libunbound under 'ub_result.was_ratelimited'.
|