Lines Matching refs:this_intern

1422 …nsert_adjacent(const zend_string *where, xmlNodePtr thisp, dom_object *this_intern, xmlNodePtr oth…  in dom_insert_adjacent()  argument
1429 php_dom_throw_error(HIERARCHY_REQUEST_ERR, dom_get_strict_error(this_intern->document)); in dom_insert_adjacent()
1432 if (!php_dom_adopt_node(otherp, this_intern, thisp->doc)) { in dom_insert_adjacent()
1438 php_dom_throw_error(HIERARCHY_REQUEST_ERR, dom_get_strict_error(this_intern->document)); in dom_insert_adjacent()
1441 if (!php_dom_adopt_node(otherp, this_intern, thisp->doc)) { in dom_insert_adjacent()
1451 php_dom_throw_error(HIERARCHY_REQUEST_ERR, dom_get_strict_error(this_intern->document)); in dom_insert_adjacent()
1454 if (!php_dom_adopt_node(otherp, this_intern, thisp->doc)) { in dom_insert_adjacent()
1463 php_dom_throw_error(HIERARCHY_REQUEST_ERR, dom_get_strict_error(this_intern->document)); in dom_insert_adjacent()
1466 if (!php_dom_adopt_node(otherp, this_intern, thisp->doc)) { in dom_insert_adjacent()
1471 php_dom_throw_error(SYNTAX_ERR, dom_get_strict_error(this_intern->document)); in dom_insert_adjacent()
1486 dom_object *this_intern, *other_intern; in PHP_METHOD() local
1493 DOM_GET_THIS_OBJ(thisp, id, xmlNodePtr, this_intern); in PHP_METHOD()
1496 xmlNodePtr result = dom_insert_adjacent(where, thisp, this_intern, otherp); in PHP_METHOD()
1513 dom_object *this_intern; in PHP_METHOD() local
1521 DOM_GET_THIS_OBJ(thisp, id, xmlNodePtr, this_intern); in PHP_METHOD()
1529 xmlNodePtr result = dom_insert_adjacent(where, thisp, this_intern, otherp); in PHP_METHOD()