HomeSort by relevance Sort by last modified time
    Searched refs:xmlMemoryDumpFile (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libxml/src/
xmlmemory.c 830 static FILE *xmlMemoryDumpFile = NULL;
897 xmlMemoryDumpFile = stderr;
898 else xmlMemoryDumpFile = dump;
900 xmlMemDisplay(xmlMemoryDumpFile);
  /external/libxml2/
xmlmemory.c 833 static FILE *xmlMemoryDumpFile = NULL;
900 xmlMemoryDumpFile = stderr;
901 else xmlMemoryDumpFile = dump;
903 xmlMemDisplay(xmlMemoryDumpFile);

Completed in 1048 milliseconds