Home
last modified time | relevance | path

Searched refs:module_func_block (Results 1 – 24 of 24) sorted by relevance

/netbsd-src/external/bsd/unbound/dist/services/
H A Dmodstack.h44 struct module_func_block;
54 struct module_func_block** mod;
77 struct module_func_block* module_factory(const char** str);
H A Dmodstack.c113 stack->mod = (struct module_func_block**)calloc((size_t) in modstack_config()
114 stack->num, sizeof(struct module_func_block*)); in modstack_config()
172 typedef struct module_func_block* (*fbgetfunctype)(void);
178 static struct module_func_block* (*fb[])(void) = { in module_funcs_avail()
206 module_func_block* module_factory(const char** str) in module_factory()
/netbsd-src/external/bsd/unbound/dist/dns64/
H A Ddns64.h50 struct module_func_block *dns64_get_funcblock(void);
H A Ddns64.c1045 static struct module_func_block dns64_block = {
1054 struct module_func_block *
/netbsd-src/external/bsd/unbound/dist/ipset/
H A Dipset.h72 struct module_func_block* ipset_get_funcblock(void);
H A Dipset.c377 static struct module_func_block ipset_block = {
383 struct module_func_block * ipset_get_funcblock(void) { in ipset_get_funcblock()
/netbsd-src/external/bsd/unbound/dist/ipsecmod/
H A Dipsecmod.h95 struct module_func_block* ipsecmod_get_funcblock(void);
H A Dipsecmod.c616 static struct module_func_block ipsecmod_block = {
622 struct module_func_block*
/netbsd-src/external/bsd/unbound/dist/cachedb/
H A Dcachedb.h111 struct module_func_block* cachedb_get_funcblock(void);
H A Dcachedb.c915 static struct module_func_block cachedb_block = {
921 struct module_func_block*
/netbsd-src/external/bsd/unbound/dist/pythonmod/
H A Dpythonmod.h49 struct module_func_block* pythonmod_get_funcblock(void);
H A Dpythonmod.c778 static struct module_func_block pythonmod_block = {
784 struct module_func_block* pythonmod_get_funcblock(void) in pythonmod_get_funcblock()
/netbsd-src/external/bsd/unbound/dist/dynlibmod/
H A Ddynlibmod.c298 static struct module_func_block dynlibmod_block = {
304 struct module_func_block* dynlibmod_get_funcblock(void) in dynlibmod_get_funcblock()
H A Ddynlibmod.h48 struct module_func_block* dynlibmod_get_funcblock(void);
/netbsd-src/external/bsd/unbound/dist/validator/
H A Dvalidator.h239 struct module_func_block* val_get_funcblock(void);
H A Dvalidator.c3353 static struct module_func_block val_block = {
3359 struct module_func_block*
/netbsd-src/external/bsd/unbound/dist/edns-subnet/
H A Dsubnetmod.h114 struct module_func_block* subnetmod_get_funcblock(void);
H A Dsubnetmod.c965 static struct module_func_block subnetmod_block = {
970 struct module_func_block*
/netbsd-src/external/bsd/unbound/dist/iterator/
H A Diterator.h485 struct module_func_block* iter_get_funcblock(void);
H A Diterator.c4347 static struct module_func_block iter_block = {
4353 struct module_func_block*
/netbsd-src/external/bsd/unbound/dist/respip/
H A Drespip.h195 struct module_func_block* respip_get_funcblock(void);
H A Drespip.c1260 static struct module_func_block respip_block = {
1266 struct module_func_block*
/netbsd-src/external/bsd/unbound/dist/util/
H A Dmodule.h704 struct module_func_block { struct
/netbsd-src/external/bsd/unbound/dist/smallapp/
H A Dunbound-checkconf.c131 check_mod(struct config_file* cfg, struct module_func_block* fb) in check_mod()