Searched refs:phpdbg_btree_init (Results 1 – 3 of 3) sorted by relevance
49 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
904 phpdbg_btree_init(&PHPDBG_G(watchpoint_tree), sizeof(void *) * 8);905 phpdbg_btree_init(&PHPDBG_G(watch_HashTables), sizeof(void *) * 8);
Completed in 14 milliseconds