Searched refs:other_entity (Results 1 – 1 of 1) sorted by relevance
1658 const xmlEntity *other_entity = (const xmlEntity *) other; in PHP_DOM_DEFINE_LIST_COUNTER_HELPER() local1659 return this_entity->etype == other_entity->etype in PHP_DOM_DEFINE_LIST_COUNTER_HELPER()1660 && xmlStrEqual(this_entity->name, other_entity->name) in PHP_DOM_DEFINE_LIST_COUNTER_HELPER()1661 && xmlStrEqual(this_entity->ExternalID, other_entity->ExternalID) in PHP_DOM_DEFINE_LIST_COUNTER_HELPER()1662 && xmlStrEqual(this_entity->SystemID, other_entity->SystemID) in PHP_DOM_DEFINE_LIST_COUNTER_HELPER()
Completed in 8 milliseconds