Searched refs:XmlParseXmlDecl (Results 1 – 10 of 10) sorted by relevance
/external/python/cpython2/Modules/expat/ |
D | pyexpatns.h | 77 #define XmlParseXmlDecl PyExpat_XmlParseXmlDecl macro
|
D | xmltok_ns.c | 118 NS(XmlParseXmlDecl)(int isGeneralTextEntity, in NS() argument
|
D | xmltok.h | 295 int XmlParseXmlDecl(int isGeneralTextEntity,
|
D | xmlparse.c | 140 #define XmlParseXmlDeclNS XmlParseXmlDecl 3971 : XmlParseXmlDecl)(isGeneralTextEntity, in processXmlDecl()
|
/external/python/cpython3/Modules/expat/ |
D | pyexpatns.h | 77 #define XmlParseXmlDecl PyExpat_XmlParseXmlDecl macro
|
D | xmltok_ns.c | 108 NS(XmlParseXmlDecl)(int isGeneralTextEntity, const ENCODING *enc, in NS() argument
|
D | xmltok.h | 282 int XmlParseXmlDecl(int isGeneralTextEntity, const ENCODING *enc,
|
D | xmlparse.c | 142 # define XmlParseXmlDeclNS XmlParseXmlDecl 3804 if (! (parser->m_ns ? XmlParseXmlDeclNS : XmlParseXmlDecl)( in processXmlDecl()
|
/external/expat/lib/ |
D | xmltok_ns.c | 108 NS(XmlParseXmlDecl)(int isGeneralTextEntity, const ENCODING *enc, in NS() argument
|
D | xmltok.h | 282 int XmlParseXmlDecl(int isGeneralTextEntity, const ENCODING *enc,
|