dom_domlocator_prop_handlers   95 ext/dom/php_dom.c static HashTable dom_domlocator_prop_handlers;
dom_domlocator_prop_handlers  784 ext/dom/php_dom.c 	zend_hash_init(&dom_domlocator_prop_handlers, 0, NULL, dom_dtor_prop_handler, 1);
dom_domlocator_prop_handlers  785 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_domlocator_prop_handlers, "lineNumber", dom_domlocator_line_number_read, NULL);
dom_domlocator_prop_handlers  786 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_domlocator_prop_handlers, "columnNumber", dom_domlocator_column_number_read, NULL);
dom_domlocator_prop_handlers  787 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_domlocator_prop_handlers, "offset", dom_domlocator_offset_read, NULL);
dom_domlocator_prop_handlers  788 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_domlocator_prop_handlers, "relatedNode", dom_domlocator_related_node_read, NULL);
dom_domlocator_prop_handlers  789 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_domlocator_prop_handlers, "uri", dom_domlocator_uri_read, NULL);
dom_domlocator_prop_handlers  790 ext/dom/php_dom.c 	zend_hash_add_ptr(&classes, ce.name, &dom_domlocator_prop_handlers);
dom_domlocator_prop_handlers  952 ext/dom/php_dom.c 	zend_hash_destroy(&dom_domlocator_prop_handlers);