Home
last modified time | relevance | path

Searched refs:newdoc (Results 1 – 2 of 2) sorted by relevance

/PHP-7.2/ext/dom/
H A Ddocument.c1475 xmlDoc *docp = NULL, *newdoc; in dom_parse_document() local
1505 newdoc = dom_document_parser(id, mode, source, source_len, options); in dom_parse_document()
1507 if (!newdoc) in dom_parse_document()
1525 if (php_libxml_increment_doc_ref((php_libxml_node_object *)intern, newdoc) == -1) { in dom_parse_document()
1531 …php_libxml_increment_node_ptr((php_libxml_node_object *)intern, (xmlNodePtr)newdoc, (void *)intern… in dom_parse_document()
1535 DOM_RET_OBJ((xmlNodePtr) newdoc, &ret, NULL); in dom_parse_document()
1997 xmlDoc *docp = NULL, *newdoc; in dom_load_html() local
2052 newdoc = ctxt->myDoc; in dom_load_html()
2055 if (!newdoc) in dom_load_html()
2073 if (php_libxml_increment_doc_ref((php_libxml_node_object *)intern, newdoc) == -1) { in dom_load_html()
[all …]
/PHP-7.2/ext/xsl/
H A Dxsltprocessor.c396 xmlDoc *doc = NULL, *newdoc = NULL; in PHP_FUNCTION() local
420 newdoc = xmlCopyDoc(doc, 1); in PHP_FUNCTION()
421 xmlNodeSetBase((xmlNodePtr) newdoc, (xmlChar *)doc->URL); in PHP_FUNCTION()
426 sheetp = xsltParseStylesheetDoc(newdoc); in PHP_FUNCTION()
431 xmlFreeDoc(newdoc); in PHP_FUNCTION()

Completed in 20 milliseconds