Searched refs:XML_StartDoctypeDeclHandler (Results 1 – 8 of 8) sorted by relevance
/third_party/python/Modules/expat/ |
D | expat.h | 314 typedef void(XMLCALL *XML_StartDoctypeDeclHandler)(void *userData, typedef 581 XML_SetDoctypeDeclHandler(XML_Parser parser, XML_StartDoctypeDeclHandler start, 586 XML_StartDoctypeDeclHandler start);
|
D | xmlparse.c | 626 XML_StartDoctypeDeclHandler m_startDoctypeDeclHandler; 1663 XML_SetDoctypeDeclHandler(XML_Parser parser, XML_StartDoctypeDeclHandler start, in XML_SetDoctypeDeclHandler() 1673 XML_StartDoctypeDeclHandler start) { in XML_SetStartDoctypeDeclHandler()
|
/third_party/expat/lib/ |
D | expat.h | 314 typedef void(XMLCALL *XML_StartDoctypeDeclHandler)(void *userData, typedef 581 XML_SetDoctypeDeclHandler(XML_Parser parser, XML_StartDoctypeDeclHandler start, 586 XML_StartDoctypeDeclHandler start);
|
D | xmlparse.c | 626 XML_StartDoctypeDeclHandler m_startDoctypeDeclHandler; 1669 XML_SetDoctypeDeclHandler(XML_Parser parser, XML_StartDoctypeDeclHandler start, in XML_SetDoctypeDeclHandler() 1679 XML_StartDoctypeDeclHandler start) { in XML_SetStartDoctypeDeclHandler()
|
/third_party/skia/third_party/externals/expat/expat/lib/ |
D | expat.h | 314 typedef void(XMLCALL *XML_StartDoctypeDeclHandler)(void *userData, typedef 581 XML_SetDoctypeDeclHandler(XML_Parser parser, XML_StartDoctypeDeclHandler start, 586 XML_StartDoctypeDeclHandler start);
|
D | xmlparse.c | 626 XML_StartDoctypeDeclHandler m_startDoctypeDeclHandler; 1663 XML_SetDoctypeDeclHandler(XML_Parser parser, XML_StartDoctypeDeclHandler start, in XML_SetDoctypeDeclHandler() 1673 XML_StartDoctypeDeclHandler start) { in XML_SetStartDoctypeDeclHandler()
|
/third_party/python/Include/ |
D | pyexpat.h | 47 XML_StartDoctypeDeclHandler start);
|
/third_party/python/Modules/ |
D | _elementtree.c | 3754 (XML_StartDoctypeDeclHandler) expat_start_doctype_handler in _elementtree_XMLParser___init___impl()
|