Home
last modified time | relevance | path

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

/PHP-5.6/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.h243 …int extra = (ZEND_MM_ALIGNMENT - ((zend_uintptr_t)EG(argument_stack)->top & (ZEND_MM_ALIGNMENT - 1… in zend_vm_stack_alloc()
246 (zend_uintptr_t)(EG(argument_stack)->end - EG(argument_stack)->top))) { in zend_vm_stack_alloc()
303 void **end = p - (int)(zend_uintptr_t)*p; in zend_vm_stack_clear_multiple()
321 return (int)(zend_uintptr_t) *p; in zend_vm_stack_get_args_count_ex()
330 int arg_count = (int)(zend_uintptr_t) *p; in zend_vm_stack_get_arg_ex()
H A Dzend_execute.c123 if ((zend_uintptr_t)should_free.var & 1L) { \
124 zval_dtor((zval*)((zend_uintptr_t)should_free.var & ~1L)); \
131 if (should_free.var != NULL && (((zend_uintptr_t)should_free.var & 1L) == 0)) { \
140 #define TMP_FREE(z) (zval*)(((zend_uintptr_t)(z)) | 1L)
142 #define IS_TMP_FREE(should_free) ((zend_uintptr_t)should_free.var & 1L)
159 #define IS_CTOR_CALL(ce) (((zend_uintptr_t)(ce)) & CTOR_CALL_BIT)
160 #define IS_CTOR_USED(ce) (((zend_uintptr_t)(ce)) & CTOR_USED_BIT)
165 ((zend_class_entry*)(((zend_uintptr_t)(ce)) & ~(CTOR_CALL_BIT|CTOR_USED_BIT)))
1660 *EX(prev_execute_data)->function_state.arguments = (void*)(zend_uintptr_t)args_count; in i_create_execute_data_from_op_array()
1741 *(EG(argument_stack)->top) = (void*)(zend_uintptr_t)count; in zend_vm_stack_push_args_with_copy()
[all …]
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()
458 …arg_count = (int)(zend_uintptr_t) *p; /* this is the amount of arguments passed to func_get_args(… in ZEND_FUNCTION()
2031 int arg_count = (int)(zend_uintptr_t) *p; in debug_backtrace_get_args()
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_execute_API.c731 zend_vm_stack_push((void *) (zend_uintptr_t)i TSRMLS_CC); in zend_call_function()
772 zend_vm_stack_push((void*)(zend_uintptr_t)fci->param_count TSRMLS_CC); in zend_call_function()
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.h1985 zend_vm_stack_push((void*)(zend_uintptr_t) num_args TSRMLS_CC); in ZEND_VM_HELPER()
H A Dzend_compile.c295 return (zend_uint)(zend_uintptr_t)EX_TMP_VAR_NUM(0, (op_array->T)++); in get_temporary_variable()
H A Dzend_vm_execute.h534 zend_vm_stack_push((void*)(zend_uintptr_t) num_args TSRMLS_CC); in zend_do_fcall_common_helper_SPEC()
/PHP-5.6/win32/
H A Dselect.c66 handles[n_handles] = (HANDLE)(zend_uintptr_t)_get_osfhandle(i); in php_select()
/PHP-5.6/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.6/main/streams/
H A Dplain_wrapper.c239 zend_uintptr_t handle = _get_osfhandle(self->fd); in _php_stream_fopen_from_fd()
241 if (handle != (zend_uintptr_t)INVALID_HANDLE_VALUE) { in _php_stream_fopen_from_fd()
278 zend_uintptr_t handle = _get_osfhandle(self->fd); in _php_stream_fopen_from_file()
280 if (handle != (zend_uintptr_t)INVALID_HANDLE_VALUE) { in _php_stream_fopen_from_file()
639 if ((zend_uintptr_t) ptrparam == PHP_STREAM_LOCK_SUPPORTED) { in php_stdiop_set_option()
/PHP-5.6/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.6/ext/standard/
H A Dvar_unserializer.c32 #define WITH_WAKEUP_FLAG(zv_ptr) ((zval *) ((zend_uintptr_t) zv_ptr | VAR_WAKEUP_FLAG))
33 #define WITHOUT_WAKEUP_FLAG(zv_ptr) ((zval *) ((zend_uintptr_t) zv_ptr & ~VAR_WAKEUP_FLAG))
34 #define HAS_WAKEUP_FLAG(zv_ptr) ((zend_uintptr_t) zv_ptr & VAR_WAKEUP_FLAG)
H A Dvar_unserializer.re30 #define WITH_WAKEUP_FLAG(zv_ptr) ((zval *) ((zend_uintptr_t) zv_ptr | VAR_WAKEUP_FLAG))
31 #define WITHOUT_WAKEUP_FLAG(zv_ptr) ((zval *) ((zend_uintptr_t) zv_ptr & ~VAR_WAKEUP_FLAG))
32 #define HAS_WAKEUP_FLAG(zv_ptr) ((zend_uintptr_t) zv_ptr & VAR_WAKEUP_FLAG)
/PHP-5.6/main/
H A Dmain.c1500 … 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()
1508 unsigned long leak_count = (zend_uintptr_t) data; in php_message_handler_for_zend()

Completed in 237 milliseconds