Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/libxml/src/
H A Dxmlmemory.c745 static FILE *xmlMemoryDumpFile = NULL; variable
811 xmlMemoryDumpFile = stderr; in xmlMemoryDump()
812 else xmlMemoryDumpFile = dump; in xmlMemoryDump()
814 xmlMemDisplay(xmlMemoryDumpFile); in xmlMemoryDump()