Home
last modified time | relevance | path

Searched refs:stringobj (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/mpl/bind/dist/lib/isccfg/
H A Dparser.c579 cfg_obj_t *stringobj = NULL; in parser_openfile()
588 CHECK(create_string(pctx, filename, &cfg_type_qstring, &stringobj)); in parser_openfile()
590 elt->obj = stringobj; in parser_openfile()
595 CLEANUP_OBJ(stringobj); in cfg_parser_setcallback()
573 cfg_obj_t *stringobj = NULL; parser_openfile() local
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isccfg/
H A Dparser.c576 cfg_obj_t *stringobj = NULL; in parser_openfile() local
585 CHECK(create_string(pctx, filename, &cfg_type_qstring, &stringobj)); in parser_openfile()
587 elt->obj = stringobj; in parser_openfile()
592 CLEANUP_OBJ(stringobj); in parser_openfile()