Home
last modified time | relevance | path

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

/freebsd/contrib/expat/lib/
H A Dxmlparse.c455 typedef unsigned long long XmlBigCount; typedef
457 XmlBigCount countBytesDirect;
458 XmlBigCount countBytesIndirect;
465 XmlBigCount bytesAllocated;
466 XmlBigCount peakBytesAllocated; // updated live only for debug level >=2
469 XmlBigCount activationThresholdBytes;
827 expat_heap_stat(XML_Parser rootParser, char operator, XmlBigCount absDiff, in expat_heap_stat()
828 XmlBigCount newTotal, XmlBigCount peakTotal, int sourceLine) { in expat_heap_stat()
841 expat_heap_increase_tolerable(XML_Parser rootParser, XmlBigCount increase, in expat_heap_increase_tolerable()
846 XmlBigCount newTotal = 0; in expat_heap_increase_tolerable()
[all …]