Searched refs:isGeneralTextEntity (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/expat/lib/ |
| H A D | xmltok_ns.c | 113 NS(XmlParseXmlDecl)(int isGeneralTextEntity, const ENCODING *enc, in NS() 118 return doParseXmlDecl(NS(findEncoding), isGeneralTextEntity, enc, ptr, end, in NS()
|
| H A D | xmltok.h | 286 int XmlParseXmlDecl(int isGeneralTextEntity, const ENCODING *enc, 305 int XmlParseXmlDeclNS(int isGeneralTextEntity, const ENCODING *enc,
|
| H A D | xmltok.c | 1156 int isGeneralTextEntity, const ENCODING *enc, const char *ptr, in doParseXmlDecl() argument 1171 if (! isGeneralTextEntity) { in doParseXmlDecl() 1185 if (isGeneralTextEntity) { in doParseXmlDecl() 1211 || isGeneralTextEntity) { in doParseXmlDecl()
|
| H A D | xmlparse.c | 506 static enum XML_Error processXmlDecl(XML_Parser parser, int isGeneralTextEntity, 4821 processXmlDecl(XML_Parser parser, int isGeneralTextEntity, const char *s, argument 4840 isGeneralTextEntity, parser->m_encoding, s, next, &parser->m_eventPtr, 4842 if (isGeneralTextEntity) 4847 if (! isGeneralTextEntity && standalone == 1) {
|