OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iter_hints
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/bsd/unbound/dist/iterator/
iter_hints.h
2
* iterator/
iter_hints
.h - iterative resolver module stub and root hints.
54
struct
iter_hints
{
struct
86
struct
iter_hints
* hints_create(void);
92
void hints_delete(struct
iter_hints
* hints);
100
int hints_apply_cfg(struct
iter_hints
* hints, struct config_file* cfg);
115
struct delegpt* hints_find(struct
iter_hints
* hints, uint8_t* qname,
125
struct delegpt* hints_find_root(struct
iter_hints
* hints,
141
int hints_next_root(struct
iter_hints
* hints, uint16_t* qclass, int nolock);
161
struct iter_hints_stub* hints_lookup_stub(struct
iter_hints
* hints,
170
size_t hints_get_mem(struct
iter_hints
* hints)
[
all
...]
iter_hints.c
2
* iterator/
iter_hints
.c - iterative resolver module stub and root hints.
43
#include "iterator/
iter_hints
.h"
53
struct
iter_hints
*
56
struct
iter_hints
* hints = (struct
iter_hints
*)calloc(1,
57
sizeof(struct
iter_hints
));
78
static void hints_del_tree(struct
iter_hints
* hints)
84
hints_delete(struct
iter_hints
* hints)
171
hints_insert(struct
iter_hints
* hints, uint16_t c, struct delegpt* dp,
285
read_stubs(struct
iter_hints
* hints, struct config_file* cfg
[
all
...]
iter_utils.h
48
struct
iter_hints
;
347
int iter_get_next_root(struct
iter_hints
* hints, struct iter_forwards* fwd,
iter_utils.c
45
#include "iterator/
iter_hints
.h"
1365
iter_get_next_root(struct
iter_hints
* hints, struct iter_forwards* fwd,
/src/external/bsd/unbound/dist/util/
module.h
179
struct
iter_hints
;
532
struct
iter_hints
* hints;
/src/external/bsd/unbound/lib/libunbound/
Makefile
42
iter_hints
.c \
/src/external/bsd/unbound/dist/pythonmod/
interface.i
53
#include "iterator/
iter_hints
.h"
755
struct
iter_hints
* hints;
1419
struct iter_hints_stub* hints_lookup_stub(struct
iter_hints
* hints,
/src/external/bsd/unbound/dist/smallapp/
unbound-checkconf.c
55
#include "iterator/
iter_hints
.h"
1040
struct
iter_hints
* hints = hints_create();
/src/external/bsd/unbound/dist/daemon/
remote.c
87
#include "iterator/
iter_hints
.h"
4683
struct
iter_hints
* hints;
Completed in 22 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026