Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ xmlBufUse
Function
xmlBufUse
ThirdParty/libxml2/vtklibxml2/buf.c:569–577 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
567
*/
568
569
size_t
570
xmlBufUse(const xmlBufPtr buf)
571
{
572
if ((!buf) || (buf->error))
573
return 0;
574
CHECK_COMPAT(buf)
575
576
return(buf->use);
577
}
578
579
/**
580
* xmlBufAvail:
Callers
15
xmlC14NDocDumpMemory
Function · 0.85
xmlTextReaderPushData
Function · 0.85
xmlNewTextReader
Function · 0.85
xmlTextReaderSetup
Function · 0.85
xmlParserInputGrow
Function · 0.85
xmlParserInputShrink
Function · 0.85
xmlCharEncInput
Function · 0.85
xmlCharEncOutput
Function · 0.85
htmlBufNodeDumpFormat
Function · 0.85
htmlDocDumpMemoryFormat
Function · 0.85
xmlLoadEntityContent
Function · 0.85
xmlBufNodeDump
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected