Home
last modified time | relevance | path

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

/PHP-7.2/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];
96 zv = zend_hash_index_find(zend_handlers_table, (zend_long)(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.h325 ((uint32_t)(zend_uintptr_t)OBJ_PROP_NUM(((zend_object*)NULL), num))
357 zend_uintptr_t required_num_args;
H A Dzend_alloc.c760 …ZEND_ASSERT(((zend_uintptr_t)((char*)ptr + (alignment-1)) & (alignment-1)) == (zend_uintptr_t)ptr);
2088 zend_message_dispatcher(ZMSG_MEMORY_LEAK_REPEATED, (void *)(zend_uintptr_t)repeated);
2127 zend_message_dispatcher(ZMSG_MEMORY_LEAK_REPEATED, (void *)(zend_uintptr_t)repeated);
2153 zend_message_dispatcher(ZMSG_MEMORY_LEAK_REPEATED, (void *)(zend_uintptr_t)repeated);
H A Dzend_object_handlers.c511 if (EXPECTED(!(((zend_uintptr_t)ptr) & 1))) { in zend_property_guard_dtor()
542 (void*)(((zend_uintptr_t)&zv->u2.property_guard) | 1)); in zend_get_property_guard()
551 return (uint32_t*)(((zend_uintptr_t)Z_PTR_P(zv)) & ~1); in zend_get_property_guard()
H A Dzend_API.h112 …{ (const char*)(zend_uintptr_t)(required_num_args), ZEND_TYPE_ENCODE_CLASS_CONST(#class_name, allo…
119 …{ (const char*)(zend_uintptr_t)(required_num_args), ZEND_TYPE_ENCODE(type, allow_null), return_ref…
125 { (const char*)(zend_uintptr_t)(required_num_args), 0, return_reference, 0 },
H A Dzend_types.h69 typedef uintptr_t zend_uintptr_t; typedef
H A Dzend_API.c2210 if (info->required_num_args == (zend_uintptr_t)-1) { in zend_register_functions()
H A Dzend_vm_execute.h68960 …zend_hash_index_add(zend_handlers_table, (zend_long)(zend_uintptr_t)zend_opcode_handlers[i], &tmp);
68971 zv = zend_hash_index_find(zend_handlers_table, (zend_long)(zend_uintptr_t)op->handler);
68973 op->handler = (const void *)(zend_uintptr_t)Z_LVAL_P(zv);
68978 op->handler = zend_opcode_handlers[(zend_uintptr_t)op->handler];
68991 zv = zend_hash_index_find(zend_handlers_table, (zend_long)(zend_uintptr_t)op->handler);
/PHP-7.2/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.c853 buf = (void*)(((zend_uintptr_t)mem + 63L) & ~63L);
1441 mem = (void*)(((zend_uintptr_t)mem + 63L) & ~63L);
1502 buf = (void*)(((zend_uintptr_t)buf + 63L) & ~63L);
H A DZendAccelerator.c1298 ZCG(mem) = (void*)(((zend_uintptr_t)ZCG(mem) + 63L) & ~63L); in store_script_in_file_cache()
1302 ZCG(mem) = (void*)(((zend_uintptr_t)ZCG(mem) + 7L) & ~7L); in store_script_in_file_cache()
1408 ZCG(mem) = (void*)(((zend_uintptr_t)ZCG(mem) + 63L) & ~63L); in cache_script_in_shared_memory()
/PHP-7.2/win32/
H A Dselect.c71 handles[n_handles] = (HANDLE)(zend_uintptr_t)_get_osfhandle(i); in php_select()
/PHP-7.2/ext/opcache/Optimizer/
H A Dzend_optimizer_internal.h34 #define NUM_VAR(v) ((uint32_t)(zend_uintptr_t)ZEND_CALL_VAR_NUM(0, v))
/PHP-7.2/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.2/
H A D.gdbinit477 set $initial_offset = ((uint32_t)(zend_uintptr_t)(&((zend_object*)0)->properties_table[(0)]))
/PHP-7.2/ext/standard/
H A Dvar.c621 key = (zend_ulong) (zend_uintptr_t) Z_COUNTED_P(var); in php_add_var_hash()
/PHP-7.2/main/
H A Dmain.c1517 unsigned long leak_count = (zend_uintptr_t) data; in php_message_handler_for_zend()
/PHP-7.2/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.2/ext/pgsql/
H A Dpgsql.c1509 …PQsetNoticeProcessor(pgsql, _php_pgsql_notice_handler, (void*)(zend_uintptr_t)Z_RES_HANDLE_P(retur…

Completed in 331 milliseconds