phpdbg_btree      251 sapi/phpdbg/phpdbg.h 	phpdbg_btree watchpoint_tree;                /* tree with watchpoints */
phpdbg_btree      252 sapi/phpdbg/phpdbg.h 	phpdbg_btree watch_HashTables;               /* tree with original dtors of watchpoints */
phpdbg_btree       33 sapi/phpdbg/phpdbg_btree.c void phpdbg_btree_init(phpdbg_btree *tree, zend_ulong depth) {
phpdbg_btree       39 sapi/phpdbg/phpdbg_btree.c phpdbg_btree_result *phpdbg_btree_find(phpdbg_btree *tree, zend_ulong idx) {
phpdbg_btree       66 sapi/phpdbg/phpdbg_btree.c phpdbg_btree_result *phpdbg_btree_find_closest(phpdbg_btree *tree, zend_ulong idx) {
phpdbg_btree      121 sapi/phpdbg/phpdbg_btree.c phpdbg_btree_position phpdbg_btree_find_between(phpdbg_btree *tree, zend_ulong lower_idx, zend_ulong higher_idx) {
phpdbg_btree      143 sapi/phpdbg/phpdbg_btree.c int phpdbg_btree_insert_or_update(phpdbg_btree *tree, zend_ulong idx, void *ptr, int flags) {
phpdbg_btree      178 sapi/phpdbg/phpdbg_btree.c int phpdbg_btree_delete(phpdbg_btree *tree, zend_ulong idx) {
phpdbg_btree      237 sapi/phpdbg/phpdbg_btree.c void phpdbg_btree_dump(phpdbg_btree *tree) {
phpdbg_btree       44 sapi/phpdbg/phpdbg_btree.h 	phpdbg_btree *tree;
phpdbg_btree       49 sapi/phpdbg/phpdbg_btree.h void phpdbg_btree_init(phpdbg_btree *tree, zend_ulong depth);
phpdbg_btree       50 sapi/phpdbg/phpdbg_btree.h phpdbg_btree_result *phpdbg_btree_find(phpdbg_btree *tree, zend_ulong idx);
phpdbg_btree       51 sapi/phpdbg/phpdbg_btree.h phpdbg_btree_result *phpdbg_btree_find_closest(phpdbg_btree *tree, zend_ulong idx);
phpdbg_btree       52 sapi/phpdbg/phpdbg_btree.h phpdbg_btree_position phpdbg_btree_find_between(phpdbg_btree *tree, zend_ulong lower_idx, zend_ulong higher_idx);
phpdbg_btree       54 sapi/phpdbg/phpdbg_btree.h int phpdbg_btree_delete(phpdbg_btree *tree, zend_ulong idx);
phpdbg_btree       60 sapi/phpdbg/phpdbg_btree.h int phpdbg_btree_insert_or_update(phpdbg_btree *tree, zend_ulong idx, void *ptr, int flags);
phpdbg_btree       68 sapi/phpdbg/phpdbg_btree.h void phpdbg_btree_dump(phpdbg_btree *tree);