Lines Matching refs:intern

159 	dom_object *intern;  in PHP_METHOD()  local
222 intern = (dom_object *)zend_object_store_get_object(id TSRMLS_CC); in PHP_METHOD()
223 if (intern != NULL) { in PHP_METHOD()
224 oldnode = dom_object_get_node(intern); in PHP_METHOD()
228 php_libxml_increment_node_ptr((php_libxml_node_object *)intern, nodep, (void *)intern TSRMLS_CC); in PHP_METHOD()
335 dom_object *intern; in PHP_FUNCTION() local
343 DOM_GET_OBJ(nodep, id, xmlNodePtr, intern); in PHP_FUNCTION()
378 dom_object *intern; in PHP_FUNCTION() local
396 DOM_GET_OBJ(nodep, id, xmlNodePtr, intern); in PHP_FUNCTION()
399 …php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, dom_get_strict_error(intern->document) TSRMLS_CC); in PHP_FUNCTION()
429 DOM_RET_OBJ(attr, &ret, intern); in PHP_FUNCTION()
442 dom_object *intern; in PHP_FUNCTION() local
450 DOM_GET_OBJ(nodep, id, xmlNodePtr, intern); in PHP_FUNCTION()
453 …php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, dom_get_strict_error(intern->document) TSRMLS_CC); in PHP_FUNCTION()
491 dom_object *intern; in PHP_FUNCTION() local
498 DOM_GET_OBJ(nodep, id, xmlNodePtr, intern); in PHP_FUNCTION()
524 DOM_RET_OBJ((xmlNodePtr) attrp, &ret, intern); in PHP_FUNCTION()
537 dom_object *intern, *attrobj, *oldobj; in PHP_FUNCTION() local
544 DOM_GET_OBJ(nodep, id, xmlNodePtr, intern); in PHP_FUNCTION()
547 …php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, dom_get_strict_error(intern->document) TSRMLS_CC); in PHP_FUNCTION()
559 php_dom_throw_error(WRONG_DOCUMENT_ERR, dom_get_strict_error(intern->document) TSRMLS_CC); in PHP_FUNCTION()
578 attrobj->document = intern->document; in PHP_FUNCTION()
586 DOM_RET_OBJ((xmlNodePtr) existattrp, &ret, intern); in PHP_FUNCTION()
603 dom_object *intern, *attrobj; in PHP_FUNCTION() local
610 DOM_GET_OBJ(nodep, id, xmlNodePtr, intern); in PHP_FUNCTION()
613 …php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, dom_get_strict_error(intern->document) TSRMLS_CC); in PHP_FUNCTION()
620 php_dom_throw_error(NOT_FOUND_ERR, dom_get_strict_error(intern->document) TSRMLS_CC); in PHP_FUNCTION()
626 DOM_RET_OBJ((xmlNodePtr) attrp, &ret, intern); in PHP_FUNCTION()
640 dom_object *intern, *namednode; in PHP_FUNCTION() local
648 DOM_GET_OBJ(elemp, id, xmlNodePtr, intern); in PHP_FUNCTION()
653 dom_namednode_iter(intern, 0, namednode, NULL, local, NULL TSRMLS_CC); in PHP_FUNCTION()
666 dom_object *intern; in PHP_FUNCTION() local
675 DOM_GET_OBJ(elemp, id, xmlNodePtr, intern); in PHP_FUNCTION()
750 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
883 DOM_GET_OBJ(nodep, id, xmlNodePtr, intern); in PHP_FUNCTION()
886 …php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, dom_get_strict_error(intern->document) TSRMLS_CC); in PHP_FUNCTION()
931 dom_object *intern; in PHP_FUNCTION() local
939 DOM_GET_OBJ(elemp, id, xmlNodePtr, intern); in PHP_FUNCTION()
947 DOM_RET_OBJ((xmlNodePtr) attrp, &ret, intern); in PHP_FUNCTION()
962 dom_object *intern, *attrobj, *oldobj; in PHP_FUNCTION() local
969 DOM_GET_OBJ(nodep, id, xmlNodePtr, intern); in PHP_FUNCTION()
972 …php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, dom_get_strict_error(intern->document) TSRMLS_CC); in PHP_FUNCTION()
984 php_dom_throw_error(WRONG_DOCUMENT_ERR, dom_get_strict_error(intern->document) TSRMLS_CC); in PHP_FUNCTION()
1009 attrobj->document = intern->document; in PHP_FUNCTION()
1017 DOM_RET_OBJ((xmlNodePtr) existattrp, &ret, intern); in PHP_FUNCTION()
1034 dom_object *intern, *namednode; in PHP_FUNCTION() local
1042 DOM_GET_OBJ(elemp, id, xmlNodePtr, intern); in PHP_FUNCTION()
1048 dom_namednode_iter(intern, 0, namednode, NULL, local, nsuri TSRMLS_CC); in PHP_FUNCTION()
1061 dom_object *intern; in PHP_FUNCTION() local
1070 DOM_GET_OBJ(nodep, id, xmlNodePtr, intern); in PHP_FUNCTION()
1090 dom_object *intern; in PHP_FUNCTION() local
1099 DOM_GET_OBJ(elemp, id, xmlNodePtr, intern); in PHP_FUNCTION()
1147 dom_object *intern; in PHP_FUNCTION() local
1156 DOM_GET_OBJ(nodep, id, xmlNodePtr, intern); in PHP_FUNCTION()
1159 …php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, dom_get_strict_error(intern->document) TSRMLS_CC); in PHP_FUNCTION()
1165 php_dom_throw_error(NOT_FOUND_ERR, dom_get_strict_error(intern->document) TSRMLS_CC); in PHP_FUNCTION()
1183 dom_object *intern; in PHP_FUNCTION() local
1192 DOM_GET_OBJ(elemp, id, xmlNodePtr, intern); in PHP_FUNCTION()
1195 …php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, dom_get_strict_error(intern->document) TSRMLS_CC); in PHP_FUNCTION()
1201 php_dom_throw_error(NOT_FOUND_ERR, dom_get_strict_error(intern->document) TSRMLS_CC); in PHP_FUNCTION()
1219 dom_object *intern, *attrobj; in PHP_FUNCTION() local
1226 DOM_GET_OBJ(nodep, id, xmlNodePtr, intern); in PHP_FUNCTION()
1229 …php_dom_throw_error(NO_MODIFICATION_ALLOWED_ERR, dom_get_strict_error(intern->document) TSRMLS_CC); in PHP_FUNCTION()
1236 php_dom_throw_error(NOT_FOUND_ERR, dom_get_strict_error(intern->document) TSRMLS_CC); in PHP_FUNCTION()