Home
last modified time | relevance | path

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

/PHP-5.5/ext/dom/
H A Ddocument.c1675 xmlDoc *docp = NULL, *newdoc; in dom_parse_document() local
1696 newdoc = dom_document_parser(id, mode, source, source_len, options TSRMLS_CC); in dom_parse_document()
1698 if (!newdoc) in dom_parse_document()
1716 if (php_libxml_increment_doc_ref((php_libxml_node_object *)intern, newdoc TSRMLS_CC) == -1) { in dom_parse_document()
1722 …php_libxml_increment_node_ptr((php_libxml_node_object *)intern, (xmlNodePtr)newdoc, (void *)intern… in dom_parse_document()
1726 DOM_RET_OBJ((xmlNodePtr) newdoc, &ret, NULL); in dom_parse_document()
2181 xmlDoc *docp = NULL, *newdoc; in dom_load_html() local
2226 newdoc = ctxt->myDoc; in dom_load_html()
2229 if (!newdoc) in dom_load_html()
2247 if (php_libxml_increment_doc_ref((php_libxml_node_object *)intern, newdoc TSRMLS_CC) == -1) { in dom_load_html()
[all …]
/PHP-5.5/ext/xsl/
H A Dxsltprocessor.c404 xmlDoc *doc = NULL, *newdoc = NULL; in PHP_FUNCTION() local
428 newdoc = xmlCopyDoc(doc, 1); in PHP_FUNCTION()
429 xmlNodeSetBase((xmlNodePtr) newdoc, (xmlChar *)doc->URL); in PHP_FUNCTION()
434 sheetp = xsltParseStylesheetDoc(newdoc); in PHP_FUNCTION()
439 xmlFreeDoc(newdoc); in PHP_FUNCTION()

Completed in 10 milliseconds