Home
last modified time | relevance | path

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

/freebsd/contrib/expat/tests/
H A Dacc_tests.c404 const unsigned long long activationThresholdBytes in START_TEST() local
417 parser, activationThresholdBytes) in START_TEST()
/freebsd/contrib/expat/lib/
H A Dexpat.h1057 XML_Parser parser, unsigned long long activationThresholdBytes);
H A Dxmlparse.c440 unsigned long long activationThresholdBytes; member
1265 parser->m_accounting.activationThresholdBytes in parserInit()
2621 XML_Parser parser, unsigned long long activationThresholdBytes) { in XML_SetBillionLaughsAttackProtectionActivationThreshold() argument
2625 parser->m_accounting.activationThresholdBytes = activationThresholdBytes; in XML_SetBillionLaughsAttackProtectionActivationThreshold()
7930 = (countBytesOutput < rootParser->m_accounting.activationThresholdBytes) in accountingDiffTolerated()