Searched refs:cfg_type_qstring (Results 1 - 3 of 3) sorted by relevance

/bind-9.6-ESV-R11/lib/isccfg/
H A Dnamedconf.c143 { "name", &cfg_type_qstring, 0 },
240 { "key", &cfg_type_qstring, 0 },
333 { "key", &cfg_type_qstring, 0 },
355 static keyword_type_t wild_name_kw = { "name", &cfg_type_qstring };
678 { "directory", &cfg_type_qstring, CFG_CLAUSEFLAG_CALLBACK },
679 { "dump-file", &cfg_type_qstring, 0 },
691 { "memstatistics-file", &cfg_type_qstring, 0 },
694 { "named-xfer", &cfg_type_qstring, CFG_CLAUSEFLAG_OBSOLETE },
698 { "recursing-file", &cfg_type_qstring, 0 },
699 { "random-device", &cfg_type_qstring,
[all...]
H A Dparser.c374 &cfg_type_qstring
448 CHECK(create_string(pctx, filename, &cfg_type_qstring, &stringobj));
704 &cfg_type_qstring,
738 &cfg_type_qstring,
819 cfg_type_t cfg_type_qstring = { variable
1198 CHECK(cfg_parse_obj(pctx, &cfg_type_qstring, &includename));
2234 INSIST(fileobj->type == &cfg_type_qstring);
/bind-9.6-ESV-R11/lib/isccfg/include/isccfg/
H A Dgrammar.h252 LIBISCCFG_EXTERNAL_DATA extern cfg_type_t cfg_type_qstring;

Completed in 38 milliseconds