Home
last modified time | relevance | path

Searched refs:XML_StartDoctypeDeclHandler (Results 1 – 8 of 8) sorted by relevance

/third_party/python/Modules/expat/
Dexpat.h314 typedef void(XMLCALL *XML_StartDoctypeDeclHandler)(void *userData, typedef
581 XML_SetDoctypeDeclHandler(XML_Parser parser, XML_StartDoctypeDeclHandler start,
586 XML_StartDoctypeDeclHandler start);
Dxmlparse.c626 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/
Dexpat.h314 typedef void(XMLCALL *XML_StartDoctypeDeclHandler)(void *userData, typedef
581 XML_SetDoctypeDeclHandler(XML_Parser parser, XML_StartDoctypeDeclHandler start,
586 XML_StartDoctypeDeclHandler start);
Dxmlparse.c626 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/
Dexpat.h314 typedef void(XMLCALL *XML_StartDoctypeDeclHandler)(void *userData, typedef
581 XML_SetDoctypeDeclHandler(XML_Parser parser, XML_StartDoctypeDeclHandler start,
586 XML_StartDoctypeDeclHandler start);
Dxmlparse.c626 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/
Dpyexpat.h47 XML_StartDoctypeDeclHandler start);
/third_party/python/Modules/
D_elementtree.c3754 (XML_StartDoctypeDeclHandler) expat_start_doctype_handler in _elementtree_XMLParser___init___impl()