Searched refs:spec_compliant (Results 1 – 1 of 1) sorted by relevance
/php-src/ext/dom/ |
H A D | node.c | 1639 …ic bool php_dom_node_is_equal_node(const xmlNode *this, const xmlNode *other, bool spec_compliant); 1654 …ode_list_equality_check_ordered, type)(const type *list1, const type *list2, bool spec_compliant) \ 1661 …if (!php_dom_node_is_equal_node((const xmlNode *) list1, (const xmlNode *) list2, spec_compliant))… 1670 …de_list_equality_check_unordered, type)(const type *list1, const type *list2, bool spec_compliant)\ 1679 …if (php_dom_node_is_equal_node((const xmlNode *) n1, (const xmlNode *) n2, spec_compliant)) { … 1705 …tic bool php_dom_node_is_equal_node(const xmlNode *this, const xmlNode *other, bool spec_compliant) in php_dom_node_is_equal_node() argument 1722 …ed_xmlNode((const xmlNode *) this->properties, (const xmlNode *) other->properties, spec_compliant) in php_dom_node_is_equal_node() 1723 …&& (spec_compliant || php_dom_node_list_equality_check_unordered_xmlNs(this->nsDef, other->nsDef, … in php_dom_node_is_equal_node() 1724 … php_dom_node_list_equality_check_ordered_xmlNode(this->children, other->children, spec_compliant); in php_dom_node_is_equal_node() 1755 … php_dom_node_list_equality_check_ordered_xmlNode(this->children, other->children, spec_compliant); in php_dom_node_is_equal_node()
|
Completed in 14 milliseconds