dtdptr            246 ext/dom/document.c 	xmlDtdPtr dtdptr;
dtdptr            258 ext/dom/document.c 	dtdptr = xmlGetIntSubset(docp);
dtdptr            259 ext/dom/document.c 	if (!dtdptr) {
dtdptr            264 ext/dom/document.c 	if (NULL == (*retval = php_dom_create_object((xmlNodePtr) dtdptr, &ret, *retval, obj TSRMLS_CC))) {
dtdptr             48 ext/dom/documenttype.c 	xmlDtdPtr dtdptr;
dtdptr             50 ext/dom/documenttype.c 	dtdptr = (xmlDtdPtr) dom_object_get_node(obj);
dtdptr             52 ext/dom/documenttype.c 	if (dtdptr == NULL) {
dtdptr             58 ext/dom/documenttype.c 	ZVAL_STRING(*retval, (char *) (dtdptr->name), 1);
dtdptr            134 ext/dom/documenttype.c 	xmlDtdPtr dtdptr;
dtdptr            136 ext/dom/documenttype.c 	dtdptr = (xmlDtdPtr) dom_object_get_node(obj);
dtdptr            138 ext/dom/documenttype.c 	if (dtdptr == NULL) {
dtdptr            144 ext/dom/documenttype.c 	if (dtdptr->ExternalID) {
dtdptr            145 ext/dom/documenttype.c 		ZVAL_STRING(*retval, (char *) (dtdptr->ExternalID), 1);
dtdptr            162 ext/dom/documenttype.c 	xmlDtdPtr dtdptr;
dtdptr            164 ext/dom/documenttype.c 	dtdptr = (xmlDtdPtr) dom_object_get_node(obj);
dtdptr            166 ext/dom/documenttype.c 	if (dtdptr == NULL) {
dtdptr            172 ext/dom/documenttype.c 	if (dtdptr->SystemID) {
dtdptr            173 ext/dom/documenttype.c 		ZVAL_STRING(*retval, (char *) (dtdptr->SystemID), 1);
dtdptr            190 ext/dom/documenttype.c 	xmlDtdPtr dtdptr;
dtdptr            193 ext/dom/documenttype.c 	dtdptr = (xmlDtdPtr) dom_object_get_node(obj);
dtdptr            195 ext/dom/documenttype.c 	if (dtdptr == NULL) {
dtdptr            202 ext/dom/documenttype.c 	if (dtdptr->doc != NULL && ((intsubset = xmlGetIntSubset(dtdptr->doc)) != NULL) && intsubset->children != NULL) {