Home
last modified time | relevance | path

Searched refs:zend_uintptr_t (Results 101 – 125 of 238) sorted by relevance

12345678910

/dports/www/php81-opcache/php-8.1.1/ext/opcache/
H A Dzend_shared_alloc.c356 ZEND_ASSERT(((zend_uintptr_t)retval & 0x7) == 0); /* should be 8 byte aligned */ in zend_shared_alloc()
/dports/www/mod_php80/php-8.0.15/Zend/
H A Dzend_portability.h639 #define ZEND_SLIDE_TO_ALIGNED(alignment, ptr) (((zend_uintptr_t)(ptr) + ((alignment)-1)) & ~((align…
/dports/www/mod_php74/php-7.4.27/ext/opcache/
H A Dzend_shared_alloc.c339 ZEND_ASSERT(((zend_uintptr_t)retval & 0x7) == 0); /* should be 8 byte aligned */ in zend_shared_alloc()
H A Dzend_file_cache.c923 buf = (void*)(((zend_uintptr_t)mem + 63L) & ~63L);
1591 mem = (void*)(((zend_uintptr_t)mem + 63L) & ~63L);
1652 buf = (void*)(((zend_uintptr_t)buf + 63L) & ~63L);
/dports/www/mod_php74/php-7.4.27/Zend/
H A Dzend_portability.h636 #define ZEND_SLIDE_TO_ALIGNED(alignment, ptr) (((zend_uintptr_t)(ptr) + ((alignment)-1)) & ~((align…
/dports/lang/php73/php-7.3.33/Zend/
H A Dzend_object_handlers.c561 if (EXPECTED(!(((zend_uintptr_t)ptr) & 1))) { in zend_property_guard_dtor()
591 (void*)(((zend_uintptr_t)&Z_PROPERTY_GUARD_P(zv)) | 1)); in zend_get_property_guard()
600 return (uint32_t*)(((zend_uintptr_t)Z_PTR_P(zv)) & ~1); in zend_get_property_guard()
/dports/www/mod_php81/php-8.1.1/ext/standard/
H A Dvar_unserializer.re619 (*var_hash)->ref_props, (zend_uintptr_t) data);
694 (*var_hash)->ref_props, (zend_uintptr_t) data, info);
890 info = zend_hash_index_find_ptr((*var_hash)->ref_props, (zend_uintptr_t) rval_ref);
/dports/lang/php74/php-7.4.27/ext/opcache/
H A Dzend_file_cache.c923 buf = (void*)(((zend_uintptr_t)mem + 63L) & ~63L);
1591 mem = (void*)(((zend_uintptr_t)mem + 63L) & ~63L);
1652 buf = (void*)(((zend_uintptr_t)buf + 63L) & ~63L);
/dports/lang/php81/php-8.1.1/ext/standard/
H A Dvar_unserializer.re619 (*var_hash)->ref_props, (zend_uintptr_t) data);
694 (*var_hash)->ref_props, (zend_uintptr_t) data, info);
890 info = zend_hash_index_find_ptr((*var_hash)->ref_props, (zend_uintptr_t) rval_ref);
/dports/www/php74-opcache/php-7.4.27/ext/opcache/
H A Dzend_file_cache.c923 buf = (void*)(((zend_uintptr_t)mem + 63L) & ~63L);
1591 mem = (void*)(((zend_uintptr_t)mem + 63L) & ~63L);
1652 buf = (void*)(((zend_uintptr_t)buf + 63L) & ~63L);
/dports/www/mod_php73/php-7.3.33/Zend/
H A Dzend_object_handlers.c561 if (EXPECTED(!(((zend_uintptr_t)ptr) & 1))) { in zend_property_guard_dtor()
591 (void*)(((zend_uintptr_t)&Z_PROPERTY_GUARD_P(zv)) | 1)); in zend_get_property_guard()
600 return (uint32_t*)(((zend_uintptr_t)Z_PTR_P(zv)) & ~1); in zend_get_property_guard()
/dports/www/mod_php80/php-8.0.15/ext/standard/
H A Dvar.c656 key = (zend_ulong) (zend_uintptr_t) Z_COUNTED_P(var); in php_add_var_hash()
1051 (zend_ulong) (zend_uintptr_t) Z_COUNTED_P(struc)); in php_var_serialize_intern()
/dports/lang/php80/php-8.0.15/ext/standard/
H A Dvar.c656 key = (zend_ulong) (zend_uintptr_t) Z_COUNTED_P(var); in php_add_var_hash()
1051 (zend_ulong) (zend_uintptr_t) Z_COUNTED_P(struc)); in php_var_serialize_intern()
/dports/lang/php74/php-7.4.27/ext/standard/
H A Dvar.c675 key = (zend_ulong) (zend_uintptr_t) Z_COUNTED_P(var); in php_add_var_hash()
1072 (zend_ulong) (zend_uintptr_t) Z_COUNTED_P(struc)); in php_var_serialize_intern()
H A Dvar_unserializer.c571 (*var_hash)->ref_props, (zend_uintptr_t) data, info); in process_nested_data()
1562 info = zend_hash_index_find_ptr((*var_hash)->ref_props, (zend_uintptr_t) rval_ref); in php_var_unserialize_internal()
/dports/www/mod_php74/php-7.4.27/ext/standard/
H A Dvar_unserializer.c571 (*var_hash)->ref_props, (zend_uintptr_t) data, info); in process_nested_data()
1562 info = zend_hash_index_find_ptr((*var_hash)->ref_props, (zend_uintptr_t) rval_ref); in php_var_unserialize_internal()
H A Dvar.c675 key = (zend_ulong) (zend_uintptr_t) Z_COUNTED_P(var); in php_add_var_hash()
1072 (zend_ulong) (zend_uintptr_t) Z_COUNTED_P(struc)); in php_var_serialize_intern()
/dports/lang/php80/php-8.0.15/ext/opcache/
H A Dzend_shared_alloc.c356 ZEND_ASSERT(((zend_uintptr_t)retval & 0x7) == 0); /* should be 8 byte aligned */ in zend_shared_alloc()
/dports/www/php80-opcache/php-8.0.15/ext/opcache/
H A Dzend_shared_alloc.c356 ZEND_ASSERT(((zend_uintptr_t)retval & 0x7) == 0); /* should be 8 byte aligned */ in zend_shared_alloc()
/dports/www/mod_php80/php-8.0.15/ext/opcache/
H A Dzend_shared_alloc.c356 ZEND_ASSERT(((zend_uintptr_t)retval & 0x7) == 0); /* should be 8 byte aligned */ in zend_shared_alloc()
/dports/www/mod_php81/php-8.1.1/Zend/
H A Dzend_API.h147 { (const char*)(zend_uintptr_t)(required_num_args), \
161 …{ (const char*)(zend_uintptr_t)(required_num_args), ZEND_TYPE_INIT_MASK(type | _ZEND_ARG_INFO_FLAG…
171 …{ (const char*)(zend_uintptr_t)(required_num_args), ZEND_TYPE_INIT_CLASS_CONST_MASK(#class_name, t…
181 …{ (const char*)(zend_uintptr_t)(required_num_args), ZEND_TYPE_INIT_CODE(type, allow_null, _ZEND_AR…
194 …{ (const char*)(zend_uintptr_t)(required_num_args), ZEND_TYPE_INIT_NONE(_ZEND_ARG_INFO_FLAGS(retur…
H A Dzend_alloc.c720 …ZEND_ASSERT(((zend_uintptr_t)((char*)ptr + (alignment-1)) & (alignment-1)) == (zend_uintptr_t)ptr);
2121 zend_message_dispatcher(ZMSG_MEMORY_LEAK_REPEATED, (void *)(zend_uintptr_t)repeated);
2160 zend_message_dispatcher(ZMSG_MEMORY_LEAK_REPEATED, (void *)(zend_uintptr_t)repeated);
2186 zend_message_dispatcher(ZMSG_MEMORY_LEAK_REPEATED, (void *)(zend_uintptr_t)repeated);
/dports/lang/php81/php-8.1.1/Zend/
H A Dzend_API.h147 { (const char*)(zend_uintptr_t)(required_num_args), \
161 …{ (const char*)(zend_uintptr_t)(required_num_args), ZEND_TYPE_INIT_MASK(type | _ZEND_ARG_INFO_FLAG…
171 …{ (const char*)(zend_uintptr_t)(required_num_args), ZEND_TYPE_INIT_CLASS_CONST_MASK(#class_name, t…
181 …{ (const char*)(zend_uintptr_t)(required_num_args), ZEND_TYPE_INIT_CODE(type, allow_null, _ZEND_AR…
194 …{ (const char*)(zend_uintptr_t)(required_num_args), ZEND_TYPE_INIT_NONE(_ZEND_ARG_INFO_FLAGS(retur…
H A Dzend_alloc.c720 …ZEND_ASSERT(((zend_uintptr_t)((char*)ptr + (alignment-1)) & (alignment-1)) == (zend_uintptr_t)ptr);
2121 zend_message_dispatcher(ZMSG_MEMORY_LEAK_REPEATED, (void *)(zend_uintptr_t)repeated);
2160 zend_message_dispatcher(ZMSG_MEMORY_LEAK_REPEATED, (void *)(zend_uintptr_t)repeated);
2186 zend_message_dispatcher(ZMSG_MEMORY_LEAK_REPEATED, (void *)(zend_uintptr_t)repeated);
/dports/lang/php80/php-8.0.15/Zend/
H A Dzend_API.h147 { (const char*)(zend_uintptr_t)(required_num_args), \
155 …{ (const char*)(zend_uintptr_t)(required_num_args), ZEND_TYPE_INIT_MASK(type | _ZEND_ARG_INFO_FLAG…
159 …{ (const char*)(zend_uintptr_t)(required_num_args), ZEND_TYPE_INIT_CLASS_CONST_MASK(#class_name, t…
163 …{ (const char*)(zend_uintptr_t)(required_num_args), ZEND_TYPE_INIT_CODE(type, allow_null, _ZEND_AR…
169 …{ (const char*)(zend_uintptr_t)(required_num_args), ZEND_TYPE_INIT_NONE(_ZEND_ARG_INFO_FLAGS(retur…

12345678910