OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:val_env
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/unbound/dist/validator/
validator.h
80
struct
val_env
{
struct
297
* @param
val_env
: validator env.
303
void val_env_apply_cfg(struct
val_env
*
val_env
, struct config_file* cfg,
validator.c
164
val_env_apply_cfg(struct
val_env
*
val_env
, struct config_file* cfg,
167
free(
val_env
->nsec3_keysize);
168
free(
val_env
->nsec3_maxiter);
169
val_env
->nsec3_keysize = keysize;
170
val_env
->nsec3_maxiter = maxiter;
171
val_env
->nsec3_keyiter_count = keyiter_count;
172
val_env
->bogus_ttl = (uint32_t)cfg->bogus_ttl;
173
val_env
->date_override = cfg->val_date_override;
174
val_env
->skew_min = cfg->val_sig_skew_min
229
struct
val_env
*
val_env
= (struct
val_env
*)calloc(1,
local
265
struct
val_env
*
val_env
;
local
[
all
...]
/src/external/bsd/unbound/dist/daemon/
remote.c
3307
struct
val_env
*
val_env
= NULL;
local
3308
if(m != -1)
val_env
= (struct
val_env
*)worker->env.modinfo[m];
3309
if(
val_env
)
3310
val_env
->date_override = worker->env.cfg->val_date_override;
5022
/* Check for
val_env
. */
6472
struct
val_env
*
val_env
= NULL;
local
6486
if(m != -1)
val_env
= (struct val_env*)env->modinfo[m]
[
all
...]
Completed in 21 milliseconds
Indexes created Tue Aug 18 00:25:06 UTC 2026