Home
last modified time | relevance | path

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

/netbsd-src/external/mit/expat/dist/tests/
H A Druntests.c444 static const XML_Char *entity_value_to_match = NULL; variable
459 || entity_value_to_match == NULL) { in param_entity_match_handler()
467 if (value_length != (int)xcstrlen(entity_value_to_match) in param_entity_match_handler()
468 || xcstrncmp(value, entity_value_to_match, value_length)) { in param_entity_match_handler()
5212 entity_value_to_match = XCS(PARAM_ENTITY_CORE_VALUE) XCS("\n"); in START_TEST()