Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_vm_execute.skl65 …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 Dzend_objects_API.h30 #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 Dzend_gc.h53 (((zend_uintptr_t)(v)) & GC_COLOR)
H A Dzend_compile.h309 ((uint32_t)(zend_uintptr_t)OBJ_PROP_NUM(((zend_object*)NULL), num))
345 zend_uintptr_t required_num_args;
H A Dzend_alloc.c758 …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 Dzend_object_handlers.c518 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 Dzend_API.h111 …{ (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 Dzend_types.h69 typedef uintptr_t zend_uintptr_t; typedef
H A Dzend_API.c2179 if (info->required_num_args == (zend_uintptr_t)-1) { in zend_register_functions()
H A Dzend_vm_execute.h62682 …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 Dzend_persist.c129 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 Dzend_accelerator_util_funcs.c30 …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 Dzend_shared_alloc.c329 ZEND_ASSERT(((zend_uintptr_t)retval & 0x7) == 0); /* should be 8 byte aligned */ in zend_shared_alloc()
H A Dzend_file_cache.c826 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 DZendAccelerator.c1240 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 Dselect.c66 handles[n_handles] = (HANDLE)(zend_uintptr_t)_get_osfhandle(i); in php_select()
/PHP-7.1/ext/opcache/Optimizer/
H A Dzend_optimizer_internal.h39 #define NUM_VAR(v) ((uint32_t)(zend_uintptr_t)ZEND_CALL_VAR_NUM(0, v))
/PHP-7.1/main/streams/
H A Dplain_wrapper.c260 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.gdbinit477 set $initial_offset = ((uint32_t)(zend_uintptr_t)(&((zend_object*)0)->properties_table[(0)]))
/PHP-7.1/ext/standard/
H A Dvar.c612 key = (zend_ulong) (zend_uintptr_t) Z_COUNTED_P(var); in php_add_var_hash()
/PHP-7.1/main/
H A Dmain.c1523 unsigned long leak_count = (zend_uintptr_t) data; in php_message_handler_for_zend()
/PHP-7.1/ext/odbc/
H A Dphp_odbc.c2726 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 Dpgsql.c1491 …PQsetNoticeProcessor(pgsql, _php_pgsql_notice_handler, (void*)(zend_uintptr_t)Z_RES_HANDLE_P(retur…

Completed in 233 milliseconds