Home
last modified time | relevance | path

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

/external/libxml2/
Dlibxml.h117 XMLPUBFUN xmlChar * XMLCALL xmlEscapeFormatString(xmlChar **msg);
Dxmlstring.c1004 xmlEscapeFormatString(xmlChar **msg) in xmlEscapeFormatString() function
Dxmlschemas.c1826 return (xmlEscapeFormatString(buf)); in xmlSchemaFormatItemForReport()
2311 xmlEscapeFormatString(msg); in xmlSchemaFormatNodeForError()
2546 msg = xmlStrcat(msg, xmlEscapeFormatString(&str)); in xmlSchemaSimpleTypeErr()
2683 msg = xmlStrcat(msg, xmlEscapeFormatString(&str)); in xmlSchemaComplexTypeErr()
3208 msg = xmlStrcat(msg, xmlEscapeFormatString(&str)); in xmlSchemaPSimpleTypeErr()
3222 msg = xmlStrcat(msg, xmlEscapeFormatString(&expectedEscaped)); in xmlSchemaPSimpleTypeErr()
Drelaxng.c2235 return (xmlEscapeFormatString(&result)); in xmlRelaxNGGetErrorString()