Home
last modified time | relevance | path

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

/reactos/sdk/lib/3rdparty/libxml2/
H A Dlibxml.h110 XMLPUBFUN xmlChar * XMLCALL xmlEscapeFormatString(xmlChar **msg);
H A Dxmlstring.c1001 xmlEscapeFormatString(xmlChar **msg) in xmlEscapeFormatString() function
H A Dxmlschemas.c1832 return (xmlEscapeFormatString(buf)); in xmlSchemaFormatItemForReport()
2317 xmlEscapeFormatString(msg); in xmlSchemaFormatNodeForError()
2552 msg = xmlStrcat(msg, xmlEscapeFormatString(&str)); in xmlSchemaSimpleTypeErr()
2689 msg = xmlStrcat(msg, xmlEscapeFormatString(&str)); in xmlSchemaComplexTypeErr()
3214 msg = xmlStrcat(msg, xmlEscapeFormatString(&str)); in xmlSchemaPSimpleTypeErr()
3228 msg = xmlStrcat(msg, xmlEscapeFormatString(&expectedEscaped)); in xmlSchemaPSimpleTypeErr()
H A Drelaxng.c2235 return (xmlEscapeFormatString(&result)); in xmlRelaxNGGetErrorString()