Searched refs:SystemID (Results 1 – 8 of 8) sorted by relevance
/PHP-5.6/ext/dom/ |
H A D | notation.c | 88 if (nodep->SystemID) { in dom_notation_system_id_read() 89 ZVAL_STRING(*retval, (char *) (nodep->SystemID), 1); in dom_notation_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 | documenttype.c | 172 if (dtdptr->SystemID) { in dom_documenttype_system_id_read() 173 ZVAL_STRING(*retval, (char *) (dtdptr->SystemID), 1); in dom_documenttype_system_id_read()
|
H A D | entity.c | 90 ZVAL_STRING(*retval, (char *) (nodep->SystemID), 1); in dom_entity_system_id_read()
|
H A D | namednodemap.c | 156 itemnode = create_notation(notep->name, notep->PublicID, notep->SystemID); in PHP_FUNCTION() 288 itemnode = create_notation(notep->name, notep->PublicID, notep->SystemID); in PHP_FUNCTION()
|
H A D | php_dom.h | 121 xmlNodePtr create_notation(const xmlChar *name, const xmlChar *ExternalID, const xmlChar *SystemID);
|
/PHP-5.6/ext/libxml/ |
H A D | libxml.c | 206 if (((xmlEntityPtr) node)->SystemID != NULL) { in php_libxml_node_free() 207 xmlFree((char *) ((xmlEntityPtr) node)->SystemID); in php_libxml_node_free()
|
/PHP-5.6/ext/xml/ |
H A D | compat.c | 404 … _external_entity_ref_handler(user, ret->name, ret->etype, ret->SystemID, ret->ExternalID, NULL); in _get_entity()
|
Completed in 29 milliseconds