Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/apr-util/xml/
H A Dapr_xml.c220 quoted = apr_xml_quote_string(parser->p, attr->value, 1); in start_handler()
240 elem->lang = apr_xml_quote_string(parser->p, attr->value, 1); in start_handler()
588 APU_DECLARE(const char *) apr_xml_quote_string(apr_pool_t *p, const char *s, in apr_xml_quote_string() function
917 scan_txt->text = apr_xml_quote_string(p, scan_txt->text, 0); in apr_xml_quote_elem()
922 scan_txt->text = apr_xml_quote_string(p, scan_txt->text, 0); in apr_xml_quote_elem()
929 scan_attr->value = apr_xml_quote_string(p, scan_attr->value, 1); in apr_xml_quote_elem()
/freebsd-13.1/contrib/apr-util/include/
H A Dapr_xml.h317 APU_DECLARE(const char *) apr_xml_quote_string(apr_pool_t *p, const char *s,