Home
last modified time | relevance | path

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

/src/contrib/expat/lib/
H A Dxmlparse.c449 XmlBigCount countBytesDirect; member
804 = (float)newTotal / (float)rootParser->m_accounting.countBytesDirect; in expat_heap_stat()
809 (void *)rootParser, rootParser->m_accounting.countBytesDirect, operator, in expat_heap_stat()
832 = (float)newTotal / (float)rootParser->m_accounting.countBytesDirect; in expat_heap_increase_tolerable()
1416 parser->m_accounting.countBytesDirect = 0;
8463 = rootParser->m_accounting.countBytesDirect
8466 = rootParser->m_accounting.countBytesDirect
8468 / (float)(rootParser->m_accounting.countBytesDirect))
8490 (void *)rootParser, rootParser->m_accounting.countBytesDirect,
8565 = isDirect ? &rootParser->m_accounting.countBytesDirect
[all …]