Home
last modified time | relevance | path

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

/freebsd/contrib/expat/lib/
H A Dxmlparse.c475 XmlBigCount countBytesDirect; member
861 = (float)newTotal / (float)rootParser->m_accounting.countBytesDirect; in expat_heap_stat()
866 (void *)rootParser, rootParser->m_accounting.countBytesDirect, operator, in expat_heap_stat()
889 = (float)newTotal / (float)rootParser->m_accounting.countBytesDirect; in expat_heap_increase_tolerable()
1386 parser->m_accounting.countBytesDirect = 0;
8705 = rootParser->m_accounting.countBytesDirect
8708 = rootParser->m_accounting.countBytesDirect
8710 / (float)(rootParser->m_accounting.countBytesDirect))
8732 (void *)rootParser, rootParser->m_accounting.countBytesDirect,
8807 = isDirect ? &rootParser->m_accounting.countBytesDirect
[all …]