dom_text_prop_handlers   92 ext/dom/php_dom.c static HashTable dom_text_prop_handlers;
dom_text_prop_handlers  754 ext/dom/php_dom.c 	zend_hash_init(&dom_text_prop_handlers, 0, NULL, dom_dtor_prop_handler, 1);
dom_text_prop_handlers  755 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_text_prop_handlers, "wholeText", dom_text_whole_text_read, NULL);
dom_text_prop_handlers  756 ext/dom/php_dom.c 	zend_hash_merge(&dom_text_prop_handlers, &dom_characterdata_prop_handlers, dom_copy_prop_handler, 0);
dom_text_prop_handlers  757 ext/dom/php_dom.c 	zend_hash_add_ptr(&classes, ce.name, &dom_text_prop_handlers);
dom_text_prop_handlers  794 ext/dom/php_dom.c 	zend_hash_add_ptr(&classes, ce.name, &dom_text_prop_handlers);
dom_text_prop_handlers  949 ext/dom/php_dom.c 	zend_hash_destroy(&dom_text_prop_handlers);