Lines Matching refs:zend_ulong
25 zend_ulong idx;
36 zend_ulong count;
37 zend_ulong depth;
44 zend_ulong cur;
45 zend_ulong end;
48 void phpdbg_btree_init(phpdbg_btree *tree, zend_ulong depth);
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 …tree_position phpdbg_btree_find_between(phpdbg_btree *tree, zend_ulong lower_idx, zend_ulong highe…
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);
67 void phpdbg_btree_branch_dump(phpdbg_btree_branch *branch, zend_ulong depth);