Home
last modified time | relevance | path

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

/dragonfly/contrib/expat/lib/
H A Dxmlparse.c461 static enum XML_Error processInternalEntity(XML_Parser parser, ENTITY *entity,
2884 result = processInternalEntity(parser, entity, XML_FALSE); in doContent()
5430 result = processInternalEntity(parser, entity, betweenDecl); in doProlog()
5715 processInternalEntity(XML_Parser parser, ENTITY *entity, XML_Bool betweenDecl) { in processInternalEntity() function