Home
last modified time | relevance | path

Searched refs:LYOUT_CALLBACK (Results 1 – 4 of 4) sorted by relevance

/dports/net/libyang/libyang-1.0.240/src/
H A Dprinter.c117 case LYOUT_CALLBACK: in ly_print()
146 case LYOUT_CALLBACK: in ly_print_flush()
193 case LYOUT_CALLBACK: in ly_write()
224 case LYOUT_CALLBACK: in ly_write_skip()
260 case LYOUT_CALLBACK: in ly_write_skipped()
482 out.type = LYOUT_CALLBACK; in lys_print_clb()
824 out.type = LYOUT_CALLBACK; in lyd_print_clb()
H A Dprinter.h26 LYOUT_CALLBACK /**< print via provided callback */ enumerator
H A Dprinter_xml.c707 if (out->type == LYOUT_MEMORY || out->type == LYOUT_CALLBACK) { in xml_print_data()
H A Dxml.c1637 out.type = LYOUT_CALLBACK; in lyxml_print_clb()