Home
last modified time | relevance | path

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

/freebsd/contrib/expat/tests/
H A Dhandlers.c1730 static const XML_Char *entity_value_to_match = NULL; variable
1745 || entity_value_to_match == NULL) { in param_entity_match_handler()
1753 if (value_length != (int)xcstrlen(entity_value_to_match) in param_entity_match_handler()
1754 || xcstrncmp(value, entity_value_to_match, value_length)) { in param_entity_match_handler()
1766 entity_value_to_match = value; in param_entity_match_init()