Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ xmlBufLength
Function
xmlBufLength
ThirdParty/libxml2/vtklibxml2/buf.c:550–558 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
548
*/
549
550
size_t
551
xmlBufLength(const xmlBufPtr buf)
552
{
553
if ((!buf) || (buf->error))
554
return 0;
555
CHECK_COMPAT(buf)
556
557
return(buf->use);
558
}
559
560
/**
561
* xmlBufUse:
Callers
1
xmlXIncludeLoadTxt
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected