dom_text_prop_handlers   89 ext/dom/php_dom.c static HashTable dom_text_prop_handlers;
dom_text_prop_handlers  815 ext/dom/php_dom.c 	zend_hash_init(&dom_text_prop_handlers, 0, NULL, NULL, 1);
dom_text_prop_handlers  816 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_text_prop_handlers, "wholeText", dom_text_whole_text_read, NULL TSRMLS_CC);
dom_text_prop_handlers  817 ext/dom/php_dom.c 	zend_hash_merge(&dom_text_prop_handlers, &dom_characterdata_prop_handlers, NULL, NULL, sizeof(dom_prop_handler), 0);
dom_text_prop_handlers  818 ext/dom/php_dom.c 	zend_hash_add(&classes, ce.name, ce.name_length + 1, &dom_text_prop_handlers, sizeof(dom_text_prop_handlers), NULL);
dom_text_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_text_prop_handlers 1007 ext/dom/php_dom.c 	zend_hash_destroy(&dom_text_prop_handlers);