Searched refs:isGeneralTextEntity (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/lib/libexpat/lib/ |
| H A D | xmltok_ns.c | 112 NS(XmlParseXmlDecl)(int isGeneralTextEntity, const ENCODING *enc, in NS() 117 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 | 1154 int isGeneralTextEntity, const ENCODING *enc, const char *ptr, in doParseXmlDecl() argument 1169 if (! isGeneralTextEntity) { in doParseXmlDecl() 1183 if (isGeneralTextEntity) { in doParseXmlDecl() 1209 || isGeneralTextEntity) { in doParseXmlDecl()
|
| H A D | xmlparse.c | 476 static enum XML_Error processXmlDecl(XML_Parser parser, int isGeneralTextEntity, 4362 processXmlDecl(XML_Parser parser, int isGeneralTextEntity, const char *s, in processXmlDecl() 4381 isGeneralTextEntity, parser->m_encoding, s, next, &parser->m_eventPtr, in processXmlDecl() 4383 if (isGeneralTextEntity) in processXmlDecl() 4388 if (! isGeneralTextEntity && standalone == 1) { in processXmlDecl() 4345 processXmlDecl(XML_Parser parser,int isGeneralTextEntity,const char * s,const char * next) processXmlDecl() argument
|