Home | History | Annotate | Download | only in tests

Lines Matching refs:libxml2

3 import libxml2
6 libxml2.debugMemory(1)
8 ctxt = libxml2.createFileParserCtxt("valid.xml")
28 ctxt = libxml2.createFileParserCtxt("valid.xml")
43 libxml2.registerErrorHandler(noerr, None)
45 ctxt = libxml2.createFileParserCtxt("invalid.xml")
64 ctxt = libxml2.createFileParserCtxt("invalid.xml")
77 libxml2.cleanupParser()
78 if libxml2.debugMemory(1) == 0:
81 print("Memory leak %d bytes" % (libxml2.debugMemory(1)))
82 libxml2.dumpMemory()