watchpoint_tree   191 sapi/phpdbg/phpdbg.h 	phpdbg_btree watchpoint_tree;                /* tree with watchpoints */
watchpoint_tree    47 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    80 sapi/phpdbg/phpdbg_watch.c 	phpdbg_btree_insert(&PHPDBG_G(watchpoint_tree), (zend_ulong)watch->addr.ptr, watch);
watchpoint_tree    84 sapi/phpdbg/phpdbg_watch.c 	phpdbg_btree_delete(&PHPDBG_G(watchpoint_tree), (zend_ulong)watch->addr.ptr);
watchpoint_tree   258 sapi/phpdbg/phpdbg_watch.c 			if ((result = phpdbg_btree_find(&PHPDBG_G(watchpoint_tree), (zend_ulong) ht))) {
watchpoint_tree   272 sapi/phpdbg/phpdbg_watch.c 	if ((result = phpdbg_btree_find(&PHPDBG_G(watchpoint_tree), (zend_ulong)tmp_watch->addr.ptr)) == NULL) {
watchpoint_tree   471 sapi/phpdbg/phpdbg_watch.c 	if ((result = phpdbg_btree_find(&PHPDBG_G(watchpoint_tree), (zend_ulong)*zv))) {
watchpoint_tree   581 sapi/phpdbg/phpdbg_watch.c 	phpdbg_btree_init(&PHPDBG_G(watchpoint_tree), sizeof(void *) * 8);
watchpoint_tree   588 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   696 sapi/phpdbg/phpdbg_watch.c 					if ((htresult = phpdbg_btree_find(&PHPDBG_G(watchpoint_tree), (zend_ulong)Z_ARRVAL_P((zval *)oldPtr)))) {
watchpoint_tree   778 sapi/phpdbg/phpdbg_watch.c 	result = phpdbg_btree_find_closest(&PHPDBG_G(watchpoint_tree), (zend_ulong)ptr);