Searched refs:XML_SetReturnNSTriplet (Results 1 – 14 of 14) sorted by relevance
/external/expat/lib/ |
D | libexpatw.def | 49 XML_SetReturnNSTriplet @45
|
D | libexpat.def | 49 XML_SetReturnNSTriplet @45
|
D | expat.h | 696 XML_SetReturnNSTriplet(XML_Parser parser, int do_nst);
|
D | xmlparse.c | 1466 XML_SetReturnNSTriplet(XML_Parser parser, int do_nst) in XML_SetReturnNSTriplet() function
|
/external/python/cpython2/Modules/expat/ |
D | pyexpatns.h | 106 #define XML_SetReturnNSTriplet PyExpat_XML_SetReturnNSTriplet macro
|
D | expat.h | 696 XML_SetReturnNSTriplet(XML_Parser parser, int do_nst);
|
D | xmlparse.c | 1466 XML_SetReturnNSTriplet(XML_Parser parser, int do_nst) in XML_SetReturnNSTriplet() function
|
/external/python/cpython3/Modules/expat/ |
D | pyexpatns.h | 106 #define XML_SetReturnNSTriplet PyExpat_XML_SetReturnNSTriplet macro
|
D | expat.h | 696 XML_SetReturnNSTriplet(XML_Parser parser, int do_nst);
|
D | xmlparse.c | 1466 XML_SetReturnNSTriplet(XML_Parser parser, int do_nst) in XML_SetReturnNSTriplet() function
|
/external/expat/ |
D | Changes | 544 - Fixed XML_SetReturnNSTriplet() to work for element names. 583 - XML_SetReturnNSTriplet
|
/external/expat/tests/ |
D | runtests.c | 7184 XML_SetReturnNSTriplet(parser, XML_TRUE); in START_TEST() 7200 XML_SetReturnNSTriplet(parser, XML_FALSE); in START_TEST() 7287 XML_SetReturnNSTriplet(parser, XML_TRUE); in START_TEST() 7439 XML_SetReturnNSTriplet(parser, XML_TRUE); in START_TEST() 7578 XML_SetReturnNSTriplet(parser, XML_TRUE); in START_TEST() 10853 XML_SetReturnNSTriplet(parser, XML_TRUE); in START_TEST() 10916 XML_SetReturnNSTriplet(parser, XML_TRUE); in START_TEST()
|
/external/python/cpython3/Modules/ |
D | pyexpat.c | 1410 XML_SetReturnNSTriplet(self->itself, self->ns_prefixes); in xmlparse_setattro()
|
/external/python/cpython2/Modules/ |
D | pyexpat.c | 1586 XML_SetReturnNSTriplet(self->itself, self->ns_prefixes); in xmlparse_setattr()
|