Searched refs:processEntity (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/expat/lib/ |
| H A D | xmlparse.c | 504 static enum XML_Error processEntity(XML_Parser parser, ENTITY *entity, 3443 result = processEntity(parser, entity, XML_FALSE, ENTITY_INTERNAL); 6039 result = processEntity(parser, entity, betweenDecl, ENTITY_INTERNAL); 6340 processEntity(XML_Parser parser, ENTITY *entity, XML_Bool betweenDecl, function 6732 result = processEntity(parser, entity, XML_FALSE, ENTITY_ATTRIBUTE); 6847 result = processEntity(parser, entity, XML_FALSE, ENTITY_VALUE);
|