Home
last modified time | relevance | path

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

/php-src/ext/dom/
H A Dnode.c1627 const xmlChar *this_ns = this->ns ? this->ns->href : NULL; in php_dom_node_is_ns_uri_equal() local
1629 return xmlStrEqual(this_ns, other_ns); in php_dom_node_is_ns_uri_equal()
1634 const xmlChar *this_ns = this->ns ? this->ns->prefix : NULL; in php_dom_node_is_ns_prefix_equal() local
1636 return xmlStrEqual(this_ns, other_ns); in php_dom_node_is_ns_prefix_equal()
1751 const xmlNs *this_ns = (const xmlNs *) this; in php_dom_node_is_equal_node() local
1753 …return xmlStrEqual(this_ns->prefix, other_ns->prefix) && xmlStrEqual(this_ns->href, other_ns->href… in php_dom_node_is_equal_node()

Completed in 9 milliseconds