Searched defs:betweenDecl (Results 1 - 1 of 1) sorted by relevance

/external/expat/lib/
H A Dxmlparse.c297 XML_Bool betweenDecl; /* WFC: PE Between Declarations */ member in struct:open_internal_entity
337 XML_Bool betweenDecl);
3816 if (enc != encoding && !openInternalEntities->betweenDecl) {
4519 XML_Bool betweenDecl = local
4521 result = processInternalEntity(parser, entity, betweenDecl);
4796 XML_Bool betweenDecl)
4818 openEntity->betweenDecl = betweenDecl;
4795 processInternalEntity(XML_Parser parser, ENTITY *entity, XML_Bool betweenDecl) argument

Completed in 104 milliseconds