dom_documenttype_prop_handlers   93 ext/dom/php_dom.c static HashTable dom_documenttype_prop_handlers;
dom_documenttype_prop_handlers  855 ext/dom/php_dom.c 	zend_hash_add(&classes, ce.name, ce.name_length + 1, &dom_text_prop_handlers, sizeof(dom_documenttype_prop_handlers), NULL);
dom_documenttype_prop_handlers  859 ext/dom/php_dom.c 	zend_hash_init(&dom_documenttype_prop_handlers, 0, NULL, NULL, 1);
dom_documenttype_prop_handlers  860 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_documenttype_prop_handlers, "name", dom_documenttype_name_read, NULL TSRMLS_CC);
dom_documenttype_prop_handlers  861 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_documenttype_prop_handlers, "entities", dom_documenttype_entities_read, NULL TSRMLS_CC);
dom_documenttype_prop_handlers  862 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_documenttype_prop_handlers, "notations", dom_documenttype_notations_read, NULL TSRMLS_CC);
dom_documenttype_prop_handlers  863 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_documenttype_prop_handlers, "publicId", dom_documenttype_public_id_read, NULL TSRMLS_CC);
dom_documenttype_prop_handlers  864 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_documenttype_prop_handlers, "systemId", dom_documenttype_system_id_read, NULL TSRMLS_CC);
dom_documenttype_prop_handlers  865 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_documenttype_prop_handlers, "internalSubset", dom_documenttype_internal_subset_read, NULL TSRMLS_CC);
dom_documenttype_prop_handlers  866 ext/dom/php_dom.c 	zend_hash_merge(&dom_documenttype_prop_handlers, &dom_node_prop_handlers, NULL, NULL, sizeof(dom_prop_handler), 0);
dom_documenttype_prop_handlers  867 ext/dom/php_dom.c 	zend_hash_add(&classes, ce.name, ce.name_length + 1, &dom_documenttype_prop_handlers, sizeof(dom_documenttype_prop_handlers), NULL);
dom_documenttype_prop_handlers 1011 ext/dom/php_dom.c 	zend_hash_destroy(&dom_documenttype_prop_handlers);