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

Function xmlBufContent

ThirdParty/libxml2/vtklibxml2/buf.c:489–496  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

487 */
488
489xmlChar *
490xmlBufContent(const xmlBuf *buf)
491{
492 if ((!buf) || (buf->error))
493 return NULL;
494
495 return(buf->content);
496}
497
498/**
499 * xmlBufEnd:

Callers 15

xmlC14NDocDumpMemoryFunction · 0.85
xmlTextReaderPushDataFunction · 0.85
xmlNewTextReaderFunction · 0.85
xmlTextReaderConstValueFunction · 0.85
xmlTextReaderSetupFunction · 0.85
xmlParserInputGrowFunction · 0.85
xmlParserInputShrinkFunction · 0.85
xmlCharEncInputFunction · 0.85
xmlCharEncOutputFunction · 0.85
htmlDocDumpMemoryFormatFunction · 0.85
xmlXIncludeLoadTxtFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected