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

Function xmlTextReaderSetMaxAmplification

ThirdParty/libxml2/vtklibxml2/xmlreader.c:5047–5051  ·  view source on GitHub ↗

* xmlTextReaderSetMaxAmplification: * @reader: an XML reader * @maxAmpl: maximum amplification factor * * Set the maximum amplification factor. See xmlCtxtSetMaxAmplification. */

Source from the content-addressed store, hash-verified

5045 * Set the maximum amplification factor. See xmlCtxtSetMaxAmplification.
5046 */
5047void
5048xmlTextReaderSetMaxAmplification(xmlTextReaderPtr reader, unsigned maxAmpl)
5049{
5050 xmlCtxtSetMaxAmplification(reader->ctxt, maxAmpl);
5051}
5052
5053/**
5054 * xmlTextReaderGetLastError:

Callers 1

streamFileFunction · 0.85

Calls 1

Tested by

no test coverage detected