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

/freebsd-11-stable/contrib/apr-util/include/
H A Dapr_xml.h317 APU_DECLARE(const char *) apr_xml_quote_string(apr_pool_t *p, const char *s,
/freebsd-11-stable/contrib/apr-util/xml/
H A Dapr_xml.c220 quoted = apr_xml_quote_string(parser->p, attr->value, 1);
240 elem->lang = apr_xml_quote_string(parser->p, attr->value, 1);
580 ** apr_xml_quote_string: quote an XML string
588 APU_DECLARE(const char *) apr_xml_quote_string(apr_pool_t *p, const char *s, function
917 scan_txt->text = apr_xml_quote_string(p, scan_txt->text, 0);
922 scan_txt->text = apr_xml_quote_string(p, scan_txt->text, 0);
929 scan_attr->value = apr_xml_quote_string(p, scan_attr->value, 1);

Completed in 160 milliseconds