Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/expat/lib/
H A Dxmlparse.c439 static Processor entityValueProcessor; variable
4473 parser->m_processor = entityValueProcessor; in entityValueInitProcessor()
4474 return entityValueProcessor(parser, next, end, nextPtr); in entityValueInitProcessor()
4556 entityValueProcessor(XML_Parser parser, const char *s, const char *end, in entityValueProcessor() function