Home
last modified time | relevance | path

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

/dports/net/libyang/libyang-1.0.240/src/
H A Dprinter.h89 int xml_print_data(struct lyout *out, const struct lyd_node *root, int options);
H A Dprinter_xml.c698 xml_print_data(struct lyout *out, const struct lyd_node *root, int options) in xml_print_data() function
H A Dprinter.c710 return xml_print_data(out, root, options); in lyd_print_()