Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
489
xmlChar *
490
xmlBufContent(const xmlBuf *buf)
491
{
492
if ((!buf) || (buf->error))
493
return NULL;
494
495
return(buf->content);
496
}
497
498
/**
499
* xmlBufEnd:
Callers
15
xmlC14NDocDumpMemory
Function · 0.85
xmlXPathEscapeUriFunction
Function · 0.85
xmlTextReaderPushData
Function · 0.85
xmlNewTextReader
Function · 0.85
xmlTextReaderConstValue
Function · 0.85
xmlTextReaderSetup
Function · 0.85
xmlParserInputGrow
Function · 0.85
xmlParserInputShrink
Function · 0.85
xmlCharEncInput
Function · 0.85
xmlCharEncOutput
Function · 0.85
htmlDocDumpMemoryFormat
Function · 0.85
xmlXIncludeLoadTxt
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected