Home
last modified time | relevance | path

Searched refs:cfg_parse_astring (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/contrib/bind9/lib/isccfg/include/isccfg/
Dgrammar.h318 cfg_parse_astring(cfg_parser_t *pctx, const cfg_type_t *type, cfg_obj_t **ret);
/freebsd-9-stable/contrib/bind9/lib/isccfg/
Dnamedconf.c275 result = cfg_parse_astring(pctx, type, &obj); in parse_matchname()
1262 "quoted_string", cfg_parse_astring, NULL,
2464 CHECK(cfg_parse_astring(pctx, NULL, ret)); in parse_addrmatchelt()
3021 CHECK(cfg_parse_astring(pctx, &cfg_type_astring, ret)); in parse_masterselement()
Dparser.c833 cfg_parse_astring(cfg_parser_t *pctx, const cfg_type_t *type, in cfg_parse_astring() function
964 "string", cfg_parse_astring, print_qstring, cfg_doc_terminal,