Home
last modified time | relevance | path

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

/PHP-5.3/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.h230 …int extra = (ZEND_MM_ALIGNMENT - ((zend_uintptr_t)EG(argument_stack)->top & (ZEND_MM_ALIGNMENT - 1… in zend_vm_stack_alloc()
233 (zend_uintptr_t)(EG(argument_stack)->end - EG(argument_stack)->top))) { in zend_vm_stack_alloc()
291 *(EG(argument_stack)->top) = (void*)(zend_uintptr_t)count; in zend_vm_stack_push_args()
306 *(EG(argument_stack)->top) = (void*)(zend_uintptr_t)count; in zend_vm_stack_push_args()
313 int delete_count = (int)(zend_uintptr_t) *p; in zend_vm_stack_clear_multiple()
326 int arg_count = (int)(zend_uintptr_t) *p; in zend_vm_stack_get_arg()
H A Dzend_execute.c116 if ((zend_uintptr_t)should_free.var & 1L) { \
117 zval_dtor((zval*)((zend_uintptr_t)should_free.var & ~1L)); \
124 if (should_free.var != NULL && (((zend_uintptr_t)should_free.var & 1L) == 0)) { \
133 #define TMP_FREE(z) (zval*)(((zend_uintptr_t)(z)) | 1L)
135 #define IS_TMP_FREE(should_free) ((zend_uintptr_t)should_free.var & 1L)
162 #define IS_CTOR_CALL(ce) (((zend_uintptr_t)(ce)) & CTOR_CALL_BIT)
163 #define IS_CTOR_USED(ce) (((zend_uintptr_t)(ce)) & CTOR_USED_BIT)
166 ((zend_class_entry*)(((zend_uintptr_t)(ce)) | CTOR_CALL_BIT | ((used) ? CTOR_USED_BIT : 0)))
168 ((zend_class_entry*)(((zend_uintptr_t)(ce)) & ~(CTOR_CALL_BIT|CTOR_USED_BIT)))
H A Dzend_builtin_functions.c372 RETURN_LONG((long)(zend_uintptr_t)*(ex->function_state.arguments)); in ZEND_FUNCTION()
406 …arg_count = (int)(zend_uintptr_t) *p; /* this is the amount of arguments passed to func_get_arg()… in ZEND_FUNCTION()
436 …arg_count = (int)(zend_uintptr_t) *p; /* this is the amount of arguments passed to func_get_args(… in ZEND_FUNCTION()
1907 int arg_count = (int)(zend_uintptr_t) *p; in debug_backtrace_get_args()
H A Dzend_execute_API.c504 zend_bool inline_change = (zend_bool) (zend_uintptr_t) arg; in zval_update_constant_ex()
880 zend_vm_stack_push_nocheck((void *) (zend_uintptr_t)i TSRMLS_CC); in zend_call_function()
914 zend_vm_stack_push_nocheck((void*)(zend_uintptr_t)fci->param_count TSRMLS_CC); in zend_call_function()
H A Dzend_API.c48 arg_count = (int)(zend_uintptr_t) *p; in zend_get_parameters()
86 arg_count = (int)(zend_uintptr_t) *p; in _zend_get_parameters_array()
124 arg_count = (int)(zend_uintptr_t) *p; in zend_get_parameters_ex()
147 arg_count = (int)(zend_uintptr_t) *p; in _zend_get_parameters_array_ex()
170 arg_count = (int)(zend_uintptr_t) *p; in zend_copy_parameters_array()
682 int arg_count = (int)(zend_uintptr_t) *(zend_vm_stack_top(TSRMLS_C) - 1); in zend_parse_va_args()
H A Dzend_gc.c651 #define FREE_LIST_END ((zval_gc_info*)(~(zend_uintptr_t)GC_COLOR))
H A Dzend_alloc.c1284 zend_message_dispatcher(ZMSG_MEMORY_LEAK_REPEATED, (void *)(zend_uintptr_t)repeated TSRMLS_CC); in zend_mm_check_leaks()
/PHP-5.3/win32/
H A Dselect.c66 handles[n_handles] = (HANDLE)(zend_uintptr_t)_get_osfhandle(i); in php_select()
/PHP-5.3/main/streams/
H A Dplain_wrapper.c237 zend_uintptr_t handle = _get_osfhandle(self->fd); in _php_stream_fopen_from_fd()
239 if (handle != (zend_uintptr_t)INVALID_HANDLE_VALUE) { in _php_stream_fopen_from_fd()
276 zend_uintptr_t handle = _get_osfhandle(self->fd); in _php_stream_fopen_from_file()
278 if (handle != (zend_uintptr_t)INVALID_HANDLE_VALUE) { in _php_stream_fopen_from_file()
612 if ((zend_uintptr_t) ptrparam == PHP_STREAM_LOCK_SUPPORTED) { in php_stdiop_set_option()
/PHP-5.3/main/
H A Dmain.c1307 … 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()
1315 unsigned long leak_count = (zend_uintptr_t) data; in php_message_handler_for_zend()

Completed in 76 milliseconds