SystemID          157 ext/dom/documenttype.c 	if (dtdptr->SystemID) {
SystemID          158 ext/dom/documenttype.c 		ZVAL_STRING(retval, (char *) (dtdptr->SystemID));
SystemID           59 ext/dom/dom_iterators.c xmlNodePtr create_notation(const xmlChar *name, const xmlChar *ExternalID, const xmlChar *SystemID) /* {{{ */
SystemID           68 ext/dom/dom_iterators.c 	ret->SystemID = xmlStrdup(SystemID);
SystemID          118 ext/dom/dom_iterators.c 		return create_notation(notep->name, notep->PublicID, notep->SystemID);
SystemID           84 ext/dom/entity.c 		ZVAL_STRING(retval, (char *) (nodep->SystemID));
SystemID          156 ext/dom/namednodemap.c 						itemnode = create_notation(notep->name, notep->PublicID, notep->SystemID);
SystemID          294 ext/dom/namednodemap.c 						itemnode = create_notation(notep->name, notep->PublicID, notep->SystemID);
SystemID           82 ext/dom/notation.c 	if (nodep->SystemID) {
SystemID           83 ext/dom/notation.c 		ZVAL_STRING(retval, (char *) (nodep->SystemID));
SystemID          124 ext/dom/php_dom.h xmlNodePtr create_notation(const xmlChar *name, const xmlChar *ExternalID, const xmlChar *SystemID);
SystemID          210 ext/libxml/libxml.c 				if (((xmlEntityPtr) node)->SystemID != NULL) {
SystemID          211 ext/libxml/libxml.c 					xmlFree((char *) ((xmlEntityPtr) node)->SystemID);
SystemID          395 ext/xml/compat.c 					_external_entity_ref_handler(user, ret->name, ret->etype, ret->SystemID, ret->ExternalID, NULL);