Home
last modified time | relevance | path

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

/src/contrib/expat/tests/
H A Dacc_tests.c407 const unsigned long long activationThresholdBytes in START_TEST() local
420 parser, activationThresholdBytes) in START_TEST()
/src/contrib/expat/lib/
H A Dexpat.h1063 XML_Parser parser, unsigned long long activationThresholdBytes);
1073 XML_Parser parser, unsigned long long activationThresholdBytes);
H A Dxmlparse.c453 unsigned long long activationThresholdBytes; member
461 XmlBigCount activationThresholdBytes; member
828 if (newTotal >= rootParser->m_alloc_tracker.activationThresholdBytes) { in expat_heap_increase_tolerable()
1410 parser->m_alloc_tracker.activationThresholdBytes
1618 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;
8579 = (countBytesOutput < rootParser->m_accounting.activationThresholdBytes)