Searched refs:xml3 (Results 1 – 3 of 3) sorted by relevance
522 xml3 = "%s</a>" % ('c' * 1024)546 parser.Parse(xml3, 1)
573 xml3 = b'c' * 1024 + b'</a>';597 parser.Parse(xml3, True)
2145 const char* xml3 = "<first></first>" in main() local2157 doc.Parse(xml3); in main()