Searched refs:other_intern (Results 1 – 2 of 2) sorted by relevance
1628 dom_object *this_intern, *other_intern; in dom_element_insert_adjacent_element() local1631 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()
2433 dom_object *this_intern, *other_intern; in dom_node_compare_document_position() local2440 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