Searched refs:phpdbg_btree_init (Results 1 – 3 of 3) sorted by relevance
50 void phpdbg_btree_init(phpdbg_btree *tree, zend_ulong depth);
35 void phpdbg_btree_init(phpdbg_btree *tree, zend_ulong depth) { in phpdbg_btree_init() function
1395 phpdbg_btree_init(&PHPDBG_G(watchpoint_tree), sizeof(void *) * 8);1396 phpdbg_btree_init(&PHPDBG_G(watch_HashTables), sizeof(void *) * 8);
Completed in 16 milliseconds