Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/apr-util/xml/
HDapr_xml.c669 if (style == APR_XML_X2T_FULL || style == APR_XML_X2T_FULL_NS_LANG || in elem_size()
779 …size += (elem_size(elem, style == APR_XML_X2T_PARSED ? APR_XML_X2T_PARSED : APR_XML_X2T_FULL, NULL… in elem_size()
803 if (style == APR_XML_X2T_FULL || style == APR_XML_X2T_FULL_NS_LANG || in write_elem()
887 style == APR_XML_X2T_PARSED ? APR_XML_X2T_PARSED : APR_XML_X2T_FULL, in write_elem()
892 …if (style == APR_XML_X2T_FULL || style == APR_XML_X2T_FULL_NS_LANG || style == APR_XML_X2T_PARSED)… in write_elem()
/freebsd-11-stable/contrib/apr-util/include/
HDapr_xml.h292 #define APR_XML_X2T_FULL 0 /**< start tag, contents, end tag */ macro