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.c1576 const xmlChar *this_ns = this->ns ? this->ns->href : NULL; in php_dom_node_is_ns_uri_equal() local
1578 return xmlStrEqual(this_ns, other_ns); in php_dom_node_is_ns_uri_equal()
1583 const xmlChar *this_ns = this->ns ? this->ns->prefix : NULL; in php_dom_node_is_ns_prefix_equal() local
1585 return xmlStrEqual(this_ns, other_ns); in php_dom_node_is_ns_prefix_equal()
1700 const xmlNs *this_ns = (const xmlNs *) this; in php_dom_node_is_equal_node() local
1702 …return xmlStrEqual(this_ns->prefix, other_ns->prefix) && xmlStrEqual(this_ns->href, other_ns->href… in php_dom_node_is_equal_node()

Completed in 14 milliseconds