Searched refs:iter_hints (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.0-release/contrib/unbound/iterator/
H A Diter_hints.h2 * iterator/iter_hints.h - iterative resolver module stub and root hints.
53 struct iter_hints { struct
81 struct iter_hints* hints_create(void);
87 void hints_delete(struct iter_hints* hints);
95 int hints_apply_cfg(struct iter_hints* hints, struct config_file* cfg);
103 struct delegpt* hints_lookup_root(struct iter_hints* hints, uint16_t qclass);
115 int hints_next_root(struct iter_hints* hints, uint16_t* qclass);
129 struct iter_hints_stub* hints_lookup_stub(struct iter_hints* hints,
137 size_t hints_get_mem(struct iter_hints* hints);
149 int hints_add_stub(struct iter_hints* hint
[all...]
H A Diter_hints.c2 * iterator/iter_hints.c - iterative resolver module stub and root hints.
45 #include "iterator/iter_hints.h"
52 struct iter_hints*
55 struct iter_hints* hints = (struct iter_hints*)calloc(1,
56 sizeof(struct iter_hints));
75 static void hints_del_tree(struct iter_hints* hints)
81 hints_delete(struct iter_hints* hints)
162 hints_insert(struct iter_hints* hints, uint16_t c, struct delegpt* dp,
256 read_stubs(struct iter_hints* hint
[all...]
H A Diter_utils.h48 struct iter_hints;
290 int iter_get_next_root(struct iter_hints* hints, struct iter_forwards* fwd,
H A Diterator.h49 struct iter_hints;
H A Diter_utils.c45 #include "iterator/iter_hints.h"
882 iter_get_next_root(struct iter_hints* hints, struct iter_forwards* fwd,
/freebsd-10.0-release/contrib/unbound/util/
H A Dmodule.h63 struct iter_hints;
215 struct iter_hints* hints;
/freebsd-10.0-release/lib/libunbound/
H A DMakefile17 iter_delegpt.c iter_donotq.c iter_fwd.c iter_hints.c iter_priv.c \
/freebsd-10.0-release/contrib/unbound/smallapp/
H A Dunbound-checkconf.c53 #include "iterator/iter_hints.h"
442 struct iter_hints* hints = hints_create();

Completed in 205 milliseconds