MCPcopy 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
785static void
786xmlSBufAddCString(xmlSBuf *buf, const char *str, unsigned len) {
787 xmlSBufAddString(buf, (const xmlChar *) str, len);
788}
789
790static void
791xmlSBufAddChar(xmlSBuf *buf, int c) {

Callers 3

xmlSBufAddReplCharFunction · 0.85
xmlParseAttValueInternalFunction · 0.85

Calls 1

xmlSBufAddStringFunction · 0.85

Tested by

no test coverage detected