Searched refs:XML_SetAttlistDeclHandler (Results 1 – 13 of 13) sorted by relevance
/external/expat/lib/ |
D | libexpat.def | 26 XML_SetAttlistDeclHandler @22
|
D | libexpatw.def | 26 XML_SetAttlistDeclHandler @22
|
D | expat.h | 200 XML_SetAttlistDeclHandler(XML_Parser parser, XML_AttlistDeclHandler attdecl);
|
D | xmlparse.c | 1776 XML_SetAttlistDeclHandler(XML_Parser parser, XML_AttlistDeclHandler attdecl) { in XML_SetAttlistDeclHandler() function
|
/external/python/cpython2/Modules/expat/ |
D | pyexpatns.h | 82 #define XML_SetAttlistDeclHandler PyExpat_XML_SetAttlistDeclHandler macro
|
D | expat.h | 204 XML_SetAttlistDeclHandler(XML_Parser parser,
|
D | xmlparse.c | 1752 XML_SetAttlistDeclHandler(XML_Parser parser, in XML_SetAttlistDeclHandler() function
|
/external/python/cpython3/Modules/expat/ |
D | pyexpatns.h | 85 #define XML_SetAttlistDeclHandler PyExpat_XML_SetAttlistDeclHandler macro
|
D | expat.h | 203 XML_SetAttlistDeclHandler(XML_Parser parser, XML_AttlistDeclHandler attdecl);
|
D | xmlparse.c | 1770 XML_SetAttlistDeclHandler(XML_Parser parser, XML_AttlistDeclHandler attdecl) { in XML_SetAttlistDeclHandler() function
|
/external/expat/tests/ |
D | runtests.c | 1835 XML_SetAttlistDeclHandler(g_parser, dummy_attlist_decl_handler); in START_TEST() 1908 XML_SetAttlistDeclHandler(g_parser, verify_attlist_decl_handler); in START_TEST() 4542 XML_SetAttlistDeclHandler(g_parser, dummy_attlist_decl_handler); in START_TEST() 8409 XML_SetAttlistDeclHandler(g_parser, dummy_attlist_decl_handler); in START_TEST() 8881 XML_SetAttlistDeclHandler(g_parser, dummy_attlist_decl_handler); in START_TEST() 8937 XML_SetAttlistDeclHandler(g_parser, dummy_attlist_decl_handler); in START_TEST() 8987 XML_SetAttlistDeclHandler(g_parser, dummy_attlist_decl_handler); in START_TEST() 9037 XML_SetAttlistDeclHandler(g_parser, dummy_attlist_decl_handler); in START_TEST()
|
/external/python/cpython2/Modules/ |
D | pyexpat.c | 2132 (xmlhandlersetter)XML_SetAttlistDeclHandler,
|
/external/expat/ |
D | Changes | 1117 o XML_SetAttlistDeclHandler
|