Home
last modified time | relevance | path

Searched refs:phpdbg_btree_init (Results 1 – 3 of 3) sorted by relevance

/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_btree.h50 void phpdbg_btree_init(phpdbg_btree *tree, zend_ulong depth);
H A Dphpdbg_btree.c35 void phpdbg_btree_init(phpdbg_btree *tree, zend_ulong depth) { in phpdbg_btree_init() function
H A Dphpdbg_watch.c1395 phpdbg_btree_init(&PHPDBG_G(watchpoint_tree), sizeof(void *) * 8);
1396 phpdbg_btree_init(&PHPDBG_G(watch_HashTables), sizeof(void *) * 8);

Completed in 12 milliseconds