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 D | grammar.h | 360 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 D | grammar.h | 382 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 D | namedconf.c | 851 return (cfg_parse_qstring(pctx, type, ret)); in parse_qstringornone() 956 return (cfg_parse_qstring(pctx, type, ret)); in parse_serverid()
|
H A D | parser.c | 1487 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 D | namedconf.c | 996 return cfg_parse_qstring(pctx, type, ret); in parse_serverid() 1101 return cfg_parse_qstring(pctx, type, ret);
|
H A D | parser.c | 1295 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
|