Searched refs:cfg_tuple_get (Results 1 - 24 of 24) sorted by relevance

/netbsd-current/external/mpl/dhcp/bind/dist/lib/isccfg/
H A Dkaspconf.c98 rolestr = cfg_obj_asstring(cfg_tuple_get(config, "role"));
109 obj = cfg_tuple_get(config, "lifetime");
114 obj = cfg_tuple_get(config, "algorithm");
127 obj = cfg_tuple_get(config, "length");
187 obj = cfg_tuple_get(config, "iterations");
234 obj = cfg_tuple_get(config, "optout");
240 obj = cfg_tuple_get(config, "salt-length");
272 ? cfg_obj_asstring(cfg_tuple_get(config, "name"))
302 koptions = cfg_tuple_get(config, "options");
H A Daclconf.c111 cfg_obj_asstring(cfg_tuple_get(acl, "name"));
114 *ret = cfg_tuple_get(acl, "value");
229 const cfg_obj_t *negated = cfg_tuple_get(ce, "negated");
254 cfg_obj_isvoid(cfg_tuple_get(ce, "negated")))
490 ge = cfg_tuple_get(obj, "db");
509 stype = cfg_obj_asstring(cfg_tuple_get(obj, "subtype"));
510 search = cfg_obj_asstring(cfg_tuple_get(obj, "search"));
700 const cfg_obj_t *negated = cfg_tuple_get(ce, "negated");
820 cfg_obj_isvoid(cfg_tuple_get(ce, "negated")))
H A Dparser.c414 cfg_tuple_get(const cfg_obj_t *tupleobj, const char *name) { function
4122 obj = cfg_tuple_get(plugin, "type");
4132 library = cfg_obj_asstring(cfg_tuple_get(plugin, "library"));
4134 obj = cfg_tuple_get(plugin, "parameters");
/netbsd-current/external/mpl/bind/dist/bin/named/
H A Dlogconf.c56 catname = cfg_obj_asstring(cfg_tuple_get(ccat, "name"));
73 destinations = cfg_tuple_get(ccat, "destinations");
144 const cfg_obj_t *pathobj = cfg_tuple_get(fileobj, "file");
145 const cfg_obj_t *sizeobj = cfg_tuple_get(fileobj, "size");
146 const cfg_obj_t *versionsobj = cfg_tuple_get(fileobj,
148 const cfg_obj_t *suffixobj = cfg_tuple_get(fileobj, "suffix");
350 catname = cfg_tuple_get(category, "name");
356 catname = cfg_tuple_get(category, "name");
H A Dtkeyconf.c68 s = cfg_obj_asstring(cfg_tuple_get(obj, "name"));
69 n = cfg_obj_asuint32(cfg_tuple_get(obj, "keyid"));
H A Dconfig.c416 type = cfg_tuple_get(value, "type");
422 *obj = cfg_tuple_get(value,
526 addrlist = cfg_tuple_get(list, "addresses");
529 portobj = cfg_tuple_get(list, "port");
595 if (strcasecmp(cfg_obj_asstring(cfg_tuple_get(obj, "name")),
738 addrlist = cfg_tuple_get(list, "addresses");
739 portobj = cfg_tuple_get(list, "port");
761 addr = cfg_tuple_get(cfg_listelt_value(element),
763 key = cfg_tuple_get(cfg_listelt_value(element), "key");
764 tls = cfg_tuple_get(cfg_listelt_valu
[all...]
H A Dcontrolconf.c917 control_keylist = cfg_tuple_get(control, "keys");
1021 allow = cfg_tuple_get(control, "allow");
1032 readonly = cfg_tuple_get(control, "read-only");
1060 perm = cfg_obj_asuint32(cfg_tuple_get(control, "perm"));
1061 owner = cfg_obj_asuint32(cfg_tuple_get(control, "owner"));
1062 group = cfg_obj_asuint32(cfg_tuple_get(control, "group"));
1117 allow = cfg_tuple_get(control, "allow");
1121 readonly = cfg_tuple_get(control, "read-only");
1174 cfg_obj_asuint32(cfg_tuple_get(control, "perm"));
1176 cfg_obj_asuint32(cfg_tuple_get(contro
[all...]
H A Dserver.c520 maps[i++] = cfg_tuple_get(vconfig, "options");
552 aclobj = cfg_tuple_get(aclobj, acltuplename);
579 maps[i++] = cfg_tuple_get(vconfig, "options");
626 maps[i++] = cfg_tuple_get(vconfig, "options");
646 obj = cfg_tuple_get(obj, conftuplename);
718 rdata1 = cfg_obj_asuint32(cfg_tuple_get(key, "rdata1"));
721 rdata2 = cfg_obj_asuint32(cfg_tuple_get(key, "rdata2"));
724 rdata3 = cfg_obj_asuint32(cfg_tuple_get(key, "rdata3"));
726 namestr = cfg_obj_asstring(cfg_tuple_get(key, "name"));
735 atstr = cfg_obj_asstring(cfg_tuple_get(ke
[all...]
H A Dzoneconf.c143 maps[0] = cfg_tuple_get(zconfig, "options");
159 const cfg_obj_t *options = cfg_tuple_get(vconfig, "options");
230 const cfg_obj_t *mode = cfg_tuple_get(stmt, "mode");
231 const cfg_obj_t *identity = cfg_tuple_get(stmt, "identity");
232 const cfg_obj_t *matchtype = cfg_tuple_get(stmt, "matchtype");
233 const cfg_obj_t *dname = cfg_tuple_get(stmt, "name");
234 const cfg_obj_t *typelist = cfg_tuple_get(stmt, "types");
926 zoptions = cfg_tuple_get(zconfig, "options");
931 nodefault[i] = maps[i] = cfg_tuple_get(vconfig, "options");
946 CHECK(named_config_getclass(cfg_tuple_get(vconfi
[all...]
H A Dtsigconf.c153 maps[i++] = cfg_tuple_get(vconfig, "options");
H A Dtransportconf.c256 config = cfg_tuple_get(vconfig, "options");
H A Dstatschannel.c3563 allow = cfg_tuple_get(listen_params, "allow");
3691 allow = cfg_tuple_get(listen_params, "allow");
3787 obj = cfg_tuple_get(listen_params, "address");
/netbsd-current/external/mpl/bind/dist/lib/isccfg/
H A Dkaspconf.c122 rolestr = cfg_obj_asstring(cfg_tuple_get(config, "role"));
133 obj = cfg_tuple_get(config, "lifetime");
163 obj = cfg_tuple_get(config, "algorithm");
176 obj = cfg_tuple_get(config, "length");
236 obj = cfg_tuple_get(config, "iterations");
283 obj = cfg_tuple_get(config, "optout");
289 obj = cfg_tuple_get(config, "salt-length");
327 kaspname = cfg_obj_asstring(cfg_tuple_get(config, "name"));
359 koptions = cfg_tuple_get(config, "options");
H A Daclconf.c111 cfg_obj_asstring(cfg_tuple_get(acl, "name"));
114 *ret = cfg_tuple_get(acl, "value");
227 const cfg_obj_t *negated = cfg_tuple_get(ce, "negated");
252 cfg_obj_isvoid(cfg_tuple_get(ce, "negated")))
488 ge = cfg_tuple_get(obj, "db");
507 stype = cfg_obj_asstring(cfg_tuple_get(obj, "subtype"));
508 search = cfg_obj_asstring(cfg_tuple_get(obj, "search"));
663 caml = cfg_tuple_get(acl_data, "aml");
665 obj_acl_tuple = cfg_tuple_get(acl_data, "port-transport");
667 obj_port = cfg_tuple_get(obj_acl_tupl
[all...]
H A Dparser.c411 cfg_tuple_get(const cfg_obj_t *tupleobj, const char *name) { function
3878 obj = cfg_tuple_get(plugin, "type");
3888 library = cfg_obj_asstring(cfg_tuple_get(plugin, "library"));
3890 obj = cfg_tuple_get(plugin, "parameters");
/netbsd-current/external/mpl/dhcp/bind/dist/lib/irs/
H A Ddnsconf.c66 flags = cfg_obj_asuint32(cfg_tuple_get(key, "flags"));
67 proto = cfg_obj_asuint32(cfg_tuple_get(key, "protocol"));
68 alg = cfg_obj_asuint32(cfg_tuple_get(key, "algorithm"));
69 keynamestr = cfg_obj_asstring(cfg_tuple_get(key, "name"));
93 keystr = cfg_obj_asstring(cfg_tuple_get(key, "key"));
/netbsd-current/external/mpl/bind/dist/lib/bind9/
H A Dcheck.c103 obj = cfg_tuple_get(ent, "class");
117 obj = cfg_tuple_get(ent, "type");
131 obj = cfg_tuple_get(ent, "name");
147 obj = cfg_tuple_get(ent, "order");
158 obj = cfg_tuple_get(ent, "ordering");
226 obj = cfg_tuple_get(alternates, "port");
237 obj = cfg_tuple_get(alternates, "addresses");
245 obj = cfg_tuple_get(value, "name");
259 obj = cfg_tuple_get(value, "port");
312 obj = cfg_tuple_get(disable
[all...]
/netbsd-current/external/mpl/bind/dist/bin/check/
H A Dnamed-checkconf.c140 type = cfg_tuple_get(value, "type");
147 *obj = cfg_tuple_get(value, "mode");
206 zname = cfg_obj_asstring(cfg_tuple_get(zconfig, "name"));
207 classobj = cfg_tuple_get(zconfig, "class");
214 zoptions = cfg_tuple_get(zconfig, "options");
217 maps[i++] = cfg_tuple_get(vconfig, "options");
478 voptions = cfg_tuple_get(vconfig, "options");
541 classobj = cfg_tuple_get(vconfig, "class");
553 vname = cfg_obj_asstring(cfg_tuple_get(vconfig, "name"));
/netbsd-current/external/mpl/bind/dist/tests/isccfg/
H A Dduration_test.c212 kopts = cfg_tuple_get(kconf, "options");
221 lifetime = cfg_tuple_get(key, "lifetime");
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isccfg/include/isccfg/
H A Dcfg.h266 cfg_tuple_get(const cfg_obj_t *tupleobj, const char *name);
/netbsd-current/external/mpl/bind/dist/lib/isccfg/include/isccfg/
H A Dcfg.h265 cfg_tuple_get(const cfg_obj_t *tupleobj, const char *name);
/netbsd-current/external/mpl/bind/dist/bin/delv/
H A Ddelv.c619 keynamestr = cfg_obj_asstring(cfg_tuple_get(key, "name"));
641 rdata1 = cfg_obj_asuint32(cfg_tuple_get(key, "rdata1"));
644 rdata2 = cfg_obj_asuint32(cfg_tuple_get(key, "rdata2"));
647 rdata3 = cfg_obj_asuint32(cfg_tuple_get(key, "rdata3"));
650 obj = cfg_tuple_get(key, "anchortype");
703 datastr = cfg_obj_asstring(cfg_tuple_get(key, "data"));
728 datastr = cfg_obj_asstring(cfg_tuple_get(key, "data"));
/netbsd-current/external/mpl/bind/dist/bin/rndc/
H A Drndc.c817 obj = cfg_tuple_get(address, "name");
819 obj = cfg_tuple_get(address, "port");
/netbsd-current/external/mpl/bind/dist/bin/dnssec/
H A Ddnssec-keygen.c258 if (strcmp(cfg_obj_asstring(cfg_tuple_get(kconfig, "name")),
268 cfg_obj_asstring(cfg_tuple_get(kconfig, "name")),

Completed in 392 milliseconds