Home
last modified time | relevance | path

Searched refs:XmlParseXmlDecl (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/mit/expat/dist/lib/
H A Dxmltok_ns.c112 NS(XmlParseXmlDecl)(int isGeneralTextEntity, const ENCODING *enc, in NS() argument
H A Dxmltok.h286 int XmlParseXmlDecl(int isGeneralTextEntity, const ENCODING *enc,
H A Dxmlparse.c170 # define XmlParseXmlDeclNS XmlParseXmlDecl
4159 if (! (parser->m_ns ? XmlParseXmlDeclNS : XmlParseXmlDecl)( in processXmlDecl()