Home
last modified time | relevance | path

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

/external/libxml2/
Dlibxml.h98 XMLPUBFUN xmlChar * XMLCALL xmlEscapeFormatString(xmlChar **msg);
Dxmlstring.c1000 xmlEscapeFormatString(xmlChar **msg) in xmlEscapeFormatString() function
Dxmlschemas.c1772 return (xmlEscapeFormatString(buf)); in xmlSchemaFormatItemForReport()
2257 xmlEscapeFormatString(msg); in xmlSchemaFormatNodeForError()
2492 msg = xmlStrcat(msg, xmlEscapeFormatString(&str)); in xmlSchemaSimpleTypeErr()
2629 msg = xmlStrcat(msg, xmlEscapeFormatString(&str)); in xmlSchemaComplexTypeErr()
3159 msg = xmlStrcat(msg, xmlEscapeFormatString(&str)); in xmlSchemaPSimpleTypeErr()
3173 msg = xmlStrcat(msg, xmlEscapeFormatString(&expectedEscaped)); in xmlSchemaPSimpleTypeErr()
Drelaxng.c2220 return (xmlEscapeFormatString(&result)); in xmlRelaxNGGetErrorString()