newdoc           1614 ext/dom/document.c 	xmlDoc *docp = NULL, *newdoc;
newdoc           1635 ext/dom/document.c 	newdoc = dom_document_parser(id, mode, source, source_len, options TSRMLS_CC);
newdoc           1637 ext/dom/document.c 	if (!newdoc)
newdoc           1655 ext/dom/document.c 			if (php_libxml_increment_doc_ref((php_libxml_node_object *)intern, newdoc TSRMLS_CC) == -1) {
newdoc           1661 ext/dom/document.c 		php_libxml_increment_node_ptr((php_libxml_node_object *)intern, (xmlNodePtr)newdoc, (void *)intern TSRMLS_CC);
newdoc           1665 ext/dom/document.c 		DOM_RET_OBJ((xmlNodePtr) newdoc, &ret, NULL);
newdoc           2120 ext/dom/document.c 	xmlDoc *docp = NULL, *newdoc;
newdoc           2165 ext/dom/document.c 	newdoc = ctxt->myDoc;
newdoc           2168 ext/dom/document.c 	if (!newdoc)
newdoc           2186 ext/dom/document.c 			if (php_libxml_increment_doc_ref((php_libxml_node_object *)intern, newdoc TSRMLS_CC) == -1) {
newdoc           2192 ext/dom/document.c 		php_libxml_increment_node_ptr((php_libxml_node_object *)intern, (xmlNodePtr)newdoc, (void *)intern TSRMLS_CC);
newdoc           2196 ext/dom/document.c 		DOM_RET_OBJ((xmlNodePtr) newdoc, &ret, NULL);
newdoc            408 ext/xsl/xsltprocessor.c 	xmlDoc *doc = NULL, *newdoc = NULL;
newdoc            432 ext/xsl/xsltprocessor.c 	newdoc = xmlCopyDoc(doc, 1);
newdoc            433 ext/xsl/xsltprocessor.c 	xmlNodeSetBase((xmlNodePtr) newdoc, (xmlChar *)doc->URL);
newdoc            438 ext/xsl/xsltprocessor.c 	sheetp = xsltParseStylesheetDoc(newdoc);
newdoc            443 ext/xsl/xsltprocessor.c 		xmlFreeDoc(newdoc);