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

Function cdataBlock

ThirdParty/libxml2/vtklibxml2/legacy.c:1346–1351  ·  view source on GitHub ↗

* cdataBlock: * @ctx: the user data (XML parser context) * @value: The pcdata content * @len: the block length * * called when a pcdata block has been parsed * DEPRECATED: use xmlSAX2CDataBlock() */

Source from the content-addressed store, hash-verified

1344 * DEPRECATED: use xmlSAX2CDataBlock()
1345 */
1346void
1347cdataBlock(void *ctx, const xmlChar * value, int len)
1348{
1349 DEPRECATED("cdataBlock")
1350 xmlSAX2CDataBlock(ctx, value, len);
1351}
1352
1353/*
1354 * nanoftp.h

Callers

nothing calls this directly

Calls 1

xmlSAX2CDataBlockFunction · 0.85

Tested by

no test coverage detected