Searched refs:phpdbg_btree (Results 1 – 6 of 6) sorted by relevance
/PHP-8.2/sapi/phpdbg/ |
H A D | phpdbg_btree.h | 40 } phpdbg_btree; typedef 43 phpdbg_btree *tree; 48 void phpdbg_btree_init(phpdbg_btree *tree, zend_ulong depth); 49 void phpdbg_btree_clean(phpdbg_btree *tree); 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); 52 phpdbg_btree_position phpdbg_btree_find_between(phpdbg_btree *tree, zend_ulong lower_idx, zend_ulon… 54 int phpdbg_btree_delete(phpdbg_btree *tree, zend_ulong idx); 60 int phpdbg_btree_insert_or_update(phpdbg_btree *tree, zend_ulong idx, void *ptr, int flags); 68 void phpdbg_btree_dump(phpdbg_btree *tree);
|
H A D | phpdbg_btree.c | 33 void phpdbg_btree_init(phpdbg_btree *tree, zend_ulong depth) { in phpdbg_btree_init() 40 phpdbg_btree_result *phpdbg_btree_find(phpdbg_btree *tree, zend_ulong idx) { in phpdbg_btree_find() 67 phpdbg_btree_result *phpdbg_btree_find_closest(phpdbg_btree *tree, zend_ulong idx) { in phpdbg_btree_find_closest() 122 phpdbg_btree_position phpdbg_btree_find_between(phpdbg_btree *tree, zend_ulong lower_idx, zend_ulon… in phpdbg_btree_find_between() 144 int phpdbg_btree_insert_or_update(phpdbg_btree *tree, zend_ulong idx, void *ptr, int flags) { in phpdbg_btree_insert_or_update() 179 int phpdbg_btree_delete(phpdbg_btree *tree, zend_ulong idx) { in phpdbg_btree_delete() 239 void phpdbg_btree_clean(phpdbg_btree *tree) { in phpdbg_btree_clean() 258 void phpdbg_btree_dump(phpdbg_btree *tree) { in phpdbg_btree_dump()
|
H A D | config.w32 | 6 'phpdbg_set.c phpdbg_frame.c phpdbg_watch.c phpdbg_win.c phpdbg_btree.c '+
|
H A D | phpdbg.h | 250 phpdbg_btree watchpoint_tree; /* tree with watchpoints */ 251 phpdbg_btree watch_HashTables; /* tree with original dtors of watchpoints */
|
H A D | config.m4 | 33 …phpdbg_info.c phpdbg_cmd.c phpdbg_set.c phpdbg_frame.c phpdbg_watch.c phpdbg_btree.c phpdbg_sigsaf…
|
H A D | phpdbg_watch.c | 218 static phpdbg_watchpoint_t *phpdbg_check_for_watchpoint(phpdbg_btree *tree, void *addr) { in phpdbg_check_for_watchpoint()
|
Completed in 14 milliseconds