Home
last modified time | relevance | path

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

/openbsd/lib/libexpat/lib/
H A Dxmlparse.c424 XML_Bool betweenDecl; /* WFC: PE Between Declarations */ member
485 XML_Bool betweenDecl);
4771 && ! parser->m_openInternalEntities->betweenDecl) { in doProlog()
5547 XML_Bool betweenDecl in doProlog() local
5549 result = processInternalEntity(parser, entity, betweenDecl); in doProlog()
5834 processInternalEntity(XML_Parser parser, ENTITY *entity, XML_Bool betweenDecl) { in processInternalEntity() argument
5858 openEntity->betweenDecl = betweenDecl; in processInternalEntity()