Lines Matching refs:intern

707 	dom_object *intern;  in PHP_FUNCTION()  local
717 DOM_GET_OBJ(docp, id, xmlDocPtr, intern); in PHP_FUNCTION()
720 php_dom_throw_error(INVALID_CHARACTER_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
729 DOM_RET_OBJ(node, &ret, intern); in PHP_FUNCTION()
742 dom_object *intern; in PHP_FUNCTION() local
750 DOM_GET_OBJ(docp, id, xmlDocPtr, intern); in PHP_FUNCTION()
757 DOM_RET_OBJ(node, &ret, intern); in PHP_FUNCTION()
772 dom_object *intern; in PHP_FUNCTION() local
780 DOM_GET_OBJ(docp, id, xmlDocPtr, intern); in PHP_FUNCTION()
787 DOM_RET_OBJ(node, &ret, intern); in PHP_FUNCTION()
802 dom_object *intern; in PHP_FUNCTION() local
810 DOM_GET_OBJ(docp, id, xmlDocPtr, intern); in PHP_FUNCTION()
817 DOM_RET_OBJ(node, &ret, intern); in PHP_FUNCTION()
832 dom_object *intern; in PHP_FUNCTION() local
840 DOM_GET_OBJ(docp, id, xmlDocPtr, intern); in PHP_FUNCTION()
847 DOM_RET_OBJ(node, &ret, intern); in PHP_FUNCTION()
862 dom_object *intern; in PHP_FUNCTION() local
870 DOM_GET_OBJ(docp, id, xmlDocPtr, intern); in PHP_FUNCTION()
873 php_dom_throw_error(INVALID_CHARACTER_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
884 DOM_RET_OBJ(node, &ret, intern); in PHP_FUNCTION()
899 dom_object *intern; in PHP_FUNCTION() local
907 DOM_GET_OBJ(docp, id, xmlDocPtr, intern); in PHP_FUNCTION()
910 php_dom_throw_error(INVALID_CHARACTER_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
919 DOM_RET_OBJ((xmlNodePtr) node, &ret, intern); in PHP_FUNCTION()
933 dom_object *intern; in PHP_FUNCTION() local
943 DOM_GET_OBJ(docp, id, xmlDocPtr, intern); in PHP_FUNCTION()
946 php_dom_throw_error(INVALID_CHARACTER_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
955 DOM_RET_OBJ((xmlNodePtr) node, &ret, intern); in PHP_FUNCTION()
968 dom_object *intern, *namednode; in PHP_FUNCTION() local
977 DOM_GET_OBJ(docp, id, xmlDocPtr, intern); in PHP_FUNCTION()
982 dom_namednode_iter(intern, 0, namednode, NULL, local, NULL); in PHP_FUNCTION()
995 dom_object *intern, *nodeobj; in PHP_FUNCTION() local
1004 DOM_GET_OBJ(docp, id, xmlDocPtr, intern); in PHP_FUNCTION()
1038 DOM_RET_OBJ((xmlNodePtr) retnodep, &ret, intern); in PHP_FUNCTION()
1057 dom_object *intern; in PHP_FUNCTION() local
1064 DOM_GET_OBJ(docp, id, xmlDocPtr, intern); in PHP_FUNCTION()
1092 php_dom_throw_error(errorcode, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
1103 DOM_RET_OBJ(nodep, &ret, intern); in PHP_FUNCTION()
1121 dom_object *intern; in PHP_FUNCTION() local
1129 DOM_GET_OBJ(docp, id, xmlDocPtr, intern); in PHP_FUNCTION()
1162 php_dom_throw_error(errorcode, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
1170 DOM_RET_OBJ(nodep, &ret, intern); in PHP_FUNCTION()
1183 dom_object *intern, *namednode; in PHP_FUNCTION() local
1192 DOM_GET_OBJ(docp, id, xmlDocPtr, intern); in PHP_FUNCTION()
1198 dom_namednode_iter(intern, 0, namednode, NULL, local, nsuri); in PHP_FUNCTION()
1213 dom_object *intern; in PHP_FUNCTION() local
1221 DOM_GET_OBJ(docp, id, xmlDocPtr, intern); in PHP_FUNCTION()
1226 DOM_RET_OBJ((xmlNodePtr) attrp->parent, &ret, intern); in PHP_FUNCTION()
1252 dom_object *intern; in PHP_FUNCTION() local
1259 DOM_GET_OBJ(docp, id, xmlDocPtr, intern); in PHP_FUNCTION()
1279 dom_object *intern; in PHP_METHOD() local
1299 intern = Z_DOMOBJ_P(ZEND_THIS); in PHP_METHOD()
1300 if (intern != NULL) { in PHP_METHOD()
1301 olddoc = (xmlDocPtr) dom_object_get_node(intern); in PHP_METHOD()
1303 php_libxml_decrement_node_ptr((php_libxml_node_object *) intern); in PHP_METHOD()
1304 refcount = php_libxml_decrement_doc_ref((php_libxml_node_object *)intern); in PHP_METHOD()
1309 intern->document = NULL; in PHP_METHOD()
1310 if (php_libxml_increment_doc_ref((php_libxml_node_object *)intern, docp) == -1) { in PHP_METHOD()
1313 php_libxml_increment_node_ptr((php_libxml_node_object *)intern, (xmlNodePtr)docp, (void *)intern); in PHP_METHOD()
1377 dom_object *intern; in dom_document_parser() local
1385 intern = Z_DOMOBJ_P(id); in dom_document_parser()
1386 document = intern->document; in dom_document_parser()
1497 dom_object *intern; in dom_parse_document() local
1531 intern = Z_DOMOBJ_P(id); in dom_parse_document()
1532 if (intern != NULL) { in dom_parse_document()
1533 docp = (xmlDocPtr) dom_object_get_node(intern); in dom_parse_document()
1536 php_libxml_decrement_node_ptr((php_libxml_node_object *) intern); in dom_parse_document()
1537 doc_prop = intern->document->doc_props; in dom_parse_document()
1538 intern->document->doc_props = NULL; in dom_parse_document()
1539 refcount = php_libxml_decrement_doc_ref((php_libxml_node_object *)intern); in dom_parse_document()
1544 intern->document = NULL; in dom_parse_document()
1545 if (php_libxml_increment_doc_ref((php_libxml_node_object *)intern, newdoc) == -1) { in dom_parse_document()
1548 intern->document->doc_props = doc_prop; in dom_parse_document()
1551 …hp_libxml_increment_node_ptr((php_libxml_node_object *)intern, (xmlNodePtr)newdoc, (void *)intern); in dom_parse_document()
1589 dom_object *intern; in PHP_FUNCTION() local
1604 DOM_GET_OBJ(docp, id, xmlDocPtr, intern); in PHP_FUNCTION()
1608 doc_props = dom_get_doc_props(intern->document); in PHP_FUNCTION()
1636 dom_object *intern, *nodeobj; in PHP_FUNCTION() local
1646 DOM_GET_OBJ(docp, id, xmlDocPtr, intern); in PHP_FUNCTION()
1648 doc_props = dom_get_doc_props(intern->document); in PHP_FUNCTION()
1655 php_dom_throw_error(WRONG_DOCUMENT_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
1747 dom_object *intern; in PHP_FUNCTION() local
1759 DOM_GET_OBJ(docp, id, xmlDocPtr, intern); in PHP_FUNCTION()
1791 dom_object *intern; in PHP_FUNCTION() local
1799 DOM_GET_OBJ(docp, id, xmlDocPtr, intern); in PHP_FUNCTION()
1823 dom_object *intern; in _dom_document_schema_validate() local
1844 DOM_GET_OBJ(docp, id, xmlDocPtr, intern); in _dom_document_schema_validate()
1879 docp = (xmlDocPtr) dom_object_get_node(intern); in _dom_document_schema_validate()
1924 dom_object *intern; in _dom_document_relaxNG_validate() local
1943 DOM_GET_OBJ(docp, id, xmlDocPtr, intern); in _dom_document_relaxNG_validate()
1978 docp = (xmlDocPtr) dom_object_get_node(intern); in _dom_document_relaxNG_validate()
2022 dom_object *intern; in dom_load_html() local
2082 intern = Z_DOMOBJ_P(id); in dom_load_html()
2083 if (intern != NULL) { in dom_load_html()
2084 docp = (xmlDocPtr) dom_object_get_node(intern); in dom_load_html()
2087 php_libxml_decrement_node_ptr((php_libxml_node_object *) intern); in dom_load_html()
2088 doc_prop = intern->document->doc_props; in dom_load_html()
2089 intern->document->doc_props = NULL; in dom_load_html()
2090 refcount = php_libxml_decrement_doc_ref((php_libxml_node_object *)intern); in dom_load_html()
2095 intern->document = NULL; in dom_load_html()
2096 if (php_libxml_increment_doc_ref((php_libxml_node_object *)intern, newdoc) == -1) { in dom_load_html()
2099 intern->document->doc_props = doc_prop; in dom_load_html()
2102 …hp_libxml_increment_node_ptr((php_libxml_node_object *)intern, (xmlNodePtr)newdoc, (void *)intern); in dom_load_html()
2138 dom_object *intern; in PHP_FUNCTION() local
2153 DOM_GET_OBJ(docp, id, xmlDocPtr, intern); in PHP_FUNCTION()
2158 doc_props = dom_get_doc_props(intern->document); in PHP_FUNCTION()
2179 dom_object *intern, *nodeobj; in PHP_FUNCTION() local
2191 DOM_GET_OBJ(docp, id, xmlDocPtr, intern); in PHP_FUNCTION()
2193 doc_props = dom_get_doc_props(intern->document); in PHP_FUNCTION()
2200 php_dom_throw_error(WRONG_DOCUMENT_ERR, dom_get_strict_error(intern->document)); in PHP_FUNCTION()
2265 dom_object *intern; in PHP_METHOD() local
2273 DOM_GET_OBJ(docp, id, xmlDocPtr, intern); in PHP_METHOD()
2274 dom_set_doc_classmap(intern->document, basece, ce); in PHP_METHOD()