Lines Matching refs:intern

155 	dom_object *intern;  in PHP_METHOD()  local
215 intern = Z_DOMOBJ_P(ZEND_THIS); in PHP_METHOD()
216 oldnode = dom_object_get_node(intern); in PHP_METHOD()
220 php_libxml_increment_node_ptr((php_libxml_node_object *)intern, nodep, (void *)intern); in PHP_METHOD()
324 dom_object *intern; in PHP_FUNCTION() local
333 DOM_GET_OBJ(nodep, id, xmlNodePtr, intern); in PHP_FUNCTION()
369 dom_object *intern; in PHP_FUNCTION() local
388 DOM_GET_OBJ(nodep, id, xmlNodePtr, intern); in PHP_FUNCTION()
391 php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
421 DOM_RET_OBJ(attr, &ret, intern); in PHP_FUNCTION()
434 dom_object *intern; in PHP_FUNCTION() local
443 DOM_GET_OBJ(nodep, id, xmlNodePtr, intern); in PHP_FUNCTION()
446 php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
485 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
540 DOM_GET_OBJ(nodep, id, xmlNodePtr, intern); in PHP_FUNCTION()
543 php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
555 php_dom_throw_error(WRONG_DOCUMENT_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
574 attrobj->document = intern->document; in PHP_FUNCTION()
582 DOM_RET_OBJ((xmlNodePtr) existattrp, &ret, intern); in PHP_FUNCTION()
599 dom_object *intern, *attrobj; in PHP_FUNCTION() local
607 DOM_GET_OBJ(nodep, id, xmlNodePtr, intern); in PHP_FUNCTION()
610 php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
617 php_dom_throw_error(NOT_FOUND_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
623 DOM_RET_OBJ((xmlNodePtr) attrp, &ret, intern); in PHP_FUNCTION()
637 dom_object *intern, *namednode; in PHP_FUNCTION() local
646 DOM_GET_OBJ(elemp, id, xmlNodePtr, intern); in PHP_FUNCTION()
651 dom_namednode_iter(intern, 0, namednode, NULL, local, NULL); in PHP_FUNCTION()
664 dom_object *intern; in PHP_FUNCTION() local
674 DOM_GET_OBJ(elemp, id, xmlNodePtr, intern); in PHP_FUNCTION()
749 dom_object *intern; in PHP_FUNCTION() local
762 DOM_GET_OBJ(elemp, id, xmlNodePtr, intern); in PHP_FUNCTION()
764 stricterror = dom_get_strict_error(intern->document); in PHP_FUNCTION()
875 dom_object *intern; in PHP_FUNCTION() local
884 DOM_GET_OBJ(nodep, id, xmlNodePtr, intern); in PHP_FUNCTION()
887 php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
932 dom_object *intern; in PHP_FUNCTION() local
942 DOM_GET_OBJ(elemp, id, xmlNodePtr, intern); in PHP_FUNCTION()
965 DOM_RET_OBJ(fakeAttrp, &ret, intern); in PHP_FUNCTION()
973 DOM_RET_OBJ((xmlNodePtr) attrp, &ret, intern); in PHP_FUNCTION()
989 dom_object *intern, *attrobj, *oldobj; in PHP_FUNCTION() local
997 DOM_GET_OBJ(nodep, id, xmlNodePtr, intern); in PHP_FUNCTION()
1000 php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
1012 php_dom_throw_error(WRONG_DOCUMENT_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
1037 attrobj->document = intern->document; in PHP_FUNCTION()
1045 DOM_RET_OBJ((xmlNodePtr) existattrp, &ret, intern); in PHP_FUNCTION()
1062 dom_object *intern, *namednode; in PHP_FUNCTION() local
1071 DOM_GET_OBJ(elemp, id, xmlNodePtr, intern); in PHP_FUNCTION()
1077 dom_namednode_iter(intern, 0, namednode, NULL, local, nsuri); in PHP_FUNCTION()
1090 dom_object *intern; in PHP_FUNCTION() local
1100 DOM_GET_OBJ(nodep, id, xmlNodePtr, intern); in PHP_FUNCTION()
1120 dom_object *intern; in PHP_FUNCTION() local
1130 DOM_GET_OBJ(elemp, id, xmlNodePtr, intern); in PHP_FUNCTION()
1176 dom_object *intern; in PHP_FUNCTION() local
1186 DOM_GET_OBJ(nodep, id, xmlNodePtr, intern); in PHP_FUNCTION()
1189 php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
1195 php_dom_throw_error(NOT_FOUND_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
1213 dom_object *intern; in PHP_FUNCTION() local
1223 DOM_GET_OBJ(elemp, id, xmlNodePtr, intern); in PHP_FUNCTION()
1226 php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
1232 php_dom_throw_error(NOT_FOUND_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
1250 dom_object *intern, *attrobj; in PHP_FUNCTION() local
1258 DOM_GET_OBJ(nodep, id, xmlNodePtr, intern); in PHP_FUNCTION()
1261 php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
1268 php_dom_throw_error(NOT_FOUND_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()