newdoc 1475 ext/dom/document.c xmlDoc *docp = NULL, *newdoc; newdoc 1505 ext/dom/document.c newdoc = dom_document_parser(id, mode, source, source_len, options); newdoc 1507 ext/dom/document.c if (!newdoc) newdoc 1525 ext/dom/document.c if (php_libxml_increment_doc_ref((php_libxml_node_object *)intern, newdoc) == -1) { newdoc 1531 ext/dom/document.c php_libxml_increment_node_ptr((php_libxml_node_object *)intern, (xmlNodePtr)newdoc, (void *)intern); newdoc 1535 ext/dom/document.c DOM_RET_OBJ((xmlNodePtr) newdoc, &ret, NULL); newdoc 1997 ext/dom/document.c xmlDoc *docp = NULL, *newdoc; newdoc 2052 ext/dom/document.c newdoc = ctxt->myDoc; newdoc 2055 ext/dom/document.c if (!newdoc) newdoc 2073 ext/dom/document.c if (php_libxml_increment_doc_ref((php_libxml_node_object *)intern, newdoc) == -1) { newdoc 2079 ext/dom/document.c php_libxml_increment_node_ptr((php_libxml_node_object *)intern, (xmlNodePtr)newdoc, (void *)intern); newdoc 2083 ext/dom/document.c DOM_RET_OBJ((xmlNodePtr) newdoc, &ret, NULL); newdoc 399 ext/xsl/xsltprocessor.c xmlDoc *doc = NULL, *newdoc = NULL; newdoc 423 ext/xsl/xsltprocessor.c newdoc = xmlCopyDoc(doc, 1); newdoc 424 ext/xsl/xsltprocessor.c xmlNodeSetBase((xmlNodePtr) newdoc, (xmlChar *)doc->URL); newdoc 429 ext/xsl/xsltprocessor.c sheetp = xsltParseStylesheetDoc(newdoc); newdoc 434 ext/xsl/xsltprocessor.c xmlFreeDoc(newdoc);