Home
last modified time | relevance | path

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

/src/contrib/expat/lib/
H A Dxmlparse.c483 static Processor entityValueProcessor; variable
5058 parser->m_processor = entityValueProcessor;
5059 return entityValueProcessor(parser, next, end, nextPtr);
5141 entityValueProcessor(XML_Parser parser, const char *s, const char *end, function