Home
last modified time | relevance | path

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

/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_btree.h50 phpdbg_btree_result *phpdbg_btree_find(phpdbg_btree *tree, zend_ulong idx);
H A Dphpdbg_watch.c315 res = phpdbg_btree_find(&PHPDBG_G(watchpoint_tree), (zend_ulong) ref); in phpdbg_get_refcount_watch()
383 …if (!(find = phpdbg_btree_find(&PHPDBG_G(watch_HashTables), (zend_ulong) watch->parent_container))… in phpdbg_create_watchpoint()
556 if ((result = phpdbg_btree_find(&PHPDBG_G(watchpoint_tree), (zend_ulong) ht))) { in phpdbg_delete_watchpoint_recursive()
607 …if ((result = phpdbg_btree_find(&PHPDBG_G(watchpoint_tree), (zend_ulong) tmp_watch->addr.ptr)) == … in phpdbg_delete_watchpoint()
757 if ((result = phpdbg_btree_find(&PHPDBG_G(watchpoint_tree), (zend_ulong) zv))) { in phpdbg_watch_HashTable_dtor()
766 …if ((result = phpdbg_btree_find(&PHPDBG_G(watch_HashTables), (zend_ulong) watch->parent_container)… in phpdbg_watch_HashTable_dtor()
862 …ZEND_HASH_FOREACH_PTR(&((phpdbg_watch_ht_info *) phpdbg_btree_find(&PHPDBG_G(watch_HashTables), (z…
H A Dphpdbg_btree.c39 phpdbg_btree_result *phpdbg_btree_find(phpdbg_btree *tree, zend_ulong idx) { in phpdbg_btree_find() function

Completed in 10 milliseconds