Home
last modified time | relevance | path

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

/PHP-7.4/ext/dom/
H A Dnotation.c80 if (nodep->SystemID) { in dom_notation_system_id_read()
81 ZVAL_STRING(retval, (char *) (nodep->SystemID)); in dom_notation_system_id_read()
H A Ddocumenttype.c155 if (dtdptr->SystemID) { in dom_documenttype_system_id_read()
156 ZVAL_STRING(retval, (char *) (dtdptr->SystemID)); in dom_documenttype_system_id_read()
H A Ddom_iterators.c61 xmlNodePtr create_notation(const xmlChar *name, const xmlChar *ExternalID, const xmlChar *SystemID)… in create_notation() argument
70 ret->SystemID = xmlStrdup(SystemID); in create_notation()
120 return create_notation(notep->name, notep->PublicID, notep->SystemID); in php_dom_libxml_notation_iter()
H A Dentity.c82 ZVAL_STRING(retval, (char *) (nodep->SystemID)); in dom_entity_system_id_read()
H A Dnamednodemap.c159 itemnode = create_notation(notep->name, notep->PublicID, notep->SystemID); in PHP_FUNCTION()
299 itemnode = create_notation(notep->name, notep->PublicID, notep->SystemID); in PHP_FUNCTION()
H A Dphp_dom.h123 xmlNodePtr create_notation(const xmlChar *name, const xmlChar *ExternalID, const xmlChar *SystemID);
/PHP-7.4/ext/libxml/
H A Dlibxml.c205 if (((xmlEntityPtr) node)->SystemID != NULL) { in php_libxml_node_free()
206 xmlFree((char *) ((xmlEntityPtr) node)->SystemID); in php_libxml_node_free()
/PHP-7.4/ext/xml/
H A Dcompat.c398 … _external_entity_ref_handler(user, ret->name, ret->etype, ret->SystemID, ret->ExternalID, NULL); in _get_entity()

Completed in 16 milliseconds