dom_domlocator_prop_handlers   92 ext/dom/php_dom.c static HashTable dom_domlocator_prop_handlers;
dom_domlocator_prop_handlers  845 ext/dom/php_dom.c 	zend_hash_init(&dom_domlocator_prop_handlers, 0, NULL, NULL, 1);
dom_domlocator_prop_handlers  846 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_domlocator_prop_handlers, "lineNumber", dom_domlocator_line_number_read, NULL TSRMLS_CC);
dom_domlocator_prop_handlers  847 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_domlocator_prop_handlers, "columnNumber", dom_domlocator_column_number_read, NULL TSRMLS_CC);
dom_domlocator_prop_handlers  848 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_domlocator_prop_handlers, "offset", dom_domlocator_offset_read, NULL TSRMLS_CC);
dom_domlocator_prop_handlers  849 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_domlocator_prop_handlers, "relatedNode", dom_domlocator_related_node_read, NULL TSRMLS_CC);
dom_domlocator_prop_handlers  850 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_domlocator_prop_handlers, "uri", dom_domlocator_uri_read, NULL TSRMLS_CC);
dom_domlocator_prop_handlers  851 ext/dom/php_dom.c 	zend_hash_add(&classes, ce.name, ce.name_length + 1, &dom_domlocator_prop_handlers, sizeof(dom_domlocator_prop_handlers), NULL);
dom_domlocator_prop_handlers 1010 ext/dom/php_dom.c 	zend_hash_destroy(&dom_domlocator_prop_handlers);