watch_HashTables 252 sapi/phpdbg/phpdbg.h phpdbg_btree watch_HashTables; /* tree with original dtors of watchpoints */ watch_HashTables 383 sapi/phpdbg/phpdbg_watch.c if (!(find = phpdbg_btree_find(&PHPDBG_G(watch_HashTables), (zend_ulong) watch->parent_container))) { watch_HashTables 388 sapi/phpdbg/phpdbg_watch.c phpdbg_btree_insert(&PHPDBG_G(watch_HashTables), (zend_ulong) watch->parent_container, hti); watch_HashTables 766 sapi/phpdbg/phpdbg_watch.c if ((result = phpdbg_btree_find(&PHPDBG_G(watch_HashTables), (zend_ulong) watch->parent_container))) { watch_HashTables 773 sapi/phpdbg/phpdbg_watch.c phpdbg_btree_delete(&PHPDBG_G(watch_HashTables), (zend_ulong) watch->parent_container); watch_HashTables 862 sapi/phpdbg/phpdbg_watch.c ZEND_HASH_FOREACH_PTR(&((phpdbg_watch_ht_info *) phpdbg_btree_find(&PHPDBG_G(watch_HashTables), (zend_ulong) HT_WATCH_HT(watch))->ptr)->watches, watchpoint) { watch_HashTables 905 sapi/phpdbg/phpdbg_watch.c phpdbg_btree_init(&PHPDBG_G(watch_HashTables), sizeof(void *) * 8);