Lines Matching refs:intern

427 	dom_object *intern;  in dom_node_child_nodes_read()  local
435 intern = Z_DOMOBJ_P(retval); in dom_node_child_nodes_read()
436 dom_namednode_iter(obj, XML_ELEMENT_NODE, intern, NULL, NULL, NULL); in dom_node_child_nodes_read()
569 dom_object *intern; in dom_node_attributes_read() local
578 intern = Z_DOMOBJ_P(retval); in dom_node_attributes_read()
579 dom_namednode_iter(obj, XML_ATTRIBUTE_NODE, intern, NULL, NULL, NULL); in dom_node_attributes_read()
883 …xmlNodePtr prevsib, xmlNodePtr nextsib, xmlNodePtr fragment, dom_object *intern, dom_object *child… in _php_dom_insert_fragment() argument
910 childobj->document = intern->document; in _php_dom_insert_fragment()
936 dom_object *intern, *childobj, *refpobj; in PHP_FUNCTION() local
944 DOM_GET_OBJ(parentp, id, xmlNodePtr, intern); in PHP_FUNCTION()
954 stricterror = dom_get_strict_error(intern->document); in PHP_FUNCTION()
978 childobj->document = intern->document; in PHP_FUNCTION()
1024 DOM_RET_OBJ(child, &ret, intern); in PHP_FUNCTION()
1029 new_child = _php_dom_insert_fragment(parentp, refp->prev, refp, child, intern, childobj); in PHP_FUNCTION()
1066 DOM_RET_OBJ(child, &ret, intern); in PHP_FUNCTION()
1071 new_child = _php_dom_insert_fragment(parentp, parentp->last, NULL, child, intern, childobj); in PHP_FUNCTION()
1085 DOM_RET_OBJ(new_child, &ret, intern); in PHP_FUNCTION()
1098 dom_object *intern, *newchildobj, *oldchildobj; in PHP_FUNCTION() local
1108 DOM_GET_OBJ(nodep, id, xmlNodePtr, intern); in PHP_FUNCTION()
1122 stricterror = dom_get_strict_error(intern->document); in PHP_FUNCTION()
1157 newchild = _php_dom_insert_fragment(nodep, prevsib, nextsib, newchild, intern, newchildobj); in PHP_FUNCTION()
1164 newchildobj->document = intern->document; in PHP_FUNCTION()
1170 DOM_RET_OBJ(oldchild, &ret, intern); in PHP_FUNCTION()
1173 php_dom_throw_error(NOT_FOUND_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
1187 dom_object *intern, *childobj; in PHP_FUNCTION() local
1195 DOM_GET_OBJ(nodep, id, xmlNodePtr, intern); in PHP_FUNCTION()
1203 stricterror = dom_get_strict_error(intern->document); in PHP_FUNCTION()
1220 DOM_RET_OBJ(child, &ret, intern); in PHP_FUNCTION()
1239 dom_object *intern, *childobj; in PHP_FUNCTION() local
1247 DOM_GET_OBJ(nodep, id, xmlNodePtr, intern); in PHP_FUNCTION()
1255 stricterror = dom_get_strict_error(intern->document); in PHP_FUNCTION()
1279 childobj->document = intern->document; in PHP_FUNCTION()
1316 new_child = _php_dom_insert_fragment(nodep, nodep->last, NULL, child, intern, childobj); in PHP_FUNCTION()
1329 DOM_RET_OBJ(new_child, &ret, intern); in PHP_FUNCTION()
1341 dom_object *intern; in PHP_FUNCTION() local
1348 DOM_GET_OBJ(nodep, id, xmlNodePtr, intern); in PHP_FUNCTION()
1371 dom_object *intern; in PHP_FUNCTION() local
1379 DOM_GET_OBJ(n, id, xmlNodePtr, intern); in PHP_FUNCTION()
1417 intern = NULL; in PHP_FUNCTION()
1420 DOM_RET_OBJ(node, &ret, intern); in PHP_FUNCTION()
1432 dom_object *intern; in PHP_FUNCTION() local
1439 DOM_GET_OBJ(nodep, id, xmlNodePtr, intern); in PHP_FUNCTION()
1475 dom_object *intern; in PHP_FUNCTION() local
1482 DOM_GET_OBJ(nodep, id, xmlNodePtr, intern); in PHP_FUNCTION()
1513 dom_object *intern, *nodeotherobj; in PHP_FUNCTION() local
1520 DOM_GET_OBJ(nodep, id, xmlNodePtr, intern); in PHP_FUNCTION()
1540 dom_object *intern; in PHP_FUNCTION() local
1550 DOM_GET_OBJ(nodep, id, xmlNodePtr, intern); in PHP_FUNCTION()
1592 dom_object *intern; in PHP_FUNCTION() local
1602 DOM_GET_OBJ(nodep, id, xmlNodePtr, intern); in PHP_FUNCTION()
1626 dom_object *intern; in PHP_FUNCTION() local
1636 DOM_GET_OBJ(nodep, id, xmlNodePtr, intern); in PHP_FUNCTION()
1700 dom_object *intern; in dom_canonicalization() local
1725 DOM_GET_OBJ(nodep, id, xmlNodePtr, intern); in dom_canonicalization()
1890 dom_object *intern; in PHP_METHOD() local
1893 DOM_GET_THIS_OBJ(nodep, id, xmlNodePtr, intern); in PHP_METHOD()
1911 dom_object *intern; in PHP_METHOD() local
1917 DOM_GET_THIS_OBJ(nodep, id, xmlNodePtr, intern); in PHP_METHOD()