Home | History | Annotate | Download | only in tests

Lines Matching refs:libxml2

3 import libxml2
13 buf = libxml2.createOutputBuffer(f, "ISO-8859-1")
32 buf = libxml2.createOutputBuffer(f, 'UTF-8')
33 doc = libxml2.parseDoc(input)
55 doc = libxml2.parseDoc(input)
58 buf = libxml2.createOutputBuffer(f, 'UTF-8')
78 doc = libxml2.parseDoc(input)
79 buf = libxml2.createOutputBuffer(f, 'UTF-8')
87 buf = libxml2.createOutputBuffer(f, 'UTF-8')
98 libxml2.debugMemory(1)
105 libxml2.cleanupParser()
106 if libxml2.debugMemory(1) == 0:
109 print("Memory leak %d bytes" % (libxml2.debugMemory(1)))
110 libxml2.dumpMemory()