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

Function cdataBlockBnd

ThirdParty/libxml2/vtklibxml2/runtest.c:1780–1785  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1778}
1779
1780static void
1781cdataBlockBnd(void *ctx, const xmlChar *ch, int len) {
1782 pushBoundaryCount++;
1783 pushBoundaryCDataCount++;
1784 xmlSAX2CDataBlock(ctx, ch, len);
1785}
1786
1787static void
1788processingInstructionBnd(void *ctx, const xmlChar *target,

Callers

nothing calls this directly

Calls 1

xmlSAX2CDataBlockFunction · 0.85

Tested by

no test coverage detected