Searched defs:tree (Results 1 – 5 of 5) sorted by relevance
/PHP-8.3/sapi/phpdbg/ |
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 | phpdbg_btree.h | 43 phpdbg_btree *tree; member 61 #define phpdbg_btree_insert(tree, idx, ptr) phpdbg_btree_insert_or_update(tree, idx, ptr, PHPDBG_BT… argument 62 #define phpdbg_btree_update(tree, idx, ptr) phpdbg_btree_insert_or_update(tree, idx, ptr, PHPDBG_BT… argument 63 #define phpdbg_btree_overwrite(tree, idx, ptr) phpdbg_btree_insert_or_update(tree, idx, ptr, PHPDBG… argument
|
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()
|
/PHP-8.3/ext/dom/ |
H A D | php_dom.c | 1580 xmlNsPtr dom_get_ns_resolve_prefix_conflict(xmlNodePtr tree, const char *uri) in dom_get_ns_resolve_prefix_conflict()
|
/PHP-8.3/ext/imap/ |
H A D | php_imap.c | 4401 static void build_thread_tree_helper(THREADNODE *cur, zval *tree, long *numNodes, char *buf) in build_thread_tree_helper() 4431 static int build_thread_tree(THREADNODE *top, zval **tree) in build_thread_tree()
|
Completed in 38 milliseconds