Home
last modified time | relevance | path

Searched refs:cfg_parse_qstring (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/mpl/bind/dist/lib/isccfg/include/isccfg/
H A Dgrammar.h360 cfg_parse_qstring(cfg_parser_t *pctx, const cfg_type_t *type, cfg_obj_t **ret);
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isccfg/include/isccfg/
H A Dgrammar.h382 cfg_parse_qstring(cfg_parser_t *pctx, const cfg_type_t *type, cfg_obj_t **ret);
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isccfg/
H A Dnamedconf.c851 return (cfg_parse_qstring(pctx, type, ret)); in parse_qstringornone()
956 return (cfg_parse_qstring(pctx, type, ret)); in parse_serverid()
H A Dparser.c1487 cfg_parse_qstring(cfg_parser_t *pctx, const cfg_type_t *type, cfg_obj_t **ret) { in cfg_parse_qstring() function
1760 "quoted_string", cfg_parse_qstring, print_qstring,
/netbsd-src/external/mpl/bind/dist/lib/isccfg/
H A Dnamedconf.c996 return cfg_parse_qstring(pctx, type, ret); in parse_serverid()
1101 return cfg_parse_qstring(pctx, type, ret);
H A Dparser.c1295 cfg_parse_qstring(cfg_parser_t *pctx, const cfg_type_t *type, cfg_obj_t **ret) { in cfg_parse_qstring()
1589 cfg_type_t cfg_type_qstring = { "quoted_string", cfg_parse_qstring,
1288 cfg_parse_qstring(cfg_parser_t *pctx, const cfg_type_t *type, cfg_obj_t **ret) { cfg_parse_qstring() function