Lines Matching refs:dom_entity_prop_handlers
94 static HashTable dom_entity_prop_handlers; variable
875 zend_hash_init(&dom_entity_prop_handlers, 0, NULL, NULL, 1); in PHP_MINIT_FUNCTION()
876 …dom_register_prop_handler(&dom_entity_prop_handlers, "publicId", dom_entity_public_id_read, NULL T… in PHP_MINIT_FUNCTION()
877 …dom_register_prop_handler(&dom_entity_prop_handlers, "systemId", dom_entity_system_id_read, NULL T… in PHP_MINIT_FUNCTION()
878 …dom_register_prop_handler(&dom_entity_prop_handlers, "notationName", dom_entity_notation_name_read… in PHP_MINIT_FUNCTION()
879 …dom_register_prop_handler(&dom_entity_prop_handlers, "actualEncoding", dom_entity_actual_encoding_… in PHP_MINIT_FUNCTION()
880 …dom_register_prop_handler(&dom_entity_prop_handlers, "encoding", dom_entity_encoding_read, dom_ent… in PHP_MINIT_FUNCTION()
881 …dom_register_prop_handler(&dom_entity_prop_handlers, "version", dom_entity_version_read, dom_entit… in PHP_MINIT_FUNCTION()
882 …zend_hash_merge(&dom_entity_prop_handlers, &dom_node_prop_handlers, NULL, NULL, sizeof(dom_prop_ha… in PHP_MINIT_FUNCTION()
884 …ash_add(&classes, ce.name, ce.name_length + 1, &dom_entity_prop_handlers, sizeof(dom_entity_prop_h… in PHP_MINIT_FUNCTION()
887 …ses, ce.name, ce.name_length + 1, &dom_node_prop_handlers, sizeof(dom_entity_prop_handlers), NULL); in PHP_MINIT_FUNCTION()
1009 zend_hash_destroy(&dom_entity_prop_handlers); in PHP_MSHUTDOWN_FUNCTION()