Searched refs:phpdbg_btree_init (Results 1 – 3 of 3) sorted by relevance
48 void phpdbg_btree_init(phpdbg_btree *tree, zend_ulong depth);
33 void phpdbg_btree_init(phpdbg_btree *tree, zend_ulong depth) { in phpdbg_btree_init() function
1467 phpdbg_btree_init(&PHPDBG_G(watchpoint_tree), sizeof(void *) * 8);1468 phpdbg_btree_init(&PHPDBG_G(watch_HashTables), sizeof(void *) * 8);
Completed in 9 milliseconds