MCPcopy 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
569size_t
570xmlBufUse(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

xmlC14NDocDumpMemoryFunction · 0.85
xmlTextReaderPushDataFunction · 0.85
xmlNewTextReaderFunction · 0.85
xmlTextReaderSetupFunction · 0.85
xmlParserInputGrowFunction · 0.85
xmlParserInputShrinkFunction · 0.85
xmlCharEncInputFunction · 0.85
xmlCharEncOutputFunction · 0.85
htmlBufNodeDumpFormatFunction · 0.85
htmlDocDumpMemoryFormatFunction · 0.85
xmlLoadEntityContentFunction · 0.85
xmlBufNodeDumpFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected