Searched refs:xmlEscapeFormatString (Results 1 – 4 of 4) sorted by relevance
117 XMLPUBFUN xmlChar * XMLCALL xmlEscapeFormatString(xmlChar **msg);
1004 xmlEscapeFormatString(xmlChar **msg) in xmlEscapeFormatString() function
1826 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()
2235 return (xmlEscapeFormatString(&result)); in xmlRelaxNGGetErrorString()