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

/freebsd-13-stable/contrib/expat/lib/
H A Dxmlparse.c373 XML_Bool betweenDecl; /* WFC: PE Between Declarations */ member in struct:open_internal_entity
408 XML_Bool betweenDecl);
4168 && ! parser->m_openInternalEntities->betweenDecl) {
4880 XML_Bool betweenDecl local
4882 result = processInternalEntity(parser, entity, betweenDecl);
5151 processInternalEntity(XML_Parser parser, ENTITY *entity, XML_Bool betweenDecl) { argument
5172 openEntity->betweenDecl = betweenDecl;

Completed in 113 milliseconds