Lines Matching refs:intern

159 	dom_object *intern;  in PHP_METHOD()  local
219 intern = Z_DOMOBJ_P(id); in PHP_METHOD()
220 oldnode = dom_object_get_node(intern); in PHP_METHOD()
224 php_libxml_increment_node_ptr((php_libxml_node_object *)intern, nodep, (void *)intern); in PHP_METHOD()
328 dom_object *intern; in PHP_FUNCTION() local
336 DOM_GET_OBJ(nodep, id, xmlNodePtr, intern); in PHP_FUNCTION()
372 dom_object *intern; in PHP_FUNCTION() local
390 DOM_GET_OBJ(nodep, id, xmlNodePtr, intern); in PHP_FUNCTION()
393 php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
423 DOM_RET_OBJ(attr, &ret, intern); in PHP_FUNCTION()
436 dom_object *intern; in PHP_FUNCTION() local
444 DOM_GET_OBJ(nodep, id, xmlNodePtr, intern); in PHP_FUNCTION()
447 php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
486 dom_object *intern; in PHP_FUNCTION() local
493 DOM_GET_OBJ(nodep, id, xmlNodePtr, intern); in PHP_FUNCTION()
519 DOM_RET_OBJ((xmlNodePtr) attrp, &ret, intern); in PHP_FUNCTION()
532 dom_object *intern, *attrobj, *oldobj; in PHP_FUNCTION() local
539 DOM_GET_OBJ(nodep, id, xmlNodePtr, intern); in PHP_FUNCTION()
542 php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
554 php_dom_throw_error(WRONG_DOCUMENT_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
573 attrobj->document = intern->document; in PHP_FUNCTION()
581 DOM_RET_OBJ((xmlNodePtr) existattrp, &ret, intern); in PHP_FUNCTION()
598 dom_object *intern, *attrobj; in PHP_FUNCTION() local
605 DOM_GET_OBJ(nodep, id, xmlNodePtr, intern); in PHP_FUNCTION()
608 php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
615 php_dom_throw_error(NOT_FOUND_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
621 DOM_RET_OBJ((xmlNodePtr) attrp, &ret, intern); in PHP_FUNCTION()
635 dom_object *intern, *namednode; in PHP_FUNCTION() local
643 DOM_GET_OBJ(elemp, id, xmlNodePtr, intern); in PHP_FUNCTION()
648 dom_namednode_iter(intern, 0, namednode, NULL, local, NULL); in PHP_FUNCTION()
661 dom_object *intern; in PHP_FUNCTION() local
670 DOM_GET_OBJ(elemp, id, xmlNodePtr, intern); in PHP_FUNCTION()
745 dom_object *intern; in PHP_FUNCTION() local
757 DOM_GET_OBJ(elemp, id, xmlNodePtr, intern); in PHP_FUNCTION()
759 stricterror = dom_get_strict_error(intern->document); in PHP_FUNCTION()
870 dom_object *intern; in PHP_FUNCTION() local
878 DOM_GET_OBJ(nodep, id, xmlNodePtr, intern); in PHP_FUNCTION()
881 php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
926 dom_object *intern; in PHP_FUNCTION() local
935 DOM_GET_OBJ(elemp, id, xmlNodePtr, intern); in PHP_FUNCTION()
958 DOM_RET_OBJ(fakeAttrp, &ret, intern); in PHP_FUNCTION()
966 DOM_RET_OBJ((xmlNodePtr) attrp, &ret, intern); in PHP_FUNCTION()
982 dom_object *intern, *attrobj, *oldobj; in PHP_FUNCTION() local
989 DOM_GET_OBJ(nodep, id, xmlNodePtr, intern); in PHP_FUNCTION()
992 php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
1004 php_dom_throw_error(WRONG_DOCUMENT_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
1029 attrobj->document = intern->document; in PHP_FUNCTION()
1037 DOM_RET_OBJ((xmlNodePtr) existattrp, &ret, intern); in PHP_FUNCTION()
1054 dom_object *intern, *namednode; in PHP_FUNCTION() local
1062 DOM_GET_OBJ(elemp, id, xmlNodePtr, intern); in PHP_FUNCTION()
1068 dom_namednode_iter(intern, 0, namednode, NULL, local, nsuri); in PHP_FUNCTION()
1081 dom_object *intern; in PHP_FUNCTION() local
1090 DOM_GET_OBJ(nodep, id, xmlNodePtr, intern); in PHP_FUNCTION()
1110 dom_object *intern; in PHP_FUNCTION() local
1119 DOM_GET_OBJ(elemp, id, xmlNodePtr, intern); in PHP_FUNCTION()
1167 dom_object *intern; in PHP_FUNCTION() local
1176 DOM_GET_OBJ(nodep, id, xmlNodePtr, intern); in PHP_FUNCTION()
1179 php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
1185 php_dom_throw_error(NOT_FOUND_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
1203 dom_object *intern; in PHP_FUNCTION() local
1212 DOM_GET_OBJ(elemp, id, xmlNodePtr, intern); in PHP_FUNCTION()
1215 php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
1221 php_dom_throw_error(NOT_FOUND_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
1239 dom_object *intern, *attrobj; in PHP_FUNCTION() local
1246 DOM_GET_OBJ(nodep, id, xmlNodePtr, intern); in PHP_FUNCTION()
1249 php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
1256 php_dom_throw_error(NOT_FOUND_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()