Home
last modified time | relevance | path

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

/dports/net/libyang/libyang-1.0.240/src/
H A Dxml.h169 #define LYXML_PRINT_OPEN 0x01 /**< print only the open part of the XML element. macro
H A Dxml.c1446 …if (!(options & (LYXML_PRINT_OPEN | LYXML_PRINT_CLOSE | LYXML_PRINT_ATTRS)) || (options & LYXML_PR… in dump_elem()
1481 if ((options & LYXML_PRINT_CLOSE) && (options & LYXML_PRINT_OPEN)) { in dump_elem()
1484 } else if (options & LYXML_PRINT_OPEN) { in dump_elem()