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.c409 const unsigned long long activationThresholdBytes in START_TEST() local
422 parser, activationThresholdBytes) in START_TEST()
/freebsd/contrib/expat/lib/
H A Dexpat.h1077 XML_Parser parser, unsigned long long activationThresholdBytes);
1087 XML_Parser parser, unsigned long long activationThresholdBytes);
H A Dxmlparse.c479 unsigned long long activationThresholdBytes; member
487 XmlBigCount activationThresholdBytes; member
885 if (newTotal >= rootParser->m_alloc_tracker.activationThresholdBytes) { in expat_heap_increase_tolerable()
1380 parser->m_alloc_tracker.activationThresholdBytes
1590 parser->m_accounting.activationThresholdBytes
3076 XML_Parser parser, unsigned long long activationThresholdBytes) { argument
3080 parser->m_accounting.activationThresholdBytes = activationThresholdBytes;
3099 XML_Parser parser, unsigned long long activationThresholdBytes) { argument
3103 parser->m_alloc_tracker.activationThresholdBytes = activationThresholdBytes;
8821 = (countBytesOutput < rootParser->m_accounting.activationThresholdBytes)