Searched refs:zend_uintptr_t (Results 1 – 20 of 20) sorted by relevance
/PHP-5.6/Zend/ |
H A D | zend_gc.h | 51 ((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 D | zend_types.h | 47 typedef unsigned __int64 zend_uintptr_t; typedef 50 typedef unsigned long zend_uintptr_t; typedef
|
H A D | zend_execute.h | 243 …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 D | zend_execute.c | 123 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 D | zend_builtin_functions.c | 396 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 D | zend_generators.c | 140 int arguments_count = (int) (zend_uintptr_t) *arguments; in zend_generator_close()
|
H A D | zend_API.c | 54 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 D | zend_execute_API.c | 731 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 D | zend_gc.c | 775 #define FREE_LIST_END ((zval_gc_info*)(~(zend_uintptr_t)GC_COLOR))
|
H A D | zend_alloc.c | 463 #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 D | zend_vm_def.h | 1985 zend_vm_stack_push((void*)(zend_uintptr_t) num_args TSRMLS_CC); in ZEND_VM_HELPER()
|
H A D | zend_compile.c | 295 return (zend_uint)(zend_uintptr_t)EX_TMP_VAR_NUM(0, (op_array->T)++); in get_temporary_variable()
|
H A D | zend_vm_execute.h | 534 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 D | select.c | 66 handles[n_handles] = (HANDLE)(zend_uintptr_t)_get_osfhandle(i); in php_select()
|
/PHP-5.6/ext/opcache/Optimizer/ |
H A D | zend_optimizer_internal.h | 29 # define NUM_VAR(v) ((zend_uint)(zend_uintptr_t)EX_TMP_VAR_NUM(0, v))
|
/PHP-5.6/main/streams/ |
H A D | plain_wrapper.c | 239 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 D | zend_accelerator_util_funcs.c | 34 # 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 D | var_unserializer.c | 32 #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 D | var_unserializer.re | 30 #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 D | main.c | 1500 … 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