Home
last modified time | relevance | path

Searched refs:phpdbg_btree (Results 1 – 5 of 5) sorted by relevance

/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_btree.h42 } 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 Dphpdbg_btree.c35 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 Dphpdbg.h257 phpdbg_btree watchpoint_tree; /* tree with watchpoints */
258 phpdbg_btree watch_HashTables; /* tree with original dtors of watchpoints */
H A Dconfig.w327 'phpdbg_set.c phpdbg_frame.c phpdbg_watch.c phpdbg_win.c phpdbg_btree.c '+
H A Dconfig.m427 …phpdbg_info.c phpdbg_cmd.c phpdbg_set.c phpdbg_frame.c phpdbg_watch.c phpdbg_btree.c phpdbg_sigsaf…

Completed in 28 milliseconds