Home
last modified time | relevance | path

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

/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_btree.h29 } phpdbg_btree_result; typedef
34 phpdbg_btree_result result;
50 phpdbg_btree_result *phpdbg_btree_find(phpdbg_btree *tree, zend_ulong idx);
51 phpdbg_btree_result *phpdbg_btree_find_closest(phpdbg_btree *tree, zend_ulong idx);
53 phpdbg_btree_result *phpdbg_btree_next(phpdbg_btree_position *pos);
H A Dphpdbg_btree.c39 phpdbg_btree_result *phpdbg_btree_find(phpdbg_btree *tree, zend_ulong idx) { in phpdbg_btree_find()
66 phpdbg_btree_result *phpdbg_btree_find_closest(phpdbg_btree *tree, zend_ulong idx) { in phpdbg_btree_find_closest()
131 phpdbg_btree_result *phpdbg_btree_next(phpdbg_btree_position *pos) { in phpdbg_btree_next()
132 phpdbg_btree_result *result = phpdbg_btree_find_closest(pos->tree, pos->cur); in phpdbg_btree_next()
H A Dphpdbg_watch.c112phpdbg_btree_result *result = phpdbg_btree_find_closest(&PHPDBG_G(watchpoint_tree), (zend_ulong)ph… in phpdbg_check_for_watchpoint()
303 phpdbg_btree_result *res; in phpdbg_get_refcount_watch()
382 phpdbg_btree_result *find; in phpdbg_create_watchpoint()
552 phpdbg_btree_result *result; in phpdbg_delete_watchpoint_recursive()
605 phpdbg_btree_result *result; in phpdbg_delete_watchpoint()
750 phpdbg_btree_result *result; in phpdbg_watch_HashTable_dtor()
913 phpdbg_btree_result *result;
1136 phpdbg_btree_result *result;

Completed in 12 milliseconds