Home
last modified time | relevance | path

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

/php-src/ext/dom/
H A Dnotation.c65 if (nodep->SystemID) { in dom_notation_system_id_read()
66 ZVAL_STRING(retval, (char *) (nodep->SystemID)); in dom_notation_system_id_read()
H A Ddocumenttype.c112 if (dtdptr->SystemID) { in dom_documenttype_system_id_read()
113 ZVAL_STRING(retval, (char *) (dtdptr->SystemID)); in dom_documenttype_system_id_read()
H A Ddom_iterators.c52 xmlNodePtr create_notation(const xmlChar *name, const xmlChar *ExternalID, const xmlChar *SystemID)… in create_notation() argument
59 ret->SystemID = xmlStrdup(SystemID); in create_notation()
86 curnode = create_notation(notation->name, notation->PublicID, notation->SystemID); in php_dom_libxml_hash_iter()
H A Dentity.c67 ZVAL_STRING(retval, (const 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()
224 itemnode = create_notation(notep->name, notep->PublicID, notep->SystemID); in PHP_METHOD()
H A Dphp_dom.h154 xmlNodePtr create_notation(const xmlChar *name, const xmlChar *ExternalID, const xmlChar *SystemID);
H A Dnode.c1712 && xmlStrEqual(this_dtd->SystemID, other_dtd->SystemID); in php_dom_node_is_equal_node()
1729 && xmlStrEqual(this_entity->SystemID, other_entity->SystemID) in php_dom_node_is_equal_node()
/php-src/ext/libxml/
H A Dlibxml.c224 if (dict == NULL || !xmlDictOwns(dict, entity->SystemID)) { in php_libxml_node_free()
225 xmlFree((xmlChar *) entity->SystemID); in php_libxml_node_free()
250 if (entity->SystemID != NULL) { in php_libxml_node_free()
251 xmlFree((char *) entity->SystemID); in php_libxml_node_free()
/php-src/ext/xml/
H A Dcompat.c377 external_entity_ref_handler(user, ret->name, ret->SystemID, ret->ExternalID); in get_entity()

Completed in 43 milliseconds