Searched refs:newdoc (Results 1 – 2 of 2) sorted by relevance
/PHP-5.3/ext/dom/ |
H A D | document.c | 1664 xmlDoc *docp = NULL, *newdoc; in dom_parse_document() local 1685 newdoc = dom_document_parser(id, mode, source, source_len, options TSRMLS_CC); in dom_parse_document() 1687 if (!newdoc) in dom_parse_document() 1705 if (php_libxml_increment_doc_ref((php_libxml_node_object *)intern, newdoc TSRMLS_CC) == -1) { in dom_parse_document() 1711 …php_libxml_increment_node_ptr((php_libxml_node_object *)intern, (xmlNodePtr)newdoc, (void *)intern… in dom_parse_document() 1715 DOM_RET_OBJ(rv, (xmlNodePtr) newdoc, &ret, NULL); in dom_parse_document() 2154 xmlDoc *docp = NULL, *newdoc; in dom_load_html() local 2190 newdoc = ctxt->myDoc; in dom_load_html() 2193 if (!newdoc) in dom_load_html() 2211 if (php_libxml_increment_doc_ref((php_libxml_node_object *)intern, newdoc TSRMLS_CC) == -1) { in dom_load_html() [all …]
|
/PHP-5.3/ext/xsl/ |
H A D | xsltprocessor.c | 386 xmlDoc *doc = NULL, *newdoc = NULL; in PHP_FUNCTION() local 410 newdoc = xmlCopyDoc(doc, 1); in PHP_FUNCTION() 411 xmlNodeSetBase((xmlNodePtr) newdoc, (xmlChar *)doc->URL); in PHP_FUNCTION() 416 sheetp = xsltParseStylesheetDoc(newdoc); in PHP_FUNCTION() 421 xmlFreeDoc(newdoc); in PHP_FUNCTION()
|
Completed in 26 milliseconds