Lines Matching defs:libxml2
6 import libxml2
21 libxml2.debugMemory(1)
27 input = libxml2.inputBuffer(f)
64 input = libxml2.inputBuffer(f)
66 reader.SetParserProp(libxml2.PARSER_SUBST_ENTITIES, 1)
133 libxml2.setEntityLoader(myResolver)
135 input = libxml2.inputBuffer(str_io(s))
137 reader.SetParserProp(libxml2.PARSER_SUBST_ENTITIES,1)
155 libxml2.cleanupParser()
156 if libxml2.debugMemory(1) == 0:
159 print("Memory leak %d bytes" % (libxml2.debugMemory(1)))
160 libxml2.dumpMemory()