Home
last modified time | relevance | path

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

/freebsd/contrib/expat/lib/
H A Dxmlparse.c448 XmlBigCount countBytesDirect; member
806 = (float)newTotal / (float)rootParser->m_accounting.countBytesDirect; in expat_heap_stat()
811 (void *)rootParser, rootParser->m_accounting.countBytesDirect, operator, in expat_heap_stat()
834 = (float)newTotal / (float)rootParser->m_accounting.countBytesDirect; in expat_heap_increase_tolerable()
1295 parser->m_accounting.countBytesDirect = 0;
8456 = rootParser->m_accounting.countBytesDirect
8459 = rootParser->m_accounting.countBytesDirect
8461 / (float)(rootParser->m_accounting.countBytesDirect))
8483 (void *)rootParser, rootParser->m_accounting.countBytesDirect,
8558 = isDirect ? &rootParser->m_accounting.countBytesDirect
[all …]