Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/expat/lib/
H A Dexpat.h1050 XML_Parser parser, unsigned long long activationThresholdBytes);
H A Dxmlparse.c417 unsigned long long activationThresholdBytes; member
1162 parser->m_accounting.activationThresholdBytes in parserInit()
2546 XML_Parser parser, unsigned long long activationThresholdBytes) { in XML_SetBillionLaughsAttackProtectionActivationThreshold() argument
2550 parser->m_accounting.activationThresholdBytes = activationThresholdBytes; in XML_SetBillionLaughsAttackProtectionActivationThreshold()
7751 = (countBytesOutput < rootParser->m_accounting.activationThresholdBytes) in accountingDiffTolerated()