Home
last modified time | relevance | path

Searched refs:activationThresholdBytes (Results 1 – 3 of 3) sorted by relevance

/openbsd/lib/libexpat/tests/
H A Dacc_tests.c404 const unsigned long long activationThresholdBytes in START_TEST() local
417 parser, activationThresholdBytes) in START_TEST()
/openbsd/lib/libexpat/lib/
H A Dexpat.h1059 XML_Parser parser, unsigned long long activationThresholdBytes);
H A Dxmlparse.c441 unsigned long long activationThresholdBytes; member
1266 parser->m_accounting.activationThresholdBytes in parserInit()
2631 XML_Parser parser, unsigned long long activationThresholdBytes) { in XML_SetBillionLaughsAttackProtectionActivationThreshold() argument
2635 parser->m_accounting.activationThresholdBytes = activationThresholdBytes; in XML_SetBillionLaughsAttackProtectionActivationThreshold()
7940 = (countBytesOutput < rootParser->m_accounting.activationThresholdBytes) in accountingDiffTolerated()