Searched refs:SystemID (Results 1 – 8 of 8) sorted by relevance
/PHP-8.1/ext/dom/ |
H A D | notation.c | 74 if (nodep->SystemID) { in dom_notation_system_id_read() 75 ZVAL_STRING(retval, (char *) (nodep->SystemID)); in dom_notation_system_id_read()
|
H A D | documenttype.c | 142 if (dtdptr->SystemID) { in dom_documenttype_system_id_read() 143 ZVAL_STRING(retval, (char *) (dtdptr->SystemID)); in dom_documenttype_system_id_read()
|
H A D | dom_iterators.c | 59 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 D | entity.c | 76 ZVAL_STRING(retval, (char *) (nodep->SystemID)); in dom_entity_system_id_read()
|
H A D | namednodemap.c | 87 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 D | php_dom.h | 136 xmlNodePtr create_notation(const xmlChar *name, const xmlChar *ExternalID, const xmlChar *SystemID);
|
/PHP-8.1/ext/libxml/ |
H A D | libxml.c | 157 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 D | compat.c | 397 … _external_entity_ref_handler(user, ret->name, ret->etype, ret->SystemID, ret->ExternalID, NULL); in _get_entity()
|
Completed in 22 milliseconds