dom_typeinfo_prop_handlers   90 ext/dom/php_dom.c static HashTable dom_typeinfo_prop_handlers;
dom_typeinfo_prop_handlers  821 ext/dom/php_dom.c 	zend_hash_add(&classes, ce.name, ce.name_length + 1, &dom_characterdata_prop_handlers, sizeof(dom_typeinfo_prop_handlers), NULL);
dom_typeinfo_prop_handlers  825 ext/dom/php_dom.c 	zend_hash_init(&dom_typeinfo_prop_handlers, 0, NULL, NULL, 1);
dom_typeinfo_prop_handlers  826 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_typeinfo_prop_handlers, "typeName", dom_typeinfo_type_name_read, NULL TSRMLS_CC);
dom_typeinfo_prop_handlers  827 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_typeinfo_prop_handlers, "typeNamespace", dom_typeinfo_type_namespace_read, NULL TSRMLS_CC);
dom_typeinfo_prop_handlers  828 ext/dom/php_dom.c 	zend_hash_add(&classes, ce.name, ce.name_length + 1, &dom_typeinfo_prop_handlers, sizeof(dom_typeinfo_prop_handlers), NULL);
dom_typeinfo_prop_handlers 1008 ext/dom/php_dom.c 	zend_hash_destroy(&dom_typeinfo_prop_handlers);