Home
last modified time | relevance | path

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

/php-src/ext/dom/
H A Delement.c1628 dom_object *this_intern, *other_intern; in dom_element_insert_adjacent_element() local
1631 DOM_GET_OBJ(otherp, element_zval, xmlNodePtr, other_intern); in dom_element_insert_adjacent_element()
1637 DOM_RET_OBJ(otherp, other_intern); in dom_element_insert_adjacent_element()
H A Dnode.c2433 dom_object *this_intern, *other_intern; in dom_node_compare_document_position() local
2440 DOM_GET_OBJ(other, node_zval, xmlNodePtr, other_intern); in dom_node_compare_document_position()
2576 ordering = other_intern < this_intern ? DOCUMENT_POSITION_PRECEDING : DOCUMENT_POSITION_FOLLOWING; in dom_node_compare_document_position()

Completed in 18 milliseconds