Home
last modified time | relevance | path

Searched refs:betweenDecl (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/expat/
Dxmlparse.c297 XML_Bool betweenDecl; /* WFC: PE Between Declarations */ member
337 XML_Bool betweenDecl);
3832 if (enc != encoding && !openInternalEntities->betweenDecl) { in doProlog()
4535 XML_Bool betweenDecl = in doProlog() local
4537 result = processInternalEntity(parser, entity, betweenDecl); in doProlog()
4812 XML_Bool betweenDecl) in processInternalEntity() argument
4834 openEntity->betweenDecl = betweenDecl; in processInternalEntity()
/external/expat/lib/
Dxmlparse.c305 XML_Bool betweenDecl; /* WFC: PE Between Declarations */ member
345 XML_Bool betweenDecl);
3868 if (enc != encoding && !openInternalEntities->betweenDecl) { in doProlog()
4571 XML_Bool betweenDecl = in doProlog() local
4573 result = processInternalEntity(parser, entity, betweenDecl); in doProlog()
4848 XML_Bool betweenDecl) in processInternalEntity() argument
4870 openEntity->betweenDecl = betweenDecl; in processInternalEntity()