Lines Matching refs:id

704 	zval *id;  in PHP_FUNCTION()  local
712 id = ZEND_THIS; in PHP_FUNCTION()
717 DOM_GET_OBJ(docp, id, xmlDocPtr, intern); in PHP_FUNCTION()
739 zval *id; in PHP_FUNCTION() local
745 id = ZEND_THIS; in PHP_FUNCTION()
750 DOM_GET_OBJ(docp, id, xmlDocPtr, intern); in PHP_FUNCTION()
767 zval *id; in PHP_FUNCTION() local
775 id = ZEND_THIS; in PHP_FUNCTION()
780 DOM_GET_OBJ(docp, id, xmlDocPtr, intern); in PHP_FUNCTION()
797 zval *id; in PHP_FUNCTION() local
805 id = ZEND_THIS; in PHP_FUNCTION()
810 DOM_GET_OBJ(docp, id, xmlDocPtr, intern); in PHP_FUNCTION()
827 zval *id; in PHP_FUNCTION() local
835 id = ZEND_THIS; in PHP_FUNCTION()
840 DOM_GET_OBJ(docp, id, xmlDocPtr, intern); in PHP_FUNCTION()
857 zval *id; in PHP_FUNCTION() local
865 id = ZEND_THIS; in PHP_FUNCTION()
870 DOM_GET_OBJ(docp, id, xmlDocPtr, intern); in PHP_FUNCTION()
894 zval *id; in PHP_FUNCTION() local
902 id = ZEND_THIS; in PHP_FUNCTION()
907 DOM_GET_OBJ(docp, id, xmlDocPtr, intern); in PHP_FUNCTION()
930 zval *id; in PHP_FUNCTION() local
938 id = ZEND_THIS; in PHP_FUNCTION()
943 DOM_GET_OBJ(docp, id, xmlDocPtr, intern); in PHP_FUNCTION()
965 zval *id; in PHP_FUNCTION() local
972 id = ZEND_THIS; in PHP_FUNCTION()
977 DOM_GET_OBJ(docp, id, xmlDocPtr, intern); in PHP_FUNCTION()
992 zval *id, *node; in PHP_FUNCTION() local
999 id = ZEND_THIS; in PHP_FUNCTION()
1004 DOM_GET_OBJ(docp, id, xmlDocPtr, intern); in PHP_FUNCTION()
1048 zval *id; in PHP_FUNCTION() local
1059 id = ZEND_THIS; in PHP_FUNCTION()
1064 DOM_GET_OBJ(docp, id, xmlDocPtr, intern); in PHP_FUNCTION()
1113 zval *id; in PHP_FUNCTION() local
1124 id = ZEND_THIS; in PHP_FUNCTION()
1129 DOM_GET_OBJ(docp, id, xmlDocPtr, intern); in PHP_FUNCTION()
1180 zval *id; in PHP_FUNCTION() local
1187 id = ZEND_THIS; in PHP_FUNCTION()
1192 DOM_GET_OBJ(docp, id, xmlDocPtr, intern); in PHP_FUNCTION()
1208 zval *id; in PHP_FUNCTION() local
1216 id = ZEND_THIS; in PHP_FUNCTION()
1221 DOM_GET_OBJ(docp, id, xmlDocPtr, intern); in PHP_FUNCTION()
1250 zval *id; in PHP_FUNCTION() local
1254 id = ZEND_THIS; in PHP_FUNCTION()
1259 DOM_GET_OBJ(docp, id, xmlDocPtr, intern); in PHP_FUNCTION()
1372 static xmlDocPtr dom_document_parser(zval *id, int mode, char *source, size_t source_len, size_t op… in dom_document_parser() argument
1384 if (id != NULL) { in dom_document_parser()
1385 intern = Z_DOMOBJ_P(id); in dom_document_parser()
1494 zval *id; in dom_parse_document() local
1503 id = getThis(); in dom_parse_document()
1504 if (id != NULL && ! instanceof_function(Z_OBJCE_P(id), dom_document_class_entry)) { in dom_parse_document()
1505 id = NULL; in dom_parse_document()
1525 newdoc = dom_document_parser(id, mode, source, source_len, options); in dom_parse_document()
1530 if (id != NULL) { in dom_parse_document()
1531 intern = Z_DOMOBJ_P(id); in dom_parse_document()
1585 zval *id; in PHP_FUNCTION() local
1594 id = ZEND_THIS; in PHP_FUNCTION()
1604 DOM_GET_OBJ(docp, id, xmlDocPtr, intern); in PHP_FUNCTION()
1631 zval *id, *nodep = NULL; in PHP_FUNCTION() local
1641 id = ZEND_THIS; in PHP_FUNCTION()
1646 DOM_GET_OBJ(docp, id, xmlDocPtr, intern); in PHP_FUNCTION()
1742 zval *id; in PHP_FUNCTION() local
1749 id = ZEND_THIS; in PHP_FUNCTION()
1759 DOM_GET_OBJ(docp, id, xmlDocPtr, intern); in PHP_FUNCTION()
1789 zval *id; in PHP_FUNCTION() local
1794 id = ZEND_THIS; in PHP_FUNCTION()
1799 DOM_GET_OBJ(docp, id, xmlDocPtr, intern); in PHP_FUNCTION()
1821 zval *id; in _dom_document_schema_validate() local
1834 id = ZEND_THIS; in _dom_document_schema_validate()
1844 DOM_GET_OBJ(docp, id, xmlDocPtr, intern); in _dom_document_schema_validate()
1922 zval *id; in _dom_document_relaxNG_validate() local
1933 id = ZEND_THIS; in _dom_document_relaxNG_validate()
1943 DOM_GET_OBJ(docp, id, xmlDocPtr, intern); in _dom_document_relaxNG_validate()
2020 zval *id; in dom_load_html() local
2030 id = getThis(); in dom_load_html()
2081 if (id != NULL && instanceof_function(Z_OBJCE_P(id), dom_document_class_entry)) { in dom_load_html()
2082 intern = Z_DOMOBJ_P(id); in dom_load_html()
2134 zval *id; in PHP_FUNCTION() local
2143 id = ZEND_THIS; in PHP_FUNCTION()
2153 DOM_GET_OBJ(docp, id, xmlDocPtr, intern); in PHP_FUNCTION()
2174 zval *id, *nodep = NULL; in PHP_FUNCTION() local
2184 id = ZEND_THIS; in PHP_FUNCTION()
2191 DOM_GET_OBJ(docp, id, xmlDocPtr, intern); in PHP_FUNCTION()
2262 zval *id; in PHP_METHOD() local
2267 id = ZEND_THIS; in PHP_METHOD()
2273 DOM_GET_OBJ(docp, id, xmlDocPtr, intern); in PHP_METHOD()