Home | History | Annotate | Download | only in tests

Lines Matching refs:libxml2

6 import libxml2
32 libxml2.debugMemory(1)
37 rngp = libxml2.relaxNGNewMemParserCtxt(schema, len(schema))
50 input = libxml2.inputBuffer(f)
90 libxml2.registerErrorHandler(callback, "")
93 input = libxml2.inputBuffer(f)
120 libxml2.relaxNGCleanupTypes()
123 libxml2.cleanupParser()
124 if libxml2.debugMemory(1) == 0:
127 print("Memory leak %d bytes" % (libxml2.debugMemory(1)))
128 libxml2.dumpMemory()