doctobj           161 ext/dom/domimplementation.c 	dom_object *doctobj;
doctobj           168 ext/dom/domimplementation.c 		DOM_GET_OBJ(doctype, node, xmlDtdPtr, doctobj);
doctobj           178 ext/dom/domimplementation.c 		doctobj = NULL;
doctobj           242 ext/dom/domimplementation.c 	if (doctobj != NULL) {
doctobj           243 ext/dom/domimplementation.c 		doctobj->document = ((dom_object *)((php_libxml_node_ptr *)docp->_private)->_private)->document;
doctobj           244 ext/dom/domimplementation.c 		php_libxml_increment_doc_ref((php_libxml_node_object *)doctobj, docp TSRMLS_CC);