Home
last modified time | relevance | path

Searched refs:zend_ulong (Results 1 – 19 of 19) sorted by relevance

/PHP-5.6/sapi/phpdbg/
H A Dphpdbg_btree.h27 zend_ulong idx;
38 zend_ulong count;
39 zend_ulong depth;
45 zend_ulong cur;
46 zend_ulong end;
49 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);
[all …]
H A Dphpdbg_bp.h31 zend_ulong hits; \
73 zend_ulong opline_num;
74 zend_ulong opline;
82 zend_ulong opline;
91 zend_ulong hash;
102 zend_ulong hash;
116 PHPDBG_API void phpdbg_set_breakpoint_opline(zend_ulong opline TSRMLS_DC);
129 PHPDBG_API void phpdbg_print_breakpoints(zend_ulong type TSRMLS_DC);
133 PHPDBG_API void phpdbg_delete_breakpoint(zend_ulong num TSRMLS_DC);
135 PHPDBG_API void phpdbg_enable_breakpoint(zend_ulong id TSRMLS_DC);
[all …]
H A Dphpdbg_btree.c33 void phpdbg_btree_init(phpdbg_btree *tree, zend_ulong depth) { in phpdbg_btree_init()
39 phpdbg_btree_result *phpdbg_btree_find(phpdbg_btree *tree, zend_ulong idx) { in phpdbg_btree_find()
66 phpdbg_btree_result *phpdbg_btree_find_closest(phpdbg_btree *tree, zend_ulong idx) { in phpdbg_btree_find_closest()
118 …tree_position phpdbg_btree_find_between(phpdbg_btree *tree, zend_ulong lower_idx, zend_ulong highe… in phpdbg_btree_find_between()
140 int phpdbg_btree_insert_or_update(phpdbg_btree *tree, zend_ulong idx, void *ptr, int flags) { in phpdbg_btree_insert_or_update()
175 int phpdbg_btree_delete(phpdbg_btree *tree, zend_ulong idx) { in phpdbg_btree_delete()
H A Dphpdbg_bp.c117 zend_ulong id = 0L; in phpdbg_export_breakpoints()
660 zend_ulong hash = zend_hash_func(name, name_len); in phpdbg_set_breakpoint_opcode()
689 new_break.opline = (zend_ulong) opline; in phpdbg_set_breakpoint_opline_ex()
759 zend_ulong expr_hash = zend_inline_hash_func(expr, expr_len); in phpdbg_set_breakpoint_expression()
774 zend_ulong hash = 0L; in phpdbg_set_breakpoint_at()
869 (zend_ulong) opline, (void**)&brake) == SUCCESS) { in phpdbg_find_breakpoint_opline()
1097 zend_ulong idx;
1375 zend_ulong class_idx = 0L;
1454 zend_ulong class_idx = 0L, method_idx = 0L;
1493 zend_ulong function_idx = 0L;
[all …]
H A Dphpdbg_watch.c47 …phpdbg_btree_result *result = phpdbg_btree_find_closest(&PHPDBG_G(watchpoint_tree), (zend_ulong)ph… in phpdbg_check_for_watchpoint()
80 phpdbg_btree_insert(&PHPDBG_G(watchpoint_tree), (zend_ulong)watch->addr.ptr, watch); in phpdbg_store_watchpoint()
84 phpdbg_btree_delete(&PHPDBG_G(watchpoint_tree), (zend_ulong)watch->addr.ptr); in phpdbg_remove_watchpoint()
111 …phpdbg_btree_insert(&PHPDBG_G(watch_HashTables), (zend_ulong)watch->parent_container, watch->paren… in phpdbg_create_watchpoint()
258 if ((result = phpdbg_btree_find(&PHPDBG_G(watchpoint_tree), (zend_ulong) ht))) { in phpdbg_delete_watchpoint_recursive()
272 …if ((result = phpdbg_btree_find(&PHPDBG_G(watchpoint_tree), (zend_ulong)tmp_watch->addr.ptr)) == N… in phpdbg_delete_watchpoint()
471 if ((result = phpdbg_btree_find(&PHPDBG_G(watchpoint_tree), (zend_ulong)*zv))) { in phpdbg_watch_HashTable_dtor()
588 …s = phpdbg_btree_find_between(&PHPDBG_G(watchpoint_tree), (zend_ulong)dump->page, (zend_ulong)dump…
696 …if ((htresult = phpdbg_btree_find(&PHPDBG_G(watchpoint_tree), (zend_ulong)Z_ARRVAL_P((zval *)oldPt…
778 result = phpdbg_btree_find_closest(&PHPDBG_G(watchpoint_tree), (zend_ulong)ptr);
H A Dphpdbg_opcode.c54 zend_ulong id = 0, *pid = NULL; in phpdbg_decode_op()
56 if (zend_hash_index_find(vars, (zend_ulong) ops->vars - op->var, (void**) &pid) != SUCCESS) { in phpdbg_decode_op()
59 vars, (zend_ulong) ops->vars - op->var, in phpdbg_decode_op()
61 sizeof(zend_ulong), NULL); in phpdbg_decode_op()
H A Dphpdbg_cmd.h56 zend_ulong addr;
147 PHPDBG_API zend_ulong phpdbg_hash_param(const phpdbg_param_t * TSRMLS_DC);
H A Dphpdbg.h212 zend_ulong flags; /* phpdbg flags */
H A Dphpdbg_prompt.c441 (zend_ulong) &EG(active_op_array)->opcodes[next], in PHPDBG_COMMAND()
474 (zend_ulong) &EG(active_op_array)->opcodes[next], in PHPDBG_COMMAND()
507 (zend_ulong) &EG(active_op_array)->opcodes[next], in PHPDBG_COMMAND()
1154 zend_ulong address = 0L;
1229 zend_ulong address = (zend_ulong) execute_data->opline;
H A Dphpdbg.c276 zend_ulong opline_num = (EG(current_execute_data)->opline - in PHP_FUNCTION()
965 zend_ulong zend_extensions_len = 0L;
975 zend_ulong flags;
1272 zend_ulong zend_extension = 0L;
H A Dphpdbg_cmd.c213 PHPDBG_API zend_ulong phpdbg_hash_param(const phpdbg_param_t *param TSRMLS_DC) /* {{{ */ in phpdbg_hash_param()
215 zend_ulong hash = param->type; in phpdbg_hash_param()
/PHP-5.6/ext/opcache/
H A Dzend_accelerator_hash.c76 zend_ulong hash_value; in zend_accel_hash_update()
77 zend_ulong index; in zend_accel_hash_update()
151 zend_ulong hash_value; in zend_accel_hash_find()
152 zend_ulong index; in zend_accel_hash_find()
185 zend_ulong hash_value; in zend_accel_hash_find_entry()
186 zend_ulong index; in zend_accel_hash_find_entry()
216 zend_ulong hash_value; in zend_accel_hash_unlink()
217 zend_ulong index; in zend_accel_hash_unlink()
H A Dzend_accelerator_hash.h48 zend_ulong hash_value;
/PHP-5.6/Zend/
H A Dzend_types.h28 typedef unsigned long zend_ulong; typedef
H A Dzend_compile.h71 zend_ulong hash_value;
82 zend_ulong hash;
H A Dzend_API.c2087 zend_ulong hash; in zend_register_functions()
2557 zend_ulong hash; in do_register_internal_class()
H A Dzend_vm_def.h3277 zend_ulong index;
4504 zend_ulong int_key;
H A Dzend_compile.c1580 zend_ulong hash; in zend_do_begin_function_declaration()
5489 zend_ulong hash; in zend_do_declare_class_constant()
H A Dzend_vm_execute.h733 zend_ulong index; in ZEND_SEND_UNPACK_SPEC_HANDLER()
14006 zend_ulong int_key; in ZEND_FE_FETCH_SPEC_VAR_HANDLER()

Completed in 231 milliseconds