Home
last modified time | relevance | path

Searched refs:zend_uintptr_t (Results 1 – 18 of 18) sorted by relevance

/PHP-5.5/Zend/
H A Dzend_gc.h51 ((gc_root_buffer*)(((zend_uintptr_t)(v)) & ~GC_COLOR))
53 (v) = ((gc_root_buffer*)((((zend_uintptr_t)(v)) & GC_COLOR) | ((zend_uintptr_t)(a))))
55 (((zend_uintptr_t)(v)) & GC_COLOR)
57 (v) = ((gc_root_buffer*)((((zend_uintptr_t)(v)) & ~GC_COLOR) | (c)))
59 (v) = ((gc_root_buffer*)(((zend_uintptr_t)(v)) & ~GC_COLOR))
61 (v) = ((gc_root_buffer*)(((zend_uintptr_t)(v)) | GC_PURPLE))
H A Dzend_types.h47 typedef unsigned __int64 zend_uintptr_t; typedef
50 typedef unsigned long zend_uintptr_t; typedef
H A Dzend_execute.h233 …int extra = (ZEND_MM_ALIGNMENT - ((zend_uintptr_t)EG(argument_stack)->top & (ZEND_MM_ALIGNMENT - 1… in zend_vm_stack_alloc()
236 (zend_uintptr_t)(EG(argument_stack)->end - EG(argument_stack)->top))) { in zend_vm_stack_alloc()
293 void **end = p - (int)(zend_uintptr_t)*p; in zend_vm_stack_clear_multiple()
311 return (int)(zend_uintptr_t) *p; in zend_vm_stack_get_args_count_ex()
320 int arg_count = (int)(zend_uintptr_t) *p; in zend_vm_stack_get_arg_ex()
H A Dzend_execute.c125 if ((zend_uintptr_t)should_free.var & 1L) { \
126 zval_dtor((zval*)((zend_uintptr_t)should_free.var & ~1L)); \
133 if (should_free.var != NULL && (((zend_uintptr_t)should_free.var & 1L) == 0)) { \
142 #define TMP_FREE(z) (zval*)(((zend_uintptr_t)(z)) | 1L)
144 #define IS_TMP_FREE(should_free) ((zend_uintptr_t)should_free.var & 1L)
161 #define IS_CTOR_CALL(ce) (((zend_uintptr_t)(ce)) & CTOR_CALL_BIT)
162 #define IS_CTOR_USED(ce) (((zend_uintptr_t)(ce)) & CTOR_USED_BIT)
165 ((zend_class_entry*)(((zend_uintptr_t)(ce)) | CTOR_CALL_BIT | ((used) ? CTOR_USED_BIT : 0)))
167 ((zend_class_entry*)(((zend_uintptr_t)(ce)) & ~(CTOR_CALL_BIT|CTOR_USED_BIT)))
1617 *EX(prev_execute_data)->function_state.arguments = (void*)(zend_uintptr_t)args_count; in i_create_execute_data_from_op_array()
H A Dzend_builtin_functions.c396 RETURN_LONG((long)(zend_uintptr_t)*(ex->function_state.arguments)); in ZEND_FUNCTION()
430 …arg_count = (int)(zend_uintptr_t) *p; /* this is the amount of arguments passed to func_get_arg()… in ZEND_FUNCTION()
460 …arg_count = (int)(zend_uintptr_t) *p; /* this is the amount of arguments passed to func_get_args(… in ZEND_FUNCTION()
2021 int arg_count = (int)(zend_uintptr_t) *p; in debug_backtrace_get_args()
H A Dzend_execute_API.c469 zend_bool inline_change = (zend_bool) (zend_uintptr_t) arg; in zval_update_constant_ex()
836 zend_vm_stack_push((void *) (zend_uintptr_t)i TSRMLS_CC); in zend_call_function()
877 zend_vm_stack_push((void*)(zend_uintptr_t)fci->param_count TSRMLS_CC); in zend_call_function()
H A Dzend_generators.c140 int arguments_count = (int) (zend_uintptr_t) *arguments; in zend_generator_close()
H A Dzend_API.c54 arg_count = (int)(zend_uintptr_t) *p; in zend_get_parameters()
92 arg_count = (int)(zend_uintptr_t) *p; in _zend_get_parameters_array()
130 arg_count = (int)(zend_uintptr_t) *p; in zend_get_parameters_ex()
153 arg_count = (int)(zend_uintptr_t) *p; in _zend_get_parameters_array_ex()
176 arg_count = (int)(zend_uintptr_t) *p; in zend_copy_parameters_array()
827 arg_count = (int)(zend_uintptr_t) *(zend_vm_stack_top(TSRMLS_C) - 1); in zend_parse_va_args()
H A Dzend_gc.c775 #define FREE_LIST_END ((zval_gc_info*)(~(zend_uintptr_t)GC_COLOR))
H A Dzend_alloc.c463 #define ZEND_MM_REST_BLOCK ((zend_mm_free_block**)(zend_uintptr_t)(1))
1311 zend_message_dispatcher(ZMSG_MEMORY_LEAK_REPEATED, (void *)(zend_uintptr_t)repeated TSRMLS_CC); in zend_mm_check_leaks()
H A Dzend_vm_def.h1964 zend_vm_stack_push((void*)(zend_uintptr_t)opline->extended_value TSRMLS_CC); in ZEND_VM_HELPER()
H A Dzend_compile.c291 return (zend_uint)(zend_uintptr_t)EX_TMP_VAR_NUM(0, (op_array->T)++); in get_temporary_variable()
H A Dzend_vm_execute.h525 zend_vm_stack_push((void*)(zend_uintptr_t)opline->extended_value TSRMLS_CC); in zend_do_fcall_common_helper_SPEC()
/PHP-5.5/win32/
H A Dselect.c66 handles[n_handles] = (HANDLE)(zend_uintptr_t)_get_osfhandle(i); in php_select()
/PHP-5.5/ext/opcache/Optimizer/
H A Dzend_optimizer_internal.h29 # define NUM_VAR(v) ((zend_uint)(zend_uintptr_t)EX_TMP_VAR_NUM(0, v))
/PHP-5.5/main/streams/
H A Dplain_wrapper.c245 zend_uintptr_t handle = _get_osfhandle(self->fd); in _php_stream_fopen_from_fd()
247 if (handle != (zend_uintptr_t)INVALID_HANDLE_VALUE) { in _php_stream_fopen_from_fd()
284 zend_uintptr_t handle = _get_osfhandle(self->fd); in _php_stream_fopen_from_file()
286 if (handle != (zend_uintptr_t)INVALID_HANDLE_VALUE) { in _php_stream_fopen_from_file()
645 if ((zend_uintptr_t) ptrparam == PHP_STREAM_LOCK_SUPPORTED) { in php_stdiop_set_option()
/PHP-5.5/ext/opcache/
H A Dzend_accelerator_util_funcs.c34 # define accel_xlat_set(old, new) zend_hash_index_update(&ZCG(bind_hash), (ulong)(zend_uintptr_t)(o…
35 # define accel_xlat_get(old, new) zend_hash_index_find(&ZCG(bind_hash), (ulong)(zend_uintptr_t)(old…
37 …ash_quick_add(&ZCG(bind_hash), (char*)&(old), sizeof(void*), (ulong)(zend_uintptr_t)(old), (void**…
38 …sh_quick_find(&ZCG(bind_hash), (char*)&(old), sizeof(void*), (ulong)(zend_uintptr_t)(old), (void**…
/PHP-5.5/main/
H A Dmain.c1417 … Freeing 0x%.8lX (%zu bytes), script=%s\n", t->filename, t->lineno, (zend_uintptr_t)t->addr, t->si… in php_message_handler_for_zend()
1425 unsigned long leak_count = (zend_uintptr_t) data; in php_message_handler_for_zend()

Completed in 180 milliseconds