Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/expat/lib/
H A Dxmlparse.c400 XML_Bool betweenDecl; /* WFC: PE Between Declarations */ member
461 XML_Bool betweenDecl);
4677 && ! parser->m_openInternalEntities->betweenDecl) { in doProlog()
5419 XML_Bool betweenDecl in doProlog() local
5421 result = processInternalEntity(parser, entity, betweenDecl); in doProlog()
5706 processInternalEntity(XML_Parser parser, ENTITY *entity, XML_Bool betweenDecl) { in processInternalEntity() argument
5730 openEntity->betweenDecl = betweenDecl; in processInternalEntity()