OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:edns_known_options
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/unbound/dist/util/
module.c
247
env->
edns_known_options
= (struct edns_known_option*)calloc(
249
if(!env->
edns_known_options
) return 0;
256
free(env->
edns_known_options
);
257
env->
edns_known_options
= NULL;
279
if(env->
edns_known_options
[i].opt_code == opt_code)
289
env->
edns_known_options
[i].opt_code = opt_code;
290
env->
edns_known_options
[i].bypass_cache_stage = bypass_cache_stage;
291
env->
edns_known_options
[i].no_aggregation = no_aggregation;
357
if(env->
edns_known_options
[i].opt_code == opt_code)
358
return env->
edns_known_options
+ i
[
all
...]
module.h
547
struct edns_known_option*
edns_known_options
;
member in struct:module_env
/src/external/bsd/unbound/dist/pythonmod/
interface.i
759
struct edns_known_option*
edns_known_options
;
Completed in 44 milliseconds
Indexes created Wed Aug 12 00:25:48 UTC 2026