OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:edns_strings
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/unbound/dist/util/
edns.h
56
struct
edns_strings
{
struct
115
* @return: newly created
edns_strings
, NULL on alloc failure.
117
struct
edns_strings
* edns_strings_create(void);
120
* @param
edns_strings
: struct to delete
122
void edns_strings_delete(struct
edns_strings
*
edns_strings
);
126
* @param
edns_strings
: edns strings to apply config to
130
int edns_strings_apply_cfg(struct
edns_strings
*
edns_strings
,
146
* @param
edns_strings
: the edns string
[
all
...]
edns.c
54
struct
edns_strings
* edns_strings_create(void)
56
struct
edns_strings
*
edns_strings
= calloc(1,
local
57
sizeof(struct
edns_strings
));
58
if(!
edns_strings
)
60
if(!(
edns_strings
->region = regional_create())) {
61
edns_strings_delete(
edns_strings
);
64
return
edns_strings
;
67
void edns_strings_delete(struct
edns_strings
*
edns_strings
)
[
all
...]
module.h
546
struct
edns_strings
*
edns_strings
;
member in struct:module_env
/src/external/bsd/unbound/dist/daemon/
remote.c
4655
struct
edns_strings
*
edns_strings
;
member in struct:fast_reload_construct
5034
edns_strings_delete(ct->
edns_strings
);
5303
mem += edns_strings_get_mem(ct->
edns_strings
);
5654
if(!(ct->
edns_strings
= edns_strings_create())) {
5658
if(!edns_strings_apply_cfg(ct->
edns_strings
, newcfg)) {
6399
edns_strings_swap_tree(env->
edns_strings
, ct->
edns_strings
);
Completed in 32 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026