Home
last modified time | relevance | path

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

/PHP-8.2/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.c60 xmlNodePtr create_notation(const xmlChar *name, const xmlChar *ExternalID, const xmlChar *SystemID)… in create_notation() argument
69 ret->SystemID = xmlStrdup(SystemID); in create_notation()
119 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.h145 xmlNodePtr create_notation(const xmlChar *name, const xmlChar *ExternalID, const xmlChar *SystemID);
H A Dnode.c1569 && xmlStrEqual(this_dtd->SystemID, other_dtd->SystemID); in php_dom_node_is_equal_node()
1586 && xmlStrEqual(this_entity->SystemID, other_entity->SystemID) in php_dom_node_is_equal_node()
/PHP-8.2/ext/libxml/
H A Dlibxml.c218 if (dict == NULL || !xmlDictOwns(dict, entity->SystemID)) { in php_libxml_node_free()
219 xmlFree((xmlChar *) entity->SystemID); in php_libxml_node_free()
244 if (entity->SystemID != NULL) { in php_libxml_node_free()
245 xmlFree((char *) entity->SystemID); in php_libxml_node_free()
/PHP-8.2/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 40 milliseconds