Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/apr-util/xml/
H A Dapr_xml.c753 static char *write_elem(char *s, const apr_xml_elem *elem, int style, in write_elem() function
826 s = write_elem(s, child, APR_XML_X2T_FULL, NULL, ns_map); in write_elem()
887 (void) write_elem(s, elem, style, namespaces, ns_map); in apr_xml_to_text()