watchpoint_tree   251 sapi/phpdbg/phpdbg.h 	phpdbg_btree watchpoint_tree;                /* tree with watchpoints */
watchpoint_tree   112 sapi/phpdbg/phpdbg_watch.c 	phpdbg_btree_result *result = phpdbg_btree_find_closest(&PHPDBG_G(watchpoint_tree), (zend_ulong)phpdbg_get_page_boundary(addr) + phpdbg_pagesize - 1);
watchpoint_tree   143 sapi/phpdbg/phpdbg_watch.c 	phpdbg_btree_insert(&PHPDBG_G(watchpoint_tree), (zend_ulong) watch->addr.ptr, watch);
watchpoint_tree   147 sapi/phpdbg/phpdbg_watch.c 	phpdbg_btree_delete(&PHPDBG_G(watchpoint_tree), (zend_ulong) watch->addr.ptr);
watchpoint_tree   315 sapi/phpdbg/phpdbg_watch.c 	res = phpdbg_btree_find(&PHPDBG_G(watchpoint_tree), (zend_ulong) ref);
watchpoint_tree   556 sapi/phpdbg/phpdbg_watch.c 			if ((result = phpdbg_btree_find(&PHPDBG_G(watchpoint_tree), (zend_ulong) ht))) {
watchpoint_tree   607 sapi/phpdbg/phpdbg_watch.c 	if ((result = phpdbg_btree_find(&PHPDBG_G(watchpoint_tree), (zend_ulong) tmp_watch->addr.ptr)) == NULL) {
watchpoint_tree   757 sapi/phpdbg/phpdbg_watch.c 	if ((result = phpdbg_btree_find(&PHPDBG_G(watchpoint_tree), (zend_ulong) zv))) {
watchpoint_tree   904 sapi/phpdbg/phpdbg_watch.c 	phpdbg_btree_init(&PHPDBG_G(watchpoint_tree), sizeof(void *) * 8);
watchpoint_tree   912 sapi/phpdbg/phpdbg_watch.c 	phpdbg_btree_position pos = phpdbg_btree_find_between(&PHPDBG_G(watchpoint_tree), (zend_ulong) dump->page, (zend_ulong) dump->page + dump->size);
watchpoint_tree  1138 sapi/phpdbg/phpdbg_watch.c 	result = phpdbg_btree_find_closest(&PHPDBG_G(watchpoint_tree), (zend_ulong) ptr);