Lines Matching refs:intern

449 	dom_object *intern;  in dom_node_child_nodes_read()  local
464 intern = (dom_object *)zend_objects_get_address(*retval TSRMLS_CC); in dom_node_child_nodes_read()
465 dom_namednode_iter(obj, XML_ELEMENT_NODE, intern, NULL, NULL, NULL TSRMLS_CC); in dom_node_child_nodes_read()
622 dom_object *intern; in dom_node_attributes_read() local
635 intern = (dom_object *)zend_objects_get_address(*retval TSRMLS_CC); in dom_node_attributes_read()
636 dom_namednode_iter(obj, XML_ATTRIBUTE_NODE, intern, NULL, NULL, NULL TSRMLS_CC); in dom_node_attributes_read()
950 …xmlNodePtr prevsib, xmlNodePtr nextsib, xmlNodePtr fragment, dom_object *intern, dom_object *child… in _php_dom_insert_fragment() argument
977 childobj->document = intern->document; in _php_dom_insert_fragment()
1003 dom_object *intern, *childobj, *refpobj; in PHP_FUNCTION() local
1010 DOM_GET_OBJ(parentp, id, xmlNodePtr, intern); in PHP_FUNCTION()
1020 stricterror = dom_get_strict_error(intern->document); in PHP_FUNCTION()
1044 childobj->document = intern->document; in PHP_FUNCTION()
1090 DOM_RET_OBJ(child, &ret, intern); in PHP_FUNCTION()
1095 …new_child = _php_dom_insert_fragment(parentp, refp->prev, refp, child, intern, childobj TSRMLS_CC); in PHP_FUNCTION()
1132 DOM_RET_OBJ(child, &ret, intern); in PHP_FUNCTION()
1137 …new_child = _php_dom_insert_fragment(parentp, parentp->last, NULL, child, intern, childobj TSRMLS_… in PHP_FUNCTION()
1151 DOM_RET_OBJ(new_child, &ret, intern); in PHP_FUNCTION()
1164 dom_object *intern, *newchildobj, *oldchildobj; in PHP_FUNCTION() local
1173 DOM_GET_OBJ(nodep, id, xmlNodePtr, intern); in PHP_FUNCTION()
1187 stricterror = dom_get_strict_error(intern->document); in PHP_FUNCTION()
1222 …newchild = _php_dom_insert_fragment(nodep, prevsib, nextsib, newchild, intern, newchildobj TSRMLS_… in PHP_FUNCTION()
1229 newchildobj->document = intern->document; in PHP_FUNCTION()
1235 DOM_RET_OBJ(oldchild, &ret, intern); in PHP_FUNCTION()
1238 php_dom_throw_error(NOT_FOUND_ERR, dom_get_strict_error(intern->document) TSRMLS_CC); in PHP_FUNCTION()
1252 dom_object *intern, *childobj; in PHP_FUNCTION() local
1259 DOM_GET_OBJ(nodep, id, xmlNodePtr, intern); in PHP_FUNCTION()
1267 stricterror = dom_get_strict_error(intern->document); in PHP_FUNCTION()
1284 DOM_RET_OBJ(child, &ret, intern); in PHP_FUNCTION()
1303 dom_object *intern, *childobj; in PHP_FUNCTION() local
1310 DOM_GET_OBJ(nodep, id, xmlNodePtr, intern); in PHP_FUNCTION()
1318 stricterror = dom_get_strict_error(intern->document); in PHP_FUNCTION()
1342 childobj->document = intern->document; in PHP_FUNCTION()
1379 new_child = _php_dom_insert_fragment(nodep, nodep->last, NULL, child, intern, childobj TSRMLS_CC); in PHP_FUNCTION()
1392 DOM_RET_OBJ(new_child, &ret, intern); in PHP_FUNCTION()
1404 dom_object *intern; in PHP_FUNCTION() local
1410 DOM_GET_OBJ(nodep, id, xmlNodePtr, intern); in PHP_FUNCTION()
1433 dom_object *intern; in PHP_FUNCTION() local
1440 DOM_GET_OBJ(n, id, xmlNodePtr, intern); in PHP_FUNCTION()
1478 intern = NULL; in PHP_FUNCTION()
1481 DOM_RET_OBJ(node, &ret, intern); in PHP_FUNCTION()
1493 dom_object *intern; in PHP_FUNCTION() local
1499 DOM_GET_OBJ(nodep, id, xmlNodePtr, intern); in PHP_FUNCTION()
1536 dom_object *intern; in PHP_FUNCTION() local
1542 DOM_GET_OBJ(nodep, id, xmlNodePtr, intern); in PHP_FUNCTION()
1573 dom_object *intern, *nodeotherobj; in PHP_FUNCTION() local
1579 DOM_GET_OBJ(nodep, id, xmlNodePtr, intern); in PHP_FUNCTION()
1599 dom_object *intern; in PHP_FUNCTION() local
1608 DOM_GET_OBJ(nodep, id, xmlNodePtr, intern); in PHP_FUNCTION()
1649 dom_object *intern; in PHP_FUNCTION() local
1658 DOM_GET_OBJ(nodep, id, xmlNodePtr, intern); in PHP_FUNCTION()
1682 dom_object *intern; in PHP_FUNCTION() local
1691 DOM_GET_OBJ(nodep, id, xmlNodePtr, intern); in PHP_FUNCTION()
1755 dom_object *intern; in dom_canonicalization() local
1778 DOM_GET_OBJ(nodep, id, xmlNodePtr, intern); in dom_canonicalization()
1948 dom_object *intern; in PHP_METHOD() local
1951 DOM_GET_THIS_OBJ(nodep, id, xmlNodePtr, intern); in PHP_METHOD()
1969 dom_object *intern; in PHP_METHOD() local
1975 DOM_GET_THIS_OBJ(nodep, id, xmlNodePtr, intern); in PHP_METHOD()