Searched refs:zend_uintptr_t (Results 1 – 23 of 23) sorted by relevance
/PHP-7.1/Zend/ |
H A D | zend_vm_execute.skl | 65 …zend_hash_index_add(zend_handlers_table, (zend_long)(zend_uintptr_t)zend_opcode_handlers[i], &tmp); 76 zv = zend_hash_index_find(zend_handlers_table, (zend_long)(zend_uintptr_t)op->handler); 78 op->handler = (const void *)(zend_uintptr_t)Z_LVAL_P(zv); 83 op->handler = zend_opcode_handlers[(zend_uintptr_t)op->handler];
|
H A D | zend_objects_API.h | 30 #define IS_OBJ_VALID(o) (!(((zend_uintptr_t)(o)) & OBJ_BUCKET_INVALID)) 32 #define SET_OBJ_INVALID(o) ((zend_object*)((((zend_uintptr_t)(o)) | OBJ_BUCKET_INVALID))) 37 (o) = (zend_object*)((((zend_uintptr_t)(n)) << 1) | OBJ_BUCKET_INVALID); \
|
H A D | zend_gc.h | 53 (((zend_uintptr_t)(v)) & GC_COLOR)
|
H A D | zend_compile.h | 309 ((uint32_t)(zend_uintptr_t)OBJ_PROP_NUM(((zend_object*)NULL), num)) 345 zend_uintptr_t required_num_args;
|
H A D | zend_alloc.c | 758 …ZEND_ASSERT(((zend_uintptr_t)((char*)ptr + (alignment-1)) & (alignment-1)) == (zend_uintptr_t)ptr); 2081 zend_message_dispatcher(ZMSG_MEMORY_LEAK_REPEATED, (void *)(zend_uintptr_t)repeated); 2120 zend_message_dispatcher(ZMSG_MEMORY_LEAK_REPEATED, (void *)(zend_uintptr_t)repeated); 2146 zend_message_dispatcher(ZMSG_MEMORY_LEAK_REPEATED, (void *)(zend_uintptr_t)repeated);
|
H A D | zend_object_handlers.c | 518 if (EXPECTED(!(((zend_uintptr_t)ptr) & 1))) { in zend_property_guard_dtor() 549 (void*)(((zend_uintptr_t)&zv->u2.property_guard) | 1)); in zend_get_property_guard() 558 return (uint32_t*)(((zend_uintptr_t)Z_PTR_P(zv)) & ~1); in zend_get_property_guard()
|
H A D | zend_API.h | 111 …{ (const char*)(zend_uintptr_t)(required_num_args), class_name, type, return_reference, allow_null… 117 { (const char*)(zend_uintptr_t)(required_num_args), NULL, 0, return_reference, 0, 0 },
|
H A D | zend_types.h | 69 typedef uintptr_t zend_uintptr_t; typedef
|
H A D | zend_API.c | 2179 if (info->required_num_args == (zend_uintptr_t)-1) { in zend_register_functions()
|
H A D | zend_vm_execute.h | 62682 …zend_hash_index_add(zend_handlers_table, (zend_long)(zend_uintptr_t)zend_opcode_handlers[i], &tmp); 62693 zv = zend_hash_index_find(zend_handlers_table, (zend_long)(zend_uintptr_t)op->handler); 62695 op->handler = (const void *)(zend_uintptr_t)Z_LVAL_P(zv); 62700 op->handler = zend_opcode_handlers[(zend_uintptr_t)op->handler];
|
/PHP-7.1/ext/opcache/ |
H A D | zend_persist.c | 129 ZEND_ASSERT(((zend_uintptr_t)ZCG(mem) & 0x7) == 0); /* should be 8 byte aligned */ in zend_hash_persist() 157 ZEND_ASSERT(((zend_uintptr_t)ZCG(mem) & 0x7) == 0); /* should be 8 byte aligned */ in zend_hash_persist() 221 ZEND_ASSERT(((zend_uintptr_t)ZCG(mem) & 0x7) == 0); /* should be 8 byte aligned */ in zend_hash_persist_immutable() 248 ZEND_ASSERT(((zend_uintptr_t)ZCG(mem) & 0x7) == 0); /* should be 8 byte aligned */ in zend_hash_persist_immutable() 856 ZEND_ASSERT(((zend_uintptr_t)ZCG(mem) & 0x7) == 0); /* should be 8 byte aligned */ in zend_accel_script_persist() 876 ZCG(mem) = (void*)(((zend_uintptr_t)ZCG(mem) + 63L) & ~63L); in zend_accel_script_persist() 878 ZEND_ASSERT(((zend_uintptr_t)ZCG(mem) & 0x7) == 0); /* should be 8 byte aligned */ in zend_accel_script_persist()
|
H A D | zend_accelerator_util_funcs.c | 30 …et(old, new) zend_hash_index_add_new_ptr(&ZCG(bind_hash), (zend_ulong)(zend_uintptr_t)(old), (new)) 31 # define accel_xlat_get(old) zend_hash_index_find_ptr(&ZCG(bind_hash), (zend_ulong)(zend_uintptr_t… 645 ZCG(arena_mem) = (void*)(((zend_uintptr_t)ZCG(arena_mem) + 63L) & ~63L); in zend_accel_load_script()
|
H A D | zend_shared_alloc.c | 329 ZEND_ASSERT(((zend_uintptr_t)retval & 0x7) == 0); /* should be 8 byte aligned */ in zend_shared_alloc()
|
H A D | zend_file_cache.c | 826 buf = (void*)(((zend_uintptr_t)mem + 63L) & ~63L); in zend_file_cache_script_store() 1403 mem = (void*)(((zend_uintptr_t)mem + 63L) & ~63L); in zend_file_cache_script_load() 1464 buf = (void*)(((zend_uintptr_t)buf + 63L) & ~63L); in zend_file_cache_script_load()
|
H A D | ZendAccelerator.c | 1240 ZCG(mem) = (void*)(((zend_uintptr_t)ZCG(mem) + 63L) & ~63L); in store_script_in_file_cache() 1344 ZCG(mem) = (void*)(((zend_uintptr_t)ZCG(mem) + 63L) & ~63L); in cache_script_in_shared_memory()
|
/PHP-7.1/win32/ |
H A D | select.c | 66 handles[n_handles] = (HANDLE)(zend_uintptr_t)_get_osfhandle(i); in php_select()
|
/PHP-7.1/ext/opcache/Optimizer/ |
H A D | zend_optimizer_internal.h | 39 #define NUM_VAR(v) ((uint32_t)(zend_uintptr_t)ZEND_CALL_VAR_NUM(0, v))
|
/PHP-7.1/main/streams/ |
H A D | plain_wrapper.c | 260 zend_uintptr_t handle = _get_osfhandle(self->fd); in _php_stream_fopen_from_fd() 262 if (handle != (zend_uintptr_t)INVALID_HANDLE_VALUE) { in _php_stream_fopen_from_fd() 299 zend_uintptr_t handle = _get_osfhandle(self->fd); in _php_stream_fopen_from_file() 301 if (handle != (zend_uintptr_t)INVALID_HANDLE_VALUE) { in _php_stream_fopen_from_file() 676 if ((zend_uintptr_t) ptrparam == PHP_STREAM_LOCK_SUPPORTED) { in php_stdiop_set_option()
|
/PHP-7.1/ |
H A D | .gdbinit | 477 set $initial_offset = ((uint32_t)(zend_uintptr_t)(&((zend_object*)0)->properties_table[(0)]))
|
/PHP-7.1/ext/standard/ |
H A D | var.c | 612 key = (zend_ulong) (zend_uintptr_t) Z_COUNTED_P(var); in php_add_var_hash()
|
/PHP-7.1/main/ |
H A D | main.c | 1523 unsigned long leak_count = (zend_uintptr_t) data; in php_message_handler_for_zend()
|
/PHP-7.1/ext/odbc/ |
H A D | php_odbc.c | 2726 new_index_ptr.ptr = (void *)(zend_uintptr_t)Z_RES_HANDLE_P(return_value); in odbc_do_connect()
|
/PHP-7.1/ext/pgsql/ |
H A D | pgsql.c | 1491 …PQsetNoticeProcessor(pgsql, _php_pgsql_notice_handler, (void*)(zend_uintptr_t)Z_RES_HANDLE_P(retur…
|
Completed in 273 milliseconds