Home
last modified time | relevance | path

Searched refs:SystemID (Results 1 – 8 of 8) sorted by relevance

/PHP-8.1/ext/dom/
H A Dnotation.c74 if (nodep->SystemID) { in dom_notation_system_id_read()
75 ZVAL_STRING(retval, (char *) (nodep->SystemID)); in dom_notation_system_id_read()
H A Ddocumenttype.c142 if (dtdptr->SystemID) { in dom_documenttype_system_id_read()
143 ZVAL_STRING(retval, (char *) (dtdptr->SystemID)); in dom_documenttype_system_id_read()
H A Ddom_iterators.c59 xmlNodePtr create_notation(const xmlChar *name, const xmlChar *ExternalID, const xmlChar *SystemID)… in create_notation() argument
68 ret->SystemID = xmlStrdup(SystemID); in create_notation()
118 return create_notation(notep->name, notep->PublicID, notep->SystemID); in php_dom_libxml_notation_iter()
H A Dentity.c76 ZVAL_STRING(retval, (char *) (nodep->SystemID)); in dom_entity_system_id_read()
H A Dnamednodemap.c87 itemnode = create_notation(notep->name, notep->PublicID, notep->SystemID); in php_dom_named_node_map_get_named_item()
228 itemnode = create_notation(notep->name, notep->PublicID, notep->SystemID); in PHP_METHOD()
H A Dphp_dom.h136 xmlNodePtr create_notation(const xmlChar *name, const xmlChar *ExternalID, const xmlChar *SystemID);
/PHP-8.1/ext/libxml/
H A Dlibxml.c157 if (((xmlEntityPtr) node)->SystemID != NULL) { in php_libxml_node_free()
158 xmlFree((char *) ((xmlEntityPtr) node)->SystemID); in php_libxml_node_free()
/PHP-8.1/ext/xml/
H A Dcompat.c397 … _external_entity_ref_handler(user, ret->name, ret->etype, ret->SystemID, ret->ExternalID, NULL); in _get_entity()

Completed in 21 milliseconds