Searched refs:other_ns (Results 1 – 1 of 1) sorted by relevance
1549 const xmlChar *other_ns = other->ns ? other->ns->href : NULL; in php_dom_node_is_ns_uri_equal() local1550 return xmlStrEqual(this_ns, other_ns); in php_dom_node_is_ns_uri_equal()1556 const xmlChar *other_ns = other->ns ? other->ns->prefix : NULL; in php_dom_node_is_ns_prefix_equal() local1557 return xmlStrEqual(this_ns, other_ns); in php_dom_node_is_ns_prefix_equal()1666 const xmlNs *other_ns = (const xmlNs *) other; in PHP_DOM_DEFINE_LIST_COUNTER_HELPER() local1667 …return xmlStrEqual(this_ns->prefix, other_ns->prefix) && xmlStrEqual(this_ns->href, other_ns->href… in PHP_DOM_DEFINE_LIST_COUNTER_HELPER()
Completed in 11 milliseconds