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

/external/expat/lib/
H A Dxmlparse.c377 XML_Bool betweenDecl; /* WFC: PE Between Declarations */ member in struct:open_internal_entity
417 XML_Bool betweenDecl);
4347 if (enc != parser->m_encoding && !parser->m_openInternalEntities->betweenDecl) {
5087 XML_Bool betweenDecl = local
5089 result = processInternalEntity(parser, entity, betweenDecl);
5364 XML_Bool betweenDecl)
5386 openEntity->betweenDecl = betweenDecl;
5363 processInternalEntity(XML_Parser parser, ENTITY *entity, XML_Bool betweenDecl) argument
/external/python/cpython2/Modules/expat/
H A Dxmlparse.c297 XML_Bool betweenDecl; /* WFC: PE Between Declarations */ member in struct:open_internal_entity
337 XML_Bool betweenDecl);
3832 if (enc != encoding && !openInternalEntities->betweenDecl) {
4535 XML_Bool betweenDecl = local
4537 result = processInternalEntity(parser, entity, betweenDecl);
4812 XML_Bool betweenDecl)
4834 openEntity->betweenDecl = betweenDecl;
4811 processInternalEntity(XML_Parser parser, ENTITY *entity, XML_Bool betweenDecl) argument
/external/python/cpython3/Modules/expat/
H A Dxmlparse.c297 XML_Bool betweenDecl; /* WFC: PE Between Declarations */ member in struct:open_internal_entity
337 XML_Bool betweenDecl);
3832 if (enc != encoding && !openInternalEntities->betweenDecl) {
4535 XML_Bool betweenDecl = local
4537 result = processInternalEntity(parser, entity, betweenDecl);
4812 XML_Bool betweenDecl)
4834 openEntity->betweenDecl = betweenDecl;
4811 processInternalEntity(XML_Parser parser, ENTITY *entity, XML_Bool betweenDecl) argument

Completed in 164 milliseconds