Home | History | Annotate | Download | only in tests

Lines Matching refs:libxml2

2 import libxml2
18 libxml2.debugMemory(1)
42 rngp = libxml2.relaxNGNewMemParserCtxt(schema, len(schema))
49 doc = libxml2.parseDoc(valid)
57 doc = libxml2.parseDoc(invalid)
67 libxml2.relaxNGCleanupTypes()
70 libxml2.cleanupParser()
71 if libxml2.debugMemory(1) == 0:
74 print("Memory leak %d bytes" % (libxml2.debugMemory(1)))
75 libxml2.dumpMemory()