Home
last modified time | relevance | path

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

/external/libxml2/
Dlibxml.h110 XMLPUBFUN xmlChar * XMLCALL xmlEscapeFormatString(xmlChar **msg);
Dxmlstring.c1001 xmlEscapeFormatString(xmlChar **msg) in xmlEscapeFormatString() function
Dxmlschemas.c1781 return (xmlEscapeFormatString(buf)); in xmlSchemaFormatItemForReport()
2266 xmlEscapeFormatString(msg); in xmlSchemaFormatNodeForError()
2501 msg = xmlStrcat(msg, xmlEscapeFormatString(&str)); in xmlSchemaSimpleTypeErr()
2638 msg = xmlStrcat(msg, xmlEscapeFormatString(&str)); in xmlSchemaComplexTypeErr()
3168 msg = xmlStrcat(msg, xmlEscapeFormatString(&str)); in xmlSchemaPSimpleTypeErr()
3182 msg = xmlStrcat(msg, xmlEscapeFormatString(&expectedEscaped)); in xmlSchemaPSimpleTypeErr()
Drelaxng.c2221 return (xmlEscapeFormatString(&result)); in xmlRelaxNGGetErrorString()