Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/apr-util/xml/
H A Dapr_xml.c200 quoted = apr_xml_quote_string(parser->p, attr->value, 1); in start_handler()
220 elem->lang = apr_xml_quote_string(parser->p, attr->value, 1); in start_handler()
568 APU_DECLARE(const char *) apr_xml_quote_string(apr_pool_t *p, const char *s, in apr_xml_quote_string() function
854 scan_txt->text = apr_xml_quote_string(p, scan_txt->text, 0); in apr_xml_quote_elem()
859 scan_txt->text = apr_xml_quote_string(p, scan_txt->text, 0); in apr_xml_quote_elem()
866 scan_attr->value = apr_xml_quote_string(p, scan_attr->value, 1); in apr_xml_quote_elem()
/freebsd-12.1/contrib/apr-util/include/
H A Dapr_xml.h315 APU_DECLARE(const char *) apr_xml_quote_string(apr_pool_t *p, const char *s,