Home
last modified time | relevance | path

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

/freebsd-src/contrib/expat/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.c193 # define XmlParseXmlDeclNS XmlParseXmlDecl
4380 if (! (parser->m_ns ? XmlParseXmlDeclNS : XmlParseXmlDecl)( in processXmlDecl()