Home
last modified time | relevance | path

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

/dports/graphics/opencollada/OpenCOLLADA-1.6.68/Externals/LibXML/python/
H A Dlibxml.c86 static long libxmlMemoryAllocatedBase = 0; variable
137 libxmlMemoryAllocatedBase = xmlMemUsed(); in libxml_xmlDebugMemory()
149 libxmlMemoryAllocatedBase = xmlMemUsed(); in libxml_xmlDebugMemory()
156 libxmlMemoryAllocatedBase = xmlMemUsed(); in libxml_xmlDebugMemory()
159 ret = xmlMemUsed() - libxmlMemoryAllocatedBase; in libxml_xmlDebugMemory()
165 ret = xmlMemUsed() - libxmlMemoryAllocatedBase; in libxml_xmlDebugMemory()
206 libxmlMemoryAllocatedBase -= freed; in libxml_xmlPythonCleanupParser()
207 if (libxmlMemoryAllocatedBase < 0) in libxml_xmlPythonCleanupParser()
208 libxmlMemoryAllocatedBase = 0; in libxml_xmlPythonCleanupParser()
/dports/textproc/py-libxml2/libxml2-2.9.12/python/
H A Dlibxml.c97 static long libxmlMemoryAllocatedBase = 0; variable
148 libxmlMemoryAllocatedBase = xmlMemUsed(); in libxml_xmlDebugMemory()
160 libxmlMemoryAllocatedBase = xmlMemUsed(); in libxml_xmlDebugMemory()
167 libxmlMemoryAllocatedBase = xmlMemUsed(); in libxml_xmlDebugMemory()
170 ret = xmlMemUsed() - libxmlMemoryAllocatedBase; in libxml_xmlDebugMemory()
176 ret = xmlMemUsed() - libxmlMemoryAllocatedBase; in libxml_xmlDebugMemory()
217 libxmlMemoryAllocatedBase -= freed; in libxml_xmlPythonCleanupParser()
218 if (libxmlMemoryAllocatedBase < 0) in libxml_xmlPythonCleanupParser()
219 libxmlMemoryAllocatedBase = 0; in libxml_xmlPythonCleanupParser()
/dports/textproc/libxml2/libxml2-2.9.12/python/
H A Dlibxml.c97 static long libxmlMemoryAllocatedBase = 0; variable
148 libxmlMemoryAllocatedBase = xmlMemUsed(); in libxml_xmlDebugMemory()
160 libxmlMemoryAllocatedBase = xmlMemUsed(); in libxml_xmlDebugMemory()
167 libxmlMemoryAllocatedBase = xmlMemUsed(); in libxml_xmlDebugMemory()
170 ret = xmlMemUsed() - libxmlMemoryAllocatedBase; in libxml_xmlDebugMemory()
176 ret = xmlMemUsed() - libxmlMemoryAllocatedBase; in libxml_xmlDebugMemory()
217 libxmlMemoryAllocatedBase -= freed; in libxml_xmlPythonCleanupParser()
218 if (libxmlMemoryAllocatedBase < 0) in libxml_xmlPythonCleanupParser()
219 libxmlMemoryAllocatedBase = 0; in libxml_xmlPythonCleanupParser()