phpdbg_btree_init   49 sapi/phpdbg/phpdbg_btree.h void phpdbg_btree_init(phpdbg_btree *tree, zend_ulong depth);
phpdbg_btree_init  581 sapi/phpdbg/phpdbg_watch.c 	phpdbg_btree_init(&PHPDBG_G(watchpoint_tree), sizeof(void *) * 8);
phpdbg_btree_init  582 sapi/phpdbg/phpdbg_watch.c 	phpdbg_btree_init(&PHPDBG_G(watch_HashTables), sizeof(void *) * 8);