MCPcopy Create free account
hub / github.com/Kitware/VTK / xmlSBufAddReplChar

Function xmlSBufAddReplChar

ThirdParty/libxml2/vtklibxml2/parser.c:815–818  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

813}
814
815static void
816xmlSBufAddReplChar(xmlSBuf *buf) {
817 xmlSBufAddCString(buf, "\xEF\xBF\xBD", 3);
818}
819
820static void
821xmlSBufReportError(xmlSBuf *buf, xmlParserCtxtPtr ctxt, const char *errMsg) {

Callers 2

xmlParseAttValueInternalFunction · 0.85

Calls 1

xmlSBufAddCStringFunction · 0.85

Tested by

no test coverage detected