Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ xmlSBufAddCString
Function
xmlSBufAddCString
ThirdParty/libxml2/vtklibxml2/parser.c:785–788 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
783
}
784
785
static void
786
xmlSBufAddCString(xmlSBuf *buf, const char *str, unsigned len) {
787
xmlSBufAddString(buf, (const xmlChar *) str, len);
788
}
789
790
static void
791
xmlSBufAddChar(xmlSBuf *buf, int c) {
Callers
3
xmlSBufAddReplChar
Function · 0.85
xmlExpandEntityInAttValue
Function · 0.85
xmlParseAttValueInternal
Function · 0.85
Calls
1
xmlSBufAddString
Function · 0.85
Tested by
no test coverage detected