Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
815
static void
816
xmlSBufAddReplChar(xmlSBuf *buf) {
817
xmlSBufAddCString(buf,
"\xEF\xBF\xBD"
, 3);
818
}
819
820
static void
821
xmlSBufReportError(xmlSBuf *buf, xmlParserCtxtPtr ctxt, const char *errMsg) {
Callers
2
xmlExpandPEsInEntityValue
Function · 0.85
xmlParseAttValueInternal
Function · 0.85
Calls
1
xmlSBufAddCString
Function · 0.85
Tested by
no test coverage detected