Home
last modified time | relevance | path

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

/netbsd-src/external/mit/expat/dist/lib/
H A Dexpat.h1036 XML_Parser parser, unsigned long long activationThresholdBytes);
H A Dxmlparse.c416 unsigned long long activationThresholdBytes; member
1160 parser->m_accounting.activationThresholdBytes in parserInit()
2544 XML_Parser parser, unsigned long long activationThresholdBytes) { in XML_SetBillionLaughsAttackProtectionActivationThreshold() argument
2548 parser->m_accounting.activationThresholdBytes = activationThresholdBytes; in XML_SetBillionLaughsAttackProtectionActivationThreshold()
7624 = (countBytesOutput < rootParser->m_accounting.activationThresholdBytes) in accountingDiffTolerated()