dom_notation_prop_handlers   94 ext/dom/php_dom.c static HashTable dom_notation_prop_handlers;
dom_notation_prop_handlers  871 ext/dom/php_dom.c 	zend_hash_init(&dom_notation_prop_handlers, 0, NULL, NULL, 1);
dom_notation_prop_handlers  872 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_notation_prop_handlers, "publicId", dom_notation_public_id_read, NULL TSRMLS_CC);
dom_notation_prop_handlers  873 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_notation_prop_handlers, "systemId", dom_notation_system_id_read, NULL TSRMLS_CC);
dom_notation_prop_handlers  874 ext/dom/php_dom.c 	zend_hash_merge(&dom_notation_prop_handlers, &dom_node_prop_handlers, NULL, NULL, sizeof(dom_prop_handler), 0);
dom_notation_prop_handlers  875 ext/dom/php_dom.c 	zend_hash_add(&classes, ce.name, ce.name_length + 1, &dom_notation_prop_handlers, sizeof(dom_notation_prop_handlers), NULL);
dom_notation_prop_handlers 1012 ext/dom/php_dom.c 	zend_hash_destroy(&dom_notation_prop_handlers);