Searched refs:APR_XML_X2T_FULL (Results 1 – 2 of 2) sorted by relevance
669 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()
292 #define APR_XML_X2T_FULL 0 /**< start tag, contents, end tag */ macro