Lines Matching refs:zend_ulong
27 zend_ulong idx;
38 zend_ulong count;
39 zend_ulong depth;
46 zend_ulong cur;
47 zend_ulong end;
50 void phpdbg_btree_init(phpdbg_btree *tree, zend_ulong depth);
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 …tree_position phpdbg_btree_find_between(phpdbg_btree *tree, zend_ulong lower_idx, zend_ulong highe…
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);
69 void phpdbg_btree_branch_dump(phpdbg_btree_branch *branch, zend_ulong depth);