dom_domstringlist_prop_handlers   82 ext/dom/php_dom.c static HashTable dom_domstringlist_prop_handlers;
dom_domstringlist_prop_handlers  624 ext/dom/php_dom.c 	zend_hash_init(&dom_domstringlist_prop_handlers, 0, NULL, dom_dtor_prop_handler, 1);
dom_domstringlist_prop_handlers  625 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_domstringlist_prop_handlers, "length", dom_domstringlist_length_read, NULL);
dom_domstringlist_prop_handlers  626 ext/dom/php_dom.c 	zend_hash_add_ptr(&classes, ce.name, &dom_domstringlist_prop_handlers);
dom_domstringlist_prop_handlers  938 ext/dom/php_dom.c 	zend_hash_destroy(&dom_domstringlist_prop_handlers);