dom_notation_prop_handlers   97 ext/dom/php_dom.c static HashTable dom_notation_prop_handlers;
dom_notation_prop_handlers  810 ext/dom/php_dom.c 	zend_hash_init(&dom_notation_prop_handlers, 0, NULL, dom_dtor_prop_handler, 1);
dom_notation_prop_handlers  811 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_notation_prop_handlers, "publicId", dom_notation_public_id_read, NULL);
dom_notation_prop_handlers  812 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_notation_prop_handlers, "systemId", dom_notation_system_id_read, NULL);
dom_notation_prop_handlers  813 ext/dom/php_dom.c 	zend_hash_merge(&dom_notation_prop_handlers, &dom_node_prop_handlers, dom_copy_prop_handler, 0);
dom_notation_prop_handlers  814 ext/dom/php_dom.c 	zend_hash_add_ptr(&classes, ce.name, &dom_notation_prop_handlers);
dom_notation_prop_handlers  954 ext/dom/php_dom.c 	zend_hash_destroy(&dom_notation_prop_handlers);