Searched refs:phpdbg_btree (Results 1 – 5 of 5) sorted by relevance
/PHP-7.1/sapi/phpdbg/ |
H A D | phpdbg_btree.h | 42 } phpdbg_btree; typedef 45 phpdbg_btree *tree; 50 void phpdbg_btree_init(phpdbg_btree *tree, zend_ulong depth); 51 void phpdbg_btree_clean(phpdbg_btree *tree); 52 phpdbg_btree_result *phpdbg_btree_find(phpdbg_btree *tree, zend_ulong idx); 53 phpdbg_btree_result *phpdbg_btree_find_closest(phpdbg_btree *tree, zend_ulong idx); 54 phpdbg_btree_position phpdbg_btree_find_between(phpdbg_btree *tree, zend_ulong lower_idx, zend_ulon… 56 int phpdbg_btree_delete(phpdbg_btree *tree, zend_ulong idx); 62 int phpdbg_btree_insert_or_update(phpdbg_btree *tree, zend_ulong idx, void *ptr, int flags); 70 void phpdbg_btree_dump(phpdbg_btree *tree);
|
H A D | phpdbg_btree.c | 35 void phpdbg_btree_init(phpdbg_btree *tree, zend_ulong depth) { in phpdbg_btree_init() 42 phpdbg_btree_result *phpdbg_btree_find(phpdbg_btree *tree, zend_ulong idx) { in phpdbg_btree_find() 69 phpdbg_btree_result *phpdbg_btree_find_closest(phpdbg_btree *tree, zend_ulong idx) { in phpdbg_btree_find_closest() 124 phpdbg_btree_position phpdbg_btree_find_between(phpdbg_btree *tree, zend_ulong lower_idx, zend_ulon… in phpdbg_btree_find_between() 146 int phpdbg_btree_insert_or_update(phpdbg_btree *tree, zend_ulong idx, void *ptr, int flags) { in phpdbg_btree_insert_or_update() 181 int phpdbg_btree_delete(phpdbg_btree *tree, zend_ulong idx) { in phpdbg_btree_delete() 241 void phpdbg_btree_clean(phpdbg_btree *tree) { in phpdbg_btree_clean() 260 void phpdbg_btree_dump(phpdbg_btree *tree) { in phpdbg_btree_dump()
|
H A D | phpdbg.h | 255 phpdbg_btree watchpoint_tree; /* tree with watchpoints */ 256 phpdbg_btree watch_HashTables; /* tree with original dtors of watchpoints */
|
H A D | config.w32 | 7 'phpdbg_set.c phpdbg_frame.c phpdbg_watch.c phpdbg_win.c phpdbg_btree.c '+
|
H A D | config.m4 | 25 …phpdbg_info.c phpdbg_cmd.c phpdbg_set.c phpdbg_frame.c phpdbg_watch.c phpdbg_btree.c phpdbg_sigsaf…
|
Completed in 9 milliseconds