Home
last modified time | relevance | path

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

/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_btree.h40 } 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 Dphpdbg_btree.c33 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 Dphpdbg.h255 phpdbg_btree watchpoint_tree; /* tree with watchpoints */
256 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.m439 …phpdbg_info.c phpdbg_cmd.c phpdbg_set.c phpdbg_frame.c phpdbg_watch.c phpdbg_btree.c phpdbg_sigsaf…

Completed in 10 milliseconds