Home
last modified time | relevance | path

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

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